Plugin Directory

Changeset 1638684

Timestamp:
04/16/2017 08:07:50 PM (9 years ago)
Author:
wsaiful
Message:

V.2.1.1
Additional stylesheet removed as it is currently not required.

Location:
ss-font-awesome-icon/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ss-font-awesome-icon/trunk/README.txt

    r1638660 r1638684  
    44Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    55Description: This plugin will use hover effects of your post inside links.
    6 Author: Saiful Islam
     6Author: Shiful Islam
    77Version: 2.1
    8 Author URI: http://sobshomoy.com/
     8Author URI: http://bn.hs-bd.com
    99*/
    1010Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons
    1111Requires at least: 3.0.1
    1212Tested up to: 4.7.3
    13 Stable tag: 2.1
     13Stable tag: 2.1.1
    1414License: GPLv2 or later
    1515License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ss-font-awesome-icon/trunk/fa-icons.php

    r1638660 r1638684  
    22/**
    33 * @package Fontawesome Icons
    4  * @version 2.0
     4 * @version 2.1.1
    55 */
    66/*
     
    88Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    99Description: All fontawesome icons you can create in your post inside or widgets. Easily integretion. Just go http://fontawesome.io/icons/ choose your icon and wirte only the "iwifi" if you found "fa-wifi"
    10 Author: Saiful Islam
    11 Version: 2.0
     10Author: Shiful Islam
     11Version: 2.1.1
    1212Author URI: http://bn.hs-bd.com/
    1313*/
     
    1515/* Plugin Root dir */
    1616define('SS_FA_ICONS_PATH', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
    17 wp_enqueue_style('ss-fa-icons', SS_FA_ICONS_PATH.'css/style.css');
     17//wp_enqueue_style('ss-fa-icons', SS_FA_ICONS_PATH.'css/style.css');
    1818
    1919//include fontawesome cdn
Note: See TracChangeset for help on using the changeset viewer.