Easy Social Icons - Version 3.0.8

Version Description

  • fix version conflict issue
  • check with latest wordpress version 5.5.1
Download this release

Release Info

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

Code changes from version 3.0.7 to 3.0.8

Files changed (2) hide show
  1. easy-social-icons.php +1 -12
  2. readme.txt +6 -2
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.7
7
  Author: cybernetikz
8
  Author URI: http://www.cybernetikz.com
9
  License: GPL2
@@ -72,17 +72,6 @@ function cnss_admin_sidebar() {
72
  <?php
73
  }
74
 
75
- function cnss_generate_random_code($length) {
76
- $chars = "234567890abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
77
- $i = 0;
78
- $url = "";
79
- while ($i <= $length) {
80
- $url .= $chars{mt_rand(0,strlen($chars))};
81
- $i++;
82
- }
83
- return $url;
84
- }
85
-
86
  function cnss_admin_style() {
87
  global $cnssPluginsURI;
88
  wp_register_style( 'cnss_admin_css', $cnssPluginsURI . 'css/admin-style.css', false, '1.0' );
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.8
7
  Author: cybernetikz
8
  Author URI: http://www.cybernetikz.com
9
  License: GPL2
72
  <?php
73
  }
74
 
 
 
 
 
 
 
 
 
 
 
 
75
  function cnss_admin_style() {
76
  global $cnssPluginsURI;
77
  wp_register_style( 'cnss_admin_css', $cnssPluginsURI . 'css/admin-style.css', false, '1.0' );
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.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,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.7 =
80
  * fix trademark issue
81
  * check with latest wordpress version 5.2.3
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.5.1
7
+ Stable tag: 3.0.8
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.8 =
80
+ * fix version conflict issue
81
+ * check with latest wordpress version 5.5.1
82
+
83
  = 3.0.7 =
84
  * fix trademark issue
85
  * check with latest wordpress version 5.2.3