Social Share WordPress Plugin – AccessPress Social Share - Version 1.0.9

Version Description

  • Text modification in how to use section.
Download this release

Release Info

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

Code changes from version 1.0.8 to 1.0.9

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: 1.0.8
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:apss-share
@@ -31,7 +31,7 @@ if( !defined( 'APSS_LANG_DIR' ) ) {
31
  }
32
 
33
  if( !defined( 'APSS_VERSION' ) ) {
34
- define( 'APSS_VERSION', '1.0.8' );
35
  }
36
 
37
  if(!defined('APSS_TEXT_DOMAIN')){
@@ -253,8 +253,6 @@ if( !class_exists( 'APSS_Class' ) ){
253
 
254
  }
255
 
256
-
257
-
258
  ////////////////////////////////////for count //////////////////////////////////////////////////////
259
  //for facebook url share count
260
  function get_fb($url) {
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: 1.0.9
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:apss-share
31
  }
32
 
33
  if( !defined( 'APSS_VERSION' ) ) {
34
+ define( 'APSS_VERSION', '1.0.9' );
35
  }
36
 
37
  if(!defined('APSS_TEXT_DOMAIN')){
253
 
254
  }
255
 
 
 
256
  ////////////////////////////////////for count //////////////////////////////////////////////////////
257
  //for facebook url share count
258
  function get_fb($url) {
inc/backend/how-to-use.php CHANGED
@@ -11,7 +11,7 @@
11
  <dd><p>In this tab you can customize the apperance of the social media share icons. You can choose the options to display the share icons below the contennt, above the content or you can choose an options to display in both below and above content. Also you can choose the theme from the pre available 5 themes.</p></dd>
12
 
13
  <dt><strong>Miscellaneous settings</strong></dt>
14
- <dd><p>In this tab you can do the additions settings for the plugin.
15
  <ul class="how-list">
16
  <li><i class="fa fa-check"></i>You can setup the twitter username.</li>
17
  <li><i class="fa fa-check"></i>You can enable/disable the social counter.</li>
@@ -26,7 +26,7 @@
26
  <ul class="how-list">
27
  <li><i class="fa fa-check"></i>Example 1: [apss-share]</li>
28
  <li><i class="fa fa-check"></i>Example 2: [apss-share networks='facebook, twitter, pinterest']</li>
29
- <li><i class="fa fa-check"></i>network parameters are: facebook, twitter, google-plus, pinterest, linkedin, digg, email, print</li>
30
  </ul>
31
  </p></dd>
32
 
11
  <dd><p>In this tab you can customize the apperance of the social media share icons. You can choose the options to display the share icons below the contennt, above the content or you can choose an options to display in both below and above content. Also you can choose the theme from the pre available 5 themes.</p></dd>
12
 
13
  <dt><strong>Miscellaneous settings</strong></dt>
14
+ <dd><p>In this tab you can do the additional settings for the plugin.
15
  <ul class="how-list">
16
  <li><i class="fa fa-check"></i>You can setup the twitter username.</li>
17
  <li><i class="fa fa-check"></i>You can enable/disable the social counter.</li>
26
  <ul class="how-list">
27
  <li><i class="fa fa-check"></i>Example 1: [apss-share]</li>
28
  <li><i class="fa fa-check"></i>Example 2: [apss-share networks='facebook, twitter, pinterest']</li>
29
+ <li><i class="fa fa-check"></i>Available network parameters are: facebook, twitter, google-plus, pinterest, linkedin, digg, email, print</li>
30
  </ul>
31
  </p></dd>
32
 
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.1
7
- Stable tag: 1.0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -119,6 +119,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
119
  6. Backend Miscellaneous Settings Section
120
 
121
  == Changelog ==
 
 
 
122
  = 1.0.8 =
123
  * Added the summary text to the share link for LinkedIn.
124
  * Done bug fixing for share url for shortcodes.
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
119
  6. Backend Miscellaneous Settings Section
120
 
121
  == Changelog ==
122
+ = 1.0.9 =
123
+ * Text modification in how to use section.
124
+
125
  = 1.0.8 =
126
  * Added the summary text to the share link for LinkedIn.
127
  * Done bug fixing for share url for shortcodes.