Social Share WordPress Plugin – AccessPress Social Share - Version 4.5.6

Version Description

  • Checked compatibility with WP version 5.8.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Share WordPress Plugin – AccessPress Social Share
Version 4.5.6
Comparing to
See all releases

Code changes from version 4.5.5 to 4.5.6

Files changed (2) hide show
  1. accesspress-social-share.php +2 -2
  2. readme.txt +5 -2
accesspress-social-share.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name:AccessPress Social Share
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
6
  Description: A plugin to add various social media shares to a site with dynamic configuration options.
7
- Version: 4.5.5
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain: accesspress-social-share
@@ -35,7 +35,7 @@ if ( ! defined( 'APSS_LANG_DIR' ) ) {
35
  }
36
 
37
  if ( ! defined( 'APSS_VERSION' ) ) {
38
- define( 'APSS_VERSION', '4.5.5' );
39
  }
40
 
41
  if ( ! defined( 'APSS_TEXT_DOMAIN' ) ) {
4
  Plugin name:AccessPress Social Share
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
6
  Description: A plugin to add various social media shares to a site with dynamic configuration options.
7
+ Version: 4.5.6
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain: accesspress-social-share
35
  }
36
 
37
  if ( ! defined( 'APSS_VERSION' ) ) {
38
+ define( 'APSS_VERSION', '4.5.6' );
39
  }
40
 
41
  if ( ! defined( 'APSS_TEXT_DOMAIN' ) ) {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: social share counter, social share, social media share, social network share, social media, social network, share counter, social share count, social url share, social icons
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
- Tested up to: 5.7
7
- Stable tag: 4.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -138,6 +138,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
138
 
139
  == Changelog ==
140
 
 
 
 
141
  = 4.5.5 =
142
  * Added feature of default facebook share button with share counter.
143
  * Fixed error related to deprecation of non static method called statically.
3
  Tags: social share counter, social share, social media share, social network share, social media, social network, share counter, social share count, social url share, social icons
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
+ Tested up to: 5.8
7
+ Stable tag: 4.5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
138
 
139
  == Changelog ==
140
 
141
+ = 4.5.6 =
142
+ * Checked compatibility with WP version 5.8.
143
+
144
  = 4.5.5 =
145
  * Added feature of default facebook share button with share counter.
146
  * Fixed error related to deprecation of non static method called statically.