Plugin Directory

Changeset 1817502

Timestamp:
02/07/2018 04:25:04 PM (8 years ago)
Author:
wsaiful
Message:

Updated plugins version as 3

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

Legend:

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

    r1817481 r1817502  
    44Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    55Author: Shiful Islam
    6 Version: 2.1.4
     6Version: 3
    77Author URI: http://bn.hs-bd.com
    88
     
    1010Requires at least: 3.0.1
    1111Tested up to: 4.9.3
    12 Stable tag: 2.1.4
     12Stable tag: 3
    1313License: GPLv2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717== Description ==
    18 
    19 
    20 This is quick helping plug-in when you need some icon anywhere in WordPress site. Supported widget and post/page inside. Simple shortcode but strong support.
     18This is quick helping plugins when you need some icon anywhere in WordPress site. Supported widget and post/page inside. Simple short code but strong support.
    2119The latest font awesome icon for WordPress users. Just simply write with short code for any font awesome icons.
    2220Light weight and user friendly. Basic short code, very easy to use.
     
    80781. screenshot.png
    8179
     80==Version 3==
     81Latest Fontawesome 5.0 installed and supported. You'll not get any icon missing. But apology on Pro support.
     82
    8283==Version 2.1.4==
    8384Latest WordPress compatibility checked.
  • ss-font-awesome-icon/trunk/fa-icons.php

    r1764450 r1817502  
    22/**
    33 * @package Fontawesome Icons
    4  * @version 2.1.4
     4 * @version 3
    55 */
    66/*
    77Plugin Name: SS Font Awesome Icon
    88Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    9 Description: 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"
     9Description: All fontawesome icons you can create in your post inside or widgets. Easy to integrate in your post and page also on widget. Just go https://fontawesome.com/icons?d=gallery choose your icon and write only the "wifi" if you found "fa-wifi"
    1010Author: Shiful Islam
    11 Version: 2.1.4
     11Version: 3
    1212Author URI: http://bn.hs-bd.com/
    1313*/
     
    1818
    1919//include fontawesome cdn
    20 wp_register_style('ss_fa_cdn_icons', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', array() );
     20wp_register_style('ss_fa_cdn_icons', 'https://use.fontawesome.com/releases/v5.0.6/css/all.css', array() );
    2121wp_enqueue_style('ss_fa_cdn_icons');
    2222//enabled shortcode for widget
     
    3232      'padding' => '2',
    3333      'margin' => '2',
    34       'color' => '#fff',
     34      'color' => '#ffffff',
    3535      'bg' => '#000',
    3636     
Note: See TracChangeset for help on using the changeset viewer.