Social Counter for WordPress – AccessPress Social Counter - Version 1.7.2

Version Description

  • Removed notice for Youtube counter
  • Compatibility check for version 4.8
Download this release

Release Info

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

Code changes from version 1.7.1 to 1.7.2

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.7.1
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.7.1');
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.2
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.2');
28
  }
29
  /**
30
  * Register of widgets
inc/backend/boards/social-profiles.php CHANGED
@@ -176,9 +176,6 @@
176
  <!--Youtube-->
177
  <div class="apsc-option-outer-wrapper">
178
  <h4><?php _e('Youtube', 'accesspress-social-counter') ?></h4>
179
- <div class="apsc-extra-note">
180
- <p><?php _e('Note: We have updated the functionality to work with youtube API v3 for automatic count update. So please fill the necessary credentials below.','accesspress-social-counter')?></p>
181
- </div>
182
  <div class="apsc-option-inner-wrapper">
183
  <label><?php _e('Display Counter', 'accesspress-social-counter') ?></label>
184
  <div class="apsc-option-field"><label><input type="checkbox" name="social_profile[youtube][active]" value="1" class="apsc-counter-activation-trigger" <?php if(isset($apsc_settings['social_profile']['youtube']['active'])){?>checked="checked"<?php } ?>/><?php _e('Show/Hide', 'accesspress-social-counter'); ?></label></div>
176
  <!--Youtube-->
177
  <div class="apsc-option-outer-wrapper">
178
  <h4><?php _e('Youtube', 'accesspress-social-counter') ?></h4>
 
 
 
179
  <div class="apsc-option-inner-wrapper">
180
  <label><?php _e('Display Counter', 'accesspress-social-counter') ?></label>
181
  <div class="apsc-option-field"><label><input type="checkbox" name="social_profile[youtube][active]" value="1" class="apsc-counter-activation-trigger" <?php if(isset($apsc_settings['social_profile']['youtube']['active'])){?>checked="checked"<?php } ?>/><?php _e('Show/Hide', 'accesspress-social-counter'); ?></label></div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: social count, social counter, social counters, social media counters, social media, social network, social profiles counter, social profile count, social profile, social icons, social icon counter
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
- Tested up to: 4.7
7
- Stable tag: 1.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -135,6 +135,10 @@ Once you install the plugin , you can check some general documentation about how
135
  5. Backend Cache Settings Section
136
 
137
  == Changelog ==
 
 
 
 
138
  = 1.7.1 =
139
  * Done the bug fixings for the facebook followers counter.
140
 
3
  Tags: social count, social counter, social counters, social media counters, social media, social network, social profiles counter, social profile count, social profile, social icons, social icon counter
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
+ Tested up to: 4.8
7
+ Stable tag: 1.7.2
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.2 =
139
+ * Removed notice for Youtube counter
140
+ * Compatibility check for version 4.8
141
+
142
  = 1.7.1 =
143
  * Done the bug fixings for the facebook followers counter.
144