Social Share WordPress Plugin – AccessPress Social Share - Version 4.1.4

Version Description

  • Removal of unnecessary css codes from the plugin's frontend css file.
Download this release

Release Info

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

Code changes from version 4.1.3 to 4.1.4

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.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.1.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.1.4
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.4' );
34
  }
35
 
36
  if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
css/backend.css CHANGED
@@ -1,4 +1,4 @@
1
- /*accesspress social shares backend css*/
2
  .clearfix:after, .clearfix:before{ display:table; content:""}
3
  .clearfix:after{ clear:both};
4
  .clearfix{*zoom:1}
1
+ /* Accesspress social shares - backend css */
2
  .clearfix:after, .clearfix:before{ display:table; content:""}
3
  .clearfix:after{ clear:both};
4
  .clearfix{*zoom:1}
css/frontend.css CHANGED
@@ -1,4 +1,4 @@
1
- /*accesspress social shares front end css*/
2
 
3
  @font-face {
4
  font-family: 'MyriadPro-Regular';
@@ -13,8 +13,6 @@
13
  .clearfix:after, .clearfix:before{ clear:both; }
14
  .clearfix{*zoom:1}
15
 
16
- /**{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}*/
17
-
18
  .apss-social-share a:hover, .apss-social-share a:focus {
19
  color: #636363;
20
  }
@@ -39,19 +37,6 @@
39
  text-decoration: none;
40
  }
41
 
42
- /*
43
- //share icons to align center
44
- .apss-social-share {
45
- text-align: center;
46
- }
47
-
48
- .apss-single-icon {
49
- display: inline-block;
50
- }
51
-
52
- ///////////////////////////////
53
- */
54
-
55
  .apss-total-share-count{
56
 
57
  display: inline-block;
1
+ /* Accesspress social shares - frontend css */
2
 
3
  @font-face {
4
  font-family: 'MyriadPro-Regular';
13
  .clearfix:after, .clearfix:before{ clear:both; }
14
  .clearfix{*zoom:1}
15
 
 
 
16
  .apss-social-share a:hover, .apss-social-share a:focus {
17
  color: #636363;
18
  }
37
  text-decoration: none;
38
  }
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  .apss-total-share-count{
41
 
42
  display: inline-block;
inc/backend/index.php ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <?php
2
+ //Silence is golden
inc/frontend/index.php ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <?php
2
+ //Silence is golden
js/frontend.js CHANGED
@@ -1,4 +1,5 @@
1
- //function from https://halgatewood.com/how-to-customize-the-pin-it-button-for-pinterest
 
2
  function pinIt()
3
  {
4
  var e = document.createElement('script');
1
+
2
+ // function from https://halgatewood.com/how-to-customize-the-pin-it-button-for-pinterest
3
  function pinIt()
4
  {
5
  var e = document.createElement('script');
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.5
7
- Stable tag: 4.1.3
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
  = 4.1.3 =
135
  * Removed unnecessary codes from count shortcode.
136
  * Done the bug fixings for the popup share issue for facebook and linkedin.
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.5
7
+ Stable tag: 4.1.4
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
+ = 4.1.4 =
135
+ * Removal of unnecessary css codes from the plugin's frontend css file.
136
+
137
  = 4.1.3 =
138
  * Removed unnecessary codes from count shortcode.
139
  * Done the bug fixings for the popup share issue for facebook and linkedin.