Version Description
- Fixed the twitter multiple popup issue.
- Removed the dublicate css for the share text css from the frontend css.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Share WordPress Plugin – AccessPress Social Share |
Version | 4.1.6 |
Comparing to | |
See all releases |
Code changes from version 4.1.5 to 4.1.6
- accesspress-social-share.php +2 -2
- css/frontend.css +4 -12
- inc/frontend/content-filter.php +1 -1
- inc/frontend/shortcode.php +1 -1
- readme.txt +6 -2
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.1.
|
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.1.
|
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.1.6
|
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.1.6' );
|
34 |
}
|
35 |
|
36 |
if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
|
css/frontend.css
CHANGED
@@ -920,16 +920,6 @@
|
|
920 |
display:none;
|
921 |
}
|
922 |
|
923 |
-
.apss-share-text{
|
924 |
-
opacity: 0.4;
|
925 |
-
line-height: 16px;
|
926 |
-
color: #333;
|
927 |
-
font-size: 14px;
|
928 |
-
font-family: 'Open Sans', sans-serif;
|
929 |
-
margin-left: 9px;
|
930 |
-
}
|
931 |
-
|
932 |
-
|
933 |
|
934 |
/**********************************************THEME 6 CSS ************************************************************/
|
935 |
|
@@ -1088,6 +1078,10 @@
|
|
1088 |
display:none;
|
1089 |
}
|
1090 |
|
|
|
|
|
|
|
|
|
1091 |
.apss-share-text{
|
1092 |
opacity: 0.4;
|
1093 |
line-height: 16px;
|
@@ -1098,8 +1092,6 @@
|
|
1098 |
}
|
1099 |
|
1100 |
|
1101 |
-
|
1102 |
-
|
1103 |
/************************************************responsive*************************************************************/
|
1104 |
|
1105 |
|
920 |
display:none;
|
921 |
}
|
922 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
923 |
|
924 |
/**********************************************THEME 6 CSS ************************************************************/
|
925 |
|
1078 |
display:none;
|
1079 |
}
|
1080 |
|
1081 |
+
|
1082 |
+
/* ********************************************theme 6 ends ******************************************************** */
|
1083 |
+
|
1084 |
+
|
1085 |
.apss-share-text{
|
1086 |
opacity: 0.4;
|
1087 |
line-height: 16px;
|
1092 |
}
|
1093 |
|
1094 |
|
|
|
|
|
1095 |
/************************************************responsive*************************************************************/
|
1096 |
|
1097 |
|
inc/frontend/content-filter.php
CHANGED
@@ -64,7 +64,7 @@ foreach ( $options['social_networks'] as $key => $value ) {
|
|
64 |
$count = $this->get_count( $key, $url );
|
65 |
?>
|
66 |
<div class='apss-twitter apss-single-icon'>
|
67 |
-
<a rel='nofollow' <?php if($apss_link_open_option_value == 2){ ?> onclick="apss_open_in_popup_window(event, '<?php echo $link; ?>');" <?php } ?> title="<?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?>" target='<?php echo $apss_link_open_option; ?>'
|
68 |
<div class='apss-icon-block clearfix'>
|
69 |
<i class='fa fa-twitter'></i>
|
70 |
<span class='apss-social-text'><?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?></span><span class='apss-share'><?php _e( 'Tweet', 'accesspress-social-share' ); ?></span>
|
64 |
$count = $this->get_count( $key, $url );
|
65 |
?>
|
66 |
<div class='apss-twitter apss-single-icon'>
|
67 |
+
<a rel='nofollow' <?php if($apss_link_open_option_value == 2){ ?> onclick="apss_open_in_popup_window(event, '<?php echo $link; ?>');" href='javascript:void(0);' <?php }else{ ?> href="<?php echo $link; ?>" <?php } ?> title="<?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?>" target='<?php echo $apss_link_open_option; ?>'>
|
68 |
<div class='apss-icon-block clearfix'>
|
69 |
<i class='fa fa-twitter'></i>
|
70 |
<span class='apss-social-text'><?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?></span><span class='apss-share'><?php _e( 'Tweet', 'accesspress-social-share' ); ?></span>
|
inc/frontend/shortcode.php
CHANGED
@@ -97,7 +97,7 @@ if ( strlen( $content ) >= 100 ) {
|
|
97 |
$count = $this->get_count( $key, $url );
|
98 |
?>
|
99 |
<div class='apss-twitter apss-single-icon'>
|
100 |
-
<a rel='nofollow' <?php if($apss_link_open_option_value == 2){ ?> onclick="apss_open_in_popup_window(event, '<?php echo $link; ?>');" <?php } ?> title='<?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?>' target='<?php echo $apss_link_open_option; ?>'
|
101 |
<div class='apss-icon-block clearfix'>
|
102 |
<i class='fa fa-twitter'></i>
|
103 |
<span class='apss-social-text'><?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?></span><span class='apss-share'><?php _e( 'Tweet', 'accesspress-social-share' ); ?></span>
|
97 |
$count = $this->get_count( $key, $url );
|
98 |
?>
|
99 |
<div class='apss-twitter apss-single-icon'>
|
100 |
+
<a rel='nofollow' <?php if($apss_link_open_option_value == 2){ ?> onclick="apss_open_in_popup_window(event, '<?php echo $link; ?>');" href='javascript:void(0);' <?php }else{ ?> href="<?php echo $link; ?>" <?php } ?> title='<?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?>' target='<?php echo $apss_link_open_option; ?>'>
|
101 |
<div class='apss-icon-block clearfix'>
|
102 |
<i class='fa fa-twitter'></i>
|
103 |
<span class='apss-social-text'><?php _e( 'Share on Twitter', 'accesspress-social-share' ); ?></span><span class='apss-share'><?php _e( 'Tweet', 'accesspress-social-share' ); ?></span>
|
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: 4.
|
7 |
-
Stable tag: 4.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -133,6 +133,10 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
|
|
133 |
6. Backend Miscellaneous Settings Section
|
134 |
|
135 |
== Changelog ==
|
|
|
|
|
|
|
|
|
136 |
= 4.1.5 =
|
137 |
* Multisite compactibility issue fixed.
|
138 |
|
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: 4.6
|
7 |
+
Stable tag: 4.1.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
133 |
6. Backend Miscellaneous Settings Section
|
134 |
|
135 |
== Changelog ==
|
136 |
+
= 4.1.6 =
|
137 |
+
* Fixed the twitter multiple popup issue.
|
138 |
+
* Removed the dublicate css for the share text css from the frontend css.
|
139 |
+
|
140 |
= 4.1.5 =
|
141 |
* Multisite compactibility issue fixed.
|
142 |
|