Version Description
- Updated Documentation link in how to use section
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Counter for WordPress – AccessPress Social Counter |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- accesspress-social-counter.php +2 -2
- inc/backend/boards/how-to-use.php +1 -1
- readme.txt +8 -3
accesspress-social-counter.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: AccessPress Social Counter
|
4 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
|
5 |
* Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
|
6 |
-
* Version: 1.6.
|
7 |
* Author: AccessPress Themes
|
8 |
* Author URI: http://accesspressthemes.com
|
9 |
* Text Domain: aps-counter
|
@@ -24,7 +24,7 @@ if (!defined('SC_CSS_DIR')) {
|
|
24 |
define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('SC_VERSION')) {
|
27 |
-
define('SC_VERSION', '1.6.
|
28 |
}
|
29 |
/**
|
30 |
* Register of widgets
|
3 |
* Plugin Name: AccessPress Social Counter
|
4 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
|
5 |
* Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
|
6 |
+
* Version: 1.6.4
|
7 |
* Author: AccessPress Themes
|
8 |
* Author URI: http://accesspressthemes.com
|
9 |
* Text Domain: aps-counter
|
24 |
define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('SC_VERSION')) {
|
27 |
+
define('SC_VERSION', '1.6.4');
|
28 |
}
|
29 |
/**
|
30 |
* Register of widgets
|
inc/backend/boards/how-to-use.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<p>To display the social profiles with counter, you can either use [aps-counter] <strong>Shortcode</strong> or you can use <strong>AccessPress Social Counter Widget</strong> from Appearance's widget section.</p>
|
4 |
|
5 |
<p>You can also pass the theme parameter in the shorcode to get the desired theme while displaying the count. For example [aps-counter theme="theme-1"] . There are 5 available themes so you can change theme-1 upto theme-5 . </p>
|
6 |
-
<p>For the complete documentation please visit:<br/> <a href="https://accesspressthemes.com/documentation/
|
7 |
<p>To get the individual count, please use below shortcode</p><br /><br />
|
8 |
[aps-get-count social_media="facebook/twitter/googlePlus/instagram/youtube/soundcloud/dribbble/posts/comments" count_format="default/comma/short"]
|
9 |
<p><strong>Note</strong>: Use any value separated by "/" . For example [aps-get-count social_media="facebook" count_format="short"]</p>
|
3 |
<p>To display the social profiles with counter, you can either use [aps-counter] <strong>Shortcode</strong> or you can use <strong>AccessPress Social Counter Widget</strong> from Appearance's widget section.</p>
|
4 |
|
5 |
<p>You can also pass the theme parameter in the shorcode to get the desired theme while displaying the count. For example [aps-counter theme="theme-1"] . There are 5 available themes so you can change theme-1 upto theme-5 . </p>
|
6 |
+
<p>For the complete documentation please visit:<br/> <a href="https://accesspressthemes.com/documentation/accesspress-social-counter/" target="_blank">https://accesspressthemes.com/documentation/accesspress-social-counter/</a></p>
|
7 |
<p>To get the individual count, please use below shortcode</p><br /><br />
|
8 |
[aps-get-count social_media="facebook/twitter/googlePlus/instagram/youtube/soundcloud/dribbble/posts/comments" count_format="default/comma/short"]
|
9 |
<p><strong>Note</strong>: Use any value separated by "/" . For example [aps-get-count social_media="facebook" count_format="short"]</p>
|
readme.txt
CHANGED
@@ -4,13 +4,15 @@ Tags: social count, social counter, social counters, social media counters, soci
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings.
|
12 |
|
13 |
== Description ==
|
|
|
|
|
14 |
<strong>AccessPress Social Counter</strong> is a <strong>Free WordPress plugin</strong> to display your social accounts fans, subscribers and followers number on your website!
|
15 |
A perfect plugin to show your social media stats and encourage more to join your network.
|
16 |
|
@@ -95,11 +97,11 @@ For complete information and documentation regarding plugin,please visit below l
|
|
95 |
|
96 |
[Plugin information](https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/)
|
97 |
|
98 |
-
[Docs](https://accesspressthemes.com/documentation/
|
99 |
|
100 |
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-counter/)
|
101 |
|
102 |
-
[More WordPress Resources](http://wpall.club)
|
103 |
|
104 |
== Installation ==
|
105 |
1. Unzip accesspress-social-counter.zip
|
@@ -131,6 +133,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
131 |
5. Backend Cache Settings Section
|
132 |
|
133 |
== Changelog ==
|
|
|
|
|
|
|
134 |
= 1.6.3 =
|
135 |
* Changed backend settings tabs layout
|
136 |
* Added More WordPress Resources link
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.6.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings.
|
12 |
|
13 |
== Description ==
|
14 |
+
[Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/accesspress-social-counter/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-counter/) | [Premium Version](https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/)
|
15 |
+
|
16 |
<strong>AccessPress Social Counter</strong> is a <strong>Free WordPress plugin</strong> to display your social accounts fans, subscribers and followers number on your website!
|
17 |
A perfect plugin to show your social media stats and encourage more to join your network.
|
18 |
|
97 |
|
98 |
[Plugin information](https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/)
|
99 |
|
100 |
+
[Docs](https://accesspressthemes.com/documentation/accesspress-social-counter/ )
|
101 |
|
102 |
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-counter/)
|
103 |
|
104 |
+
[Browse More WordPress Plugin Resources](http://wpall.club)
|
105 |
|
106 |
== Installation ==
|
107 |
1. Unzip accesspress-social-counter.zip
|
133 |
5. Backend Cache Settings Section
|
134 |
|
135 |
== Changelog ==
|
136 |
+
= 1.6.4 =
|
137 |
+
* Updated Documentation link in how to use section
|
138 |
+
|
139 |
= 1.6.3 =
|
140 |
* Changed backend settings tabs layout
|
141 |
* Added More WordPress Resources link
|