Social Counter for WordPress – AccessPress Social Counter - Version 1.7.3

Version Description

  • Changed field type for cache settings from text to number
Download this release

Release Info

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

Code changes from version 1.7.2 to 1.7.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.7.2
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.2');
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.3
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.3');
28
  }
29
  /**
30
  * Register of widgets
inc/backend/boards/cache-settings.php CHANGED
@@ -3,7 +3,7 @@
3
  <div class="apsc-option-inner-wrapper">
4
  <label><?php _e('Cache Period','accesspress-social-counter');?></label>
5
  <div class="apsc-option-field">
6
- <input type="text" name="cache_period" value="<?php echo $apsc_settings['cache_period'];?>"/>
7
  <div class="apsc-option-note"><?php _e('Please enter the time in hours in which the count should be updated.Default is 24 hours','accesspress-social-counter');?></div>
8
  </div>
9
  </div>
3
  <div class="apsc-option-inner-wrapper">
4
  <label><?php _e('Cache Period','accesspress-social-counter');?></label>
5
  <div class="apsc-option-field">
6
+ <input type="number" name="cache_period" value="<?php echo $apsc_settings['cache_period'];?>" min="0"/>
7
  <div class="apsc-option-note"><?php _e('Please enter the time in hours in which the count should be updated.Default is 24 hours','accesspress-social-counter');?></div>
8
  </div>
9
  </div>
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  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.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
 
@@ -13,8 +13,6 @@ A plugin to display your social accounts fans, subscribers and followers number
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
- Tested with WordPress 4.7
17
-
18
  <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!
19
  A perfect plugin to show your social media stats and encourage more to join your network.
20
 
@@ -85,7 +83,6 @@ Note: If Instagram followers count is returning 0, it is due to change in the in
85
  * Belarussian - UStarCash ( https://www.ustarcash.com )
86
 
87
  = Some Useful Links =
88
- * <strong>Support Email</strong>: support@accesspressthemes.com
89
  * <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
90
  * <strong>Website Link</strong>: http://accesspressthemes.com/
91
  * <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
@@ -135,6 +132,9 @@ 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.2 =
139
  * Removed notice for Youtube counter
140
  * Compatibility check for version 4.8
2
  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.5
6
+ Tested up to: 4.9
7
+ Stable tag: 1.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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
 
83
  * Belarussian - UStarCash ( https://www.ustarcash.com )
84
 
85
  = Some Useful Links =
 
86
  * <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
87
  * <strong>Website Link</strong>: http://accesspressthemes.com/
88
  * <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
132
  5. Backend Cache Settings Section
133
 
134
  == Changelog ==
135
+ = 1.7.3 =
136
+ * Changed field type for cache settings from text to number
137
+
138
  = 1.7.2 =
139
  * Removed notice for Youtube counter
140
  * Compatibility check for version 4.8