Easy Social Icons - Version 3.0.7

Version Description

  • fix trademark issue
  • check with latest wordpress version 5.2.3
Download this release

Release Info

Developer cybernetikz
Plugin Icon 128x128 Easy Social Icons
Version 3.0.7
Comparing to
See all releases

Code changes from version 3.0.6 to 3.0.7

easy-social-icons.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Easy Social Icons
4
  Plugin URI: http://www.cybernetikz.com
5
  Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong>&lt;?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?&gt;</strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
6
- Version: 3.0.6
7
  Author: cybernetikz
8
  Author URI: http://www.cybernetikz.com
9
  License: GPL2
@@ -201,7 +201,7 @@ function social_profile_links_fn() {
201
  }
202
 
203
  function cnss_add_menu_pages() {
204
- add_menu_page('Easy Social Icons', 'Easy Social Icons', 'manage_options', 'cnss_social_icon_page', 'cnss_social_icon_page_fn',plugins_url('/images/scc-sc.png', __FILE__) );
205
  //add_menu_page('Easy Social Icons', 'Easy Social Icons', 'manage_options', 'cnss_social_icon_page', 'cnss_social_icon_page_fn', 'dashicons-share' );
206
 
207
  add_submenu_page('cnss_social_icon_page', 'All Icons', 'All Icons', 'manage_options', 'cnss_social_icon_page', 'cnss_social_icon_page_fn');
@@ -303,7 +303,7 @@ function cnss_social_icon_option_fn() {
303
  <input <?php echo $right ?> type="radio" name="cnss-text-align" id="right" value="right" />&nbsp;<label for="right">Right</label></td>
304
  </tr>
305
 
306
- <tr valign="top">
307
  <th scope="row">Google Social Profile Links</th>
308
  <td>
309
  <input type="checkbox" id="cnss_social_profile_links" name="cnss-social-profile-links" value="1" <?php echo $social_profile_links==1?'checked="checked"':''; ?>>
@@ -325,7 +325,7 @@ function cnss_social_icon_option_fn() {
325
 
326
  <tr>
327
  <th colspan="2"><h2>Following settings is for Font-Awesome icons only</h2></th>
328
- </tr>
329
 
330
  <tr valign="top">
331
  <th scope="row">Use Original Color</th>
3
  Plugin Name: Easy Social Icons
4
  Plugin URI: http://www.cybernetikz.com
5
  Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong>&lt;?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?&gt;</strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
6
+ Version: 3.0.7
7
  Author: cybernetikz
8
  Author URI: http://www.cybernetikz.com
9
  License: GPL2
201
  }
202
 
203
  function cnss_add_menu_pages() {
204
+ add_menu_page('Easy Social Icons', 'Easy Social Icons', 'manage_options', 'cnss_social_icon_page', 'cnss_social_icon_page_fn', 'dashicons-share');
205
  //add_menu_page('Easy Social Icons', 'Easy Social Icons', 'manage_options', 'cnss_social_icon_page', 'cnss_social_icon_page_fn', 'dashicons-share' );
206
 
207
  add_submenu_page('cnss_social_icon_page', 'All Icons', 'All Icons', 'manage_options', 'cnss_social_icon_page', 'cnss_social_icon_page_fn');
303
  <input <?php echo $right ?> type="radio" name="cnss-text-align" id="right" value="right" />&nbsp;<label for="right">Right</label></td>
304
  </tr>
305
 
306
+ <?php /* ?><tr valign="top">
307
  <th scope="row">Google Social Profile Links</th>
308
  <td>
309
  <input type="checkbox" id="cnss_social_profile_links" name="cnss-social-profile-links" value="1" <?php echo $social_profile_links==1?'checked="checked"':''; ?>>
325
 
326
  <tr>
327
  <th colspan="2"><h2>Following settings is for Font-Awesome icons only</h2></th>
328
+ </tr><?php */ ?>
329
 
330
  <tr valign="top">
331
  <th scope="row">Use Original Color</th>
images/scc-sc.png DELETED
Binary file
images/social-profiles.png DELETED
Binary file
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: cybernetikz
3
  Donate link:
4
  Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon,custom social icons, social media icons
5
  Requires at least: 3.5
6
- Tested up to: 5.1
7
- Stable tag: 3.0.6
8
 
9
  Upload your own social media icons or choose from font-awesome. Use widget|shortcode to place icons anywhere(sidebar, header, footer, page) in theme.
10
 
@@ -76,6 +76,10 @@ If you are using wordpress version lower than 3.5 please use Easy social Icon ve
76
 
77
  == Changelog ==
78
 
 
 
 
 
79
  = 3.0.6 =
80
  * update font-awesome version 5.7.2
81
  * fix compatibility issue with php version 7.0
3
  Donate link:
4
  Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon,custom social icons, social media icons
5
  Requires at least: 3.5
6
+ Tested up to: 5.2.3
7
+ Stable tag: 3.0.7
8
 
9
  Upload your own social media icons or choose from font-awesome. Use widget|shortcode to place icons anywhere(sidebar, header, footer, page) in theme.
10
 
76
 
77
  == Changelog ==
78
 
79
+ = 3.0.7 =
80
+ * fix trademark issue
81
+ * check with latest wordpress version 5.2.3
82
+
83
  = 3.0.6 =
84
  * update font-awesome version 5.7.2
85
  * fix compatibility issue with php version 7.0