Version Description
- Small bug fixing for the issue regarding loading issue of the frontend assets for already using plugin users.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Share WordPress Plugin – AccessPress Social Share |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- accesspress-social-share.php +4 -2
- readme.txt +4 -1
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: 3.0.
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:apss-share
|
@@ -30,7 +30,7 @@ if( !defined( 'APSS_LANG_DIR' ) ) {
|
|
30 |
}
|
31 |
|
32 |
if( !defined( 'APSS_VERSION' ) ) {
|
33 |
-
define( 'APSS_VERSION', '3.0.
|
34 |
}
|
35 |
|
36 |
if( !defined('APSS_TEXT_DOMAIN')){
|
@@ -61,6 +61,8 @@ if( !class_exists( 'APSS_Class' ) ){
|
|
61 |
|
62 |
if(isset($this->apss_settings['disable_frontend_assets']) && $this->apss_settings['disable_frontend_assets'] != '1'){
|
63 |
add_action( 'wp_enqueue_scripts', array( $this, 'register_frontend_assets' ) ); //registers all the assets required for the frontend
|
|
|
|
|
64 |
}
|
65 |
|
66 |
add_action( 'admin_menu', array( $this, 'add_apss_menu' ) ); //register the plugin menu in backend
|
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: 3.0.2
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:apss-share
|
30 |
}
|
31 |
|
32 |
if( !defined( 'APSS_VERSION' ) ) {
|
33 |
+
define( 'APSS_VERSION', '3.0.2' );
|
34 |
}
|
35 |
|
36 |
if( !defined('APSS_TEXT_DOMAIN')){
|
61 |
|
62 |
if(isset($this->apss_settings['disable_frontend_assets']) && $this->apss_settings['disable_frontend_assets'] != '1'){
|
63 |
add_action( 'wp_enqueue_scripts', array( $this, 'register_frontend_assets' ) ); //registers all the assets required for the frontend
|
64 |
+
}else if(!isset($this->apss_settings['disable_frontend_assets'])){
|
65 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'register_frontend_assets' ) ); //registers all the assets required for the frontend
|
66 |
}
|
67 |
|
68 |
add_action( 'admin_menu', array( $this, 'add_apss_menu' ) ); //register the plugin menu in backend
|
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.2
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -131,6 +131,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
|
|
131 |
6. Backend Miscellaneous Settings Section
|
132 |
|
133 |
== Changelog ==
|
|
|
|
|
|
|
134 |
= 3.0.1 =
|
135 |
* Code modification of the total share count for the facebook share count.
|
136 |
* Done the addition of the option in the miscelleneous settings to disable the plugin's frontend assets.
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 3.0.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
131 |
6. Backend Miscellaneous Settings Section
|
132 |
|
133 |
== Changelog ==
|
134 |
+
= 3.0.2 =
|
135 |
+
* Small bug fixing for the issue regarding loading issue of the frontend assets for already using plugin users.
|
136 |
+
|
137 |
= 3.0.1 =
|
138 |
* Code modification of the total share count for the facebook share count.
|
139 |
* Done the addition of the option in the miscelleneous settings to disable the plugin's frontend assets.
|