Changeset 1817502
- Timestamp:
- 02/07/2018 04:25:04 PM (8 years ago)
- Location:
- ss-font-awesome-icon/trunk
- Files:
-
- 2 edited
- README.txt (modified) (4 diffs)
- fa-icons.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ss-font-awesome-icon/trunk/README.txt
r1817481 r1817502 4 4 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 5 5 Author: Shiful Islam 6 Version: 2.1.46 Version: 3 7 7 Author URI: http://bn.hs-bd.com 8 8 … … 10 10 Requires at least: 3.0.1 11 11 Tested up to: 4.9.3 12 Stable tag: 2.1.412 Stable tag: 3 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 == 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. 18 This 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. 21 19 The latest font awesome icon for WordPress users. Just simply write with short code for any font awesome icons. 22 20 Light weight and user friendly. Basic short code, very easy to use. … … 80 78 1. screenshot.png 81 79 80 ==Version 3== 81 Latest Fontawesome 5.0 installed and supported. You'll not get any icon missing. But apology on Pro support. 82 82 83 ==Version 2.1.4== 83 84 Latest WordPress compatibility checked. -
ss-font-awesome-icon/trunk/fa-icons.php
r1764450 r1817502 2 2 /** 3 3 * @package Fontawesome Icons 4 * @version 2.1.44 * @version 3 5 5 */ 6 6 /* 7 7 Plugin Name: SS Font Awesome Icon 8 8 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 9 Description: All fontawesome icons you can create in your post inside or widgets. Eas ily integretion. Just go http://fontawesome.io/icons/ choose your icon and wirte only the "iwifi" if you found "fa-wifi"9 Description: 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" 10 10 Author: Shiful Islam 11 Version: 2.1.411 Version: 3 12 12 Author URI: http://bn.hs-bd.com/ 13 13 */ … … 18 18 19 19 //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() );20 wp_register_style('ss_fa_cdn_icons', 'https://use.fontawesome.com/releases/v5.0.6/css/all.css', array() ); 21 21 wp_enqueue_style('ss_fa_cdn_icons'); 22 22 //enabled shortcode for widget … … 32 32 'padding' => '2', 33 33 'margin' => '2', 34 'color' => '#fff ',34 'color' => '#ffffff', 35 35 'bg' => '#000', 36 36
Note: See TracChangeset for help on using the changeset viewer.