Version Description
- Removal of the google plus count as the API got depriciated.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Share WordPress Plugin – AccessPress Social Share |
Version | 4.3.5 |
Comparing to | |
See all releases |
Code changes from version 4.3.4 to 4.3.5
- accesspress-social-share.php +2 -2
- inc/frontend/content-filter.php +2 -2
- inc/frontend/shortcode.php +2 -2
- readme.txt +13 -9
accesspress-social-share.php
CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
|
4 |
Plugin name: Social Share WordPress Plugin - 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.3.
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain: accesspress-social-share
|
@@ -30,7 +30,7 @@ if ( !defined( 'APSS_LANG_DIR' ) ) {
|
|
30 |
}
|
31 |
|
32 |
if ( !defined( 'APSS_VERSION' ) ) {
|
33 |
-
define( 'APSS_VERSION', '4.3.
|
34 |
}
|
35 |
|
36 |
if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
|
4 |
Plugin name: Social Share WordPress Plugin - 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.3.5
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain: accesspress-social-share
|
30 |
}
|
31 |
|
32 |
if ( !defined( 'APSS_VERSION' ) ) {
|
33 |
+
define( 'APSS_VERSION', '4.3.5' );
|
34 |
}
|
35 |
|
36 |
if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
|
inc/frontend/content-filter.php
CHANGED
@@ -178,9 +178,9 @@ foreach ( $options['social_networks'] as $key => $value ) {
|
|
178 |
<span class='apss-social-text'><?php _e( 'Share on Google Plus', 'accesspress-social-share' ); ?></span>
|
179 |
<span class='apss-share'><?php _e( 'Share', 'accesspress-social-share' ); ?></span>
|
180 |
</div>
|
181 |
-
<?php if ( isset( $counter_enable_options ) && $counter_enable_options == '1' ) { ?>
|
182 |
<div class='count apss-count' data-url='<?php echo $url; ?>' data-social-network='<?php echo $key; ?>' data-social-detail="<?php echo $url . '_' . $key; ?>"><?php echo $count; ?></div>
|
183 |
-
<?php } ?>
|
184 |
</a>
|
185 |
</div>
|
186 |
<?php
|
178 |
<span class='apss-social-text'><?php _e( 'Share on Google Plus', 'accesspress-social-share' ); ?></span>
|
179 |
<span class='apss-share'><?php _e( 'Share', 'accesspress-social-share' ); ?></span>
|
180 |
</div>
|
181 |
+
<?php /* if ( isset( $counter_enable_options ) && $counter_enable_options == '1' ) { ?>
|
182 |
<div class='count apss-count' data-url='<?php echo $url; ?>' data-social-network='<?php echo $key; ?>' data-social-detail="<?php echo $url . '_' . $key; ?>"><?php echo $count; ?></div>
|
183 |
+
<?php } */ ?>
|
184 |
</a>
|
185 |
</div>
|
186 |
<?php
|
inc/frontend/shortcode.php
CHANGED
@@ -221,11 +221,11 @@ if($show_shortcode_content){
|
|
221 |
<span class='apss-social-text'><?php _e( 'Share on Google Plus', 'accesspress-social-share' ); ?> </span>
|
222 |
<span class='apss-share'><?php _e( 'Share', 'accesspress-social-share' ); ?></span>
|
223 |
</div>
|
224 |
-
<?php
|
225 |
if ( isset( $counter_enable_options ) && $counter_enable_options == '1' ) { ?>
|
226 |
<div class='count apss-count' data-url='<?php echo $url; ?>' data-social-network='<?php echo $key; ?>' data-social-detail="<?php echo $url . '_' . $key; ?>"><?php echo $count; ?></div>
|
227 |
<?php
|
228 |
-
} ?>
|
229 |
</a>
|
230 |
</div>
|
231 |
<?php
|
221 |
<span class='apss-social-text'><?php _e( 'Share on Google Plus', 'accesspress-social-share' ); ?> </span>
|
222 |
<span class='apss-share'><?php _e( 'Share', 'accesspress-social-share' ); ?></span>
|
223 |
</div>
|
224 |
+
<?php /*
|
225 |
if ( isset( $counter_enable_options ) && $counter_enable_options == '1' ) { ?>
|
226 |
<div class='count apss-count' data-url='<?php echo $url; ?>' data-social-network='<?php echo $key; ?>' data-social-detail="<?php echo $url . '_' . $key; ?>"><?php echo $count; ?></div>
|
227 |
<?php
|
228 |
+
} */ ?>
|
229 |
</a>
|
230 |
</div>
|
231 |
<?php
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: social share counter, social share, social media share, social network sha
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 4.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -23,15 +23,16 @@ The available social media are: Facebook, Twitter, Google+, Pinterest, LinkedIn
|
|
23 |
|
24 |
Just get it done in a few minutes!
|
25 |
|
26 |
-
`For more options - more social media integration, more themes,
|
27 |
-
sidebar options, widget options, more shortcode
|
28 |
-
it button for each images. Please upgrade
|
|
|
29 |
|
30 |
-
`Have you moved your site from HTTP to HTTPS and lost your share
|
31 |
-
No worries! Now you can get your http site's share
|
32 |
-
plugin.
|
33 |
-
<strong>Note: If you have set 301 redirects in your site the
|
34 |
-
counts may reset</strong>
|
35 |
`
|
36 |
|
37 |
|
@@ -145,6 +146,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
|
|
145 |
6. Backend Miscellaneous Settings Section
|
146 |
|
147 |
== Changelog ==
|
|
|
|
|
|
|
148 |
= 4.3.4 =
|
149 |
* Checked plugin compactibility with wordpress version 4.8
|
150 |
* Added the fontawesome icons locally to the plugin's folder.
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 4.3.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
23 |
|
24 |
Just get it done in a few minutes!
|
25 |
|
26 |
+
`For more options - more social media integration, more themes,
|
27 |
+
floating sidebar options, widget options, more shortcode
|
28 |
+
options. Pinterest pin it button for each images. Please upgrade
|
29 |
+
to Premium version.`
|
30 |
|
31 |
+
`Have you moved your site from HTTP to HTTPS and lost your share
|
32 |
+
counts? No worries! Now you can get your http site's share
|
33 |
+
counts back using our plugin.
|
34 |
+
<strong>Note: If you have set 301 redirects in your site the
|
35 |
+
facebook share counts may reset</strong>
|
36 |
`
|
37 |
|
38 |
|
146 |
6. Backend Miscellaneous Settings Section
|
147 |
|
148 |
== Changelog ==
|
149 |
+
= 4.3.5 =
|
150 |
+
* Removal of the google plus count as the API got depriciated.
|
151 |
+
|
152 |
= 4.3.4 =
|
153 |
* Checked plugin compactibility with wordpress version 4.8
|
154 |
* Added the fontawesome icons locally to the plugin's folder.
|