Social Counter for WordPress – AccessPress Social Counter - Version 1.7.0

Version Description

  • Updated google Plus setup description
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Counter for WordPress – AccessPress Social Counter
Version 1.7.0
Comparing to
See all releases

Code changes from version 1.6.9 to 1.7.0

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.9
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.9');
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.7.0
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.7.0');
28
  }
29
  /**
30
  * Register of widgets
inc/backend/boards/social-profiles.php CHANGED
@@ -127,6 +127,10 @@
127
  <li> <?php _e('Now click on Browser key.','accesspress-social-counter');?></li>
128
  <li> <?php _e('Copy the browser key and paste in the above field.','accesspress-social-counter');?></li>
129
  </ol>
 
 
 
 
130
  </div>
131
  </div>
132
  </div>
127
  <li> <?php _e('Now click on Browser key.','accesspress-social-counter');?></li>
128
  <li> <?php _e('Copy the browser key and paste in the above field.','accesspress-social-counter');?></li>
129
  </ol>
130
+ <p class="description">
131
+ <?php _e('If still, the count is not displaying then there may be a privacy issue within the google+ account.You may need to public some of your settings in it.Please chek in the below screenshot:','accesspress-social-counter');?>
132
+ </p>
133
+ <a href="https://i.imgur.com/4zbtqKH.png" target="_blank">https://i.imgur.com/4zbtqKH.png</a>
134
  </div>
135
  </div>
136
  </div>
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.7
7
- Stable tag: 1.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -135,8 +135,11 @@ Once you install the plugin , you can check some general documentation about how
135
  5. Backend Cache Settings Section
136
 
137
  == Changelog ==
 
 
 
138
  = 1.6.9 =
139
- * Replaced file_get_contents with wp_remote_get for FQL
140
 
141
  = 1.6.8 =
142
  * Done small change in backend checkbox label layout
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 1.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
135
  5. Backend Cache Settings Section
136
 
137
  == Changelog ==
138
+ = 1.7.0 =
139
+ * Updated google Plus setup description
140
+
141
  = 1.6.9 =
142
+ * Updated file_get_contents with wp_remote_get for FQL
143
 
144
  = 1.6.8 =
145
  * Done small change in backend checkbox label layout