Version Description
- updated informational details in the plugin.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Share WordPress Plugin – AccessPress Social Share |
Version | 4.4.0 |
Comparing to | |
See all releases |
Code changes from version 4.3.9 to 4.4.0
- accesspress-social-share.php +2 -2
- inc/backend/main-page.php +2 -1
- inc/backend/stuff-apss.php +18 -0
- readme.txt +22 -5
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.
|
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.
|
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.4.0
|
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.4.0' );
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'APSS_TEXT_DOMAIN' ) ) {
|
inc/backend/main-page.php
CHANGED
@@ -71,7 +71,7 @@
|
|
71 |
<li><a href="javascript:void(0)" id="apss-miscellaneous" class="apss-tabs-trigger"><?php _e( 'Miscellaneous', 'accesspress-social-share' ); ?></a></li>
|
72 |
<li><a href="javascript:void(0)" id="apss-how-to-use" class="apss-tabs-trigger"><?php _e( 'How To Use', 'accesspress-social-share' ); ?></a></li>
|
73 |
<li><a href="javascript:void(0)" id="apss-about" class="apss-tabs-trigger"><?php _e( 'About', 'accesspress-social-share' ); ?></a></li>
|
74 |
-
<li><a href="
|
75 |
</ul>
|
76 |
|
77 |
<div class='apss-tab-contents-wrapper'>
|
@@ -423,6 +423,7 @@
|
|
423 |
<div class="apss-tab-contents apss-how-to-use" id="tab-apss-how-to-use" style='display:none' ><?php include_once('how-to-use.php'); ?></div>
|
424 |
|
425 |
<div class="apss-tab-contents apss-about" id="tab-apss-about" style='display:none' ><?php include('about-apss.php'); ?></div>
|
|
|
426 |
<?php wp_nonce_field( 'apss_nonce_save_settings', 'apss_add_nonce_save_settings' ); ?>
|
427 |
<input type="submit" class="submit_settings button primary-button" value="<?php _e( 'Save settings', 'accesspress-social-share' ); ?>" name="apss_submit_settings" id="apss_submit_settings"/>
|
428 |
<?php
|
71 |
<li><a href="javascript:void(0)" id="apss-miscellaneous" class="apss-tabs-trigger"><?php _e( 'Miscellaneous', 'accesspress-social-share' ); ?></a></li>
|
72 |
<li><a href="javascript:void(0)" id="apss-how-to-use" class="apss-tabs-trigger"><?php _e( 'How To Use', 'accesspress-social-share' ); ?></a></li>
|
73 |
<li><a href="javascript:void(0)" id="apss-about" class="apss-tabs-trigger"><?php _e( 'About', 'accesspress-social-share' ); ?></a></li>
|
74 |
+
<li><a href="javascript:void(0)" id="apss-resources" class="apss-tabs-trigger"><?php _e( 'Wordpress Resources', 'accesspress-social-share' ); ?></a></li>
|
75 |
</ul>
|
76 |
|
77 |
<div class='apss-tab-contents-wrapper'>
|
423 |
<div class="apss-tab-contents apss-how-to-use" id="tab-apss-how-to-use" style='display:none' ><?php include_once('how-to-use.php'); ?></div>
|
424 |
|
425 |
<div class="apss-tab-contents apss-about" id="tab-apss-about" style='display:none' ><?php include('about-apss.php'); ?></div>
|
426 |
+
<div class="apss-tab-contents apss-resources" id="tab-apss-resources" style='display:none' ><?php include('stuff-apss.php'); ?></div>
|
427 |
<?php wp_nonce_field( 'apss_nonce_save_settings', 'apss_add_nonce_save_settings' ); ?>
|
428 |
<input type="submit" class="submit_settings button primary-button" value="<?php _e( 'Save settings', 'accesspress-social-share' ); ?>" name="apss_submit_settings" id="apss_submit_settings"/>
|
429 |
<?php
|
inc/backend/stuff-apss.php
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
|
2 |
+
<h2><?php _e( 'More WordPress Resources', 'accesspress-social-share' ); ?></h2>
|
3 |
+
<div class="ap-tab-wrapper">
|
4 |
+
<p> Themes Compatible with the Plugin :</p>
|
5 |
+
|
6 |
+
<p>AccessPress Social Share works best with every WordPress theme. It's even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.</p>
|
7 |
+
|
8 |
+
<strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong>
|
9 |
+
<p><a href="https://wpall.club/">WPAll Club</a> - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.</p>
|
10 |
+
|
11 |
+
<p> <a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </p>
|
12 |
+
|
13 |
+
<p> <a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys">Premium WordPress Plugins</a> - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace. </p>
|
14 |
+
|
15 |
+
<p> <a href="https://accesspressthemes.com/">AccessPress Themes</a> - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.</p>
|
16 |
+
|
17 |
+
<p> <a href="https://8degreethemes.com/">8Degree Themes</a> - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.</p>
|
18 |
+
</div>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
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.9
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -34,8 +34,6 @@ options. Pinterest pin it button for each images. Please upgrade
|
|
34 |
<strong>Note: If you have set 301 redirects in your site the
|
35 |
facebook share counts may reset</strong>
|
36 |
`
|
37 |
-
|
38 |
-
|
39 |
= Free Features: =
|
40 |
|
41 |
* <strong>Beautifully designed 5 themes to select from.</strong> More available in Pro versoin.
|
@@ -109,7 +107,23 @@ For complete information and documentation regarding plugin, please visit below
|
|
109 |
|
110 |
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/)
|
111 |
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
|
114 |
== Installation ==
|
115 |
1. Unzip accesspress-social-share.zip
|
@@ -147,6 +161,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
|
|
147 |
|
148 |
== Changelog ==
|
149 |
|
|
|
|
|
|
|
150 |
= 4.3.9 =
|
151 |
* updated in translation ready.
|
152 |
|
1 |
+
=== Social Share WordPress Plugin - AccessPress Social Share ===
|
2 |
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.9
|
7 |
+
Stable tag: 4.4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
34 |
<strong>Note: If you have set 301 redirects in your site the
|
35 |
facebook share counts may reset</strong>
|
36 |
`
|
|
|
|
|
37 |
= Free Features: =
|
38 |
|
39 |
* <strong>Beautifully designed 5 themes to select from.</strong> More available in Pro versoin.
|
107 |
|
108 |
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/)
|
109 |
|
110 |
+
<strong>More WordPress Resources</strong>
|
111 |
+
|
112 |
+
Themes Compatible with the Plugin:
|
113 |
+
|
114 |
+
<strong>AccessPress Social Share</strong> works best with every WordPress theme. Its even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.
|
115 |
+
|
116 |
+
<strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong>
|
117 |
+
|
118 |
+
<a href="https://wpall.club/">WPAll Club</a> - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.
|
119 |
+
|
120 |
+
<a href="https://themeforest.net/user/accesskeys/portfolio" >Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.
|
121 |
+
|
122 |
+
<a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys" >Premium WordPress Plugins </a> - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace.
|
123 |
+
|
124 |
+
<a href="https://accesspressthemes.com/">AccessPress Themes</a> - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.
|
125 |
+
|
126 |
+
<a href="https://8degreethemes.com/" >8Degree Themes</a> - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.
|
127 |
|
128 |
== Installation ==
|
129 |
1. Unzip accesspress-social-share.zip
|
161 |
|
162 |
== Changelog ==
|
163 |
|
164 |
+
= 4.4.0 =
|
165 |
+
* updated informational details in the plugin.
|
166 |
+
|
167 |
= 4.3.9 =
|
168 |
* updated in translation ready.
|
169 |
|