Version Description
- fix/update security issue
- check with latest wordpress version 5.8
Download this release
Release Info
Developer | cybernetikz |
Plugin | Easy Social Icons |
Version | 3.0.9 |
Comparing to | |
See all releases |
Code changes from version 3.0.8 to 3.0.9
- easy-social-icons.php +3 -3
- readme.txt +7 -3
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><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
-
Version: 3.0.
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
@@ -1056,7 +1056,7 @@ function cnss_social_icon_page_fn() {
|
|
1056 |
var r=confirm('Are you confirm to delete "'+title+'"');
|
1057 |
if (r==true)
|
1058 |
{
|
1059 |
-
rpath1 = '<?php echo
|
1060 |
rpath2 = '&cnss-delete=y&id='+id;
|
1061 |
window.location = rpath1+rpath2;
|
1062 |
}
|
@@ -1449,4 +1449,4 @@ if (version_compare(PHP_VERSION, '5.6.0') >= 0) {
|
|
1449 |
});
|
1450 |
} else {
|
1451 |
add_action( 'widgets_init', create_function( '', 'register_widget( "Cnss_Widget" );' ) );
|
1452 |
-
}
|
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><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
+
Version: 3.0.9
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
1056 |
var r=confirm('Are you confirm to delete "'+title+'"');
|
1057 |
if (r==true)
|
1058 |
{
|
1059 |
+
rpath1 = '<?php echo admin_url('admin.php?page=cnss_social_icon_page'); ?>';
|
1060 |
rpath2 = '&cnss-delete=y&id='+id;
|
1061 |
window.location = rpath1+rpath2;
|
1062 |
}
|
1449 |
});
|
1450 |
} else {
|
1451 |
add_action( 'widgets_init', create_function( '', 'register_widget( "Cnss_Widget" );' ) );
|
1452 |
+
}
|
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.
|
7 |
-
Stable tag: 3.0.
|
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.8 =
|
80 |
* fix version conflict issue
|
81 |
* check with latest wordpress version 5.5.1
|
@@ -173,4 +177,4 @@ If you are using wordpress version lower than 3.5 please use Easy social Icon ve
|
|
173 |
* Built in 5 social icons preloaded as sample icon, to save your time (facebook, twitter, linkedin, flickr, youtube).
|
174 |
* Now you can display the icons split by rows, input the number of rows in the plugins admin option page
|
175 |
* Css fixes
|
176 |
-
* Icons width / height adjustment fix
|
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.8
|
7 |
+
Stable tag: 3.0.9
|
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.9 =
|
80 |
+
* fix/update security issue
|
81 |
+
* check with latest wordpress version 5.8
|
82 |
+
|
83 |
= 3.0.8 =
|
84 |
* fix version conflict issue
|
85 |
* check with latest wordpress version 5.5.1
|
177 |
* Built in 5 social icons preloaded as sample icon, to save your time (facebook, twitter, linkedin, flickr, youtube).
|
178 |
* Now you can display the icons split by rows, input the number of rows in the plugins admin option page
|
179 |
* Css fixes
|
180 |
+
* Icons width / height adjustment fix
|