Social Counter for WordPress – AccessPress Social Counter - Version 1.6.8

Version Description

  • Done small change in backend checkbox label layout
Download this release

Release Info

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

Code changes from version 1.6.7 to 1.6.8

Files changed (3) hide show
  1. accesspress-social-counter.php +2 -2
  2. css/backend.css +3 -0
  3. readme.txt +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.6.7
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.7');
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.8
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.8');
28
  }
29
  /**
30
  * Register of widgets
css/backend.css CHANGED
@@ -777,4 +777,7 @@ span.product-title {
777
  }
778
  .apsc-add-set-wrapper h2.nav-tab-wrapper {
779
  margin-bottom: 20px !important;
 
 
 
780
  }
777
  }
778
  .apsc-add-set-wrapper h2.nav-tab-wrapper {
779
  margin-bottom: 20px !important;
780
+ }
781
+ span.apsc-option-trigger {
782
+ font-weight: normal;
783
  }
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.6
7
- Stable tag: 1.6.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -13,6 +13,8 @@ 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
  <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
 
@@ -133,6 +135,9 @@ Once you install the plugin , you can check some general documentation about how
133
  5. Backend Cache Settings Section
134
 
135
  == Changelog ==
 
 
 
136
  = 1.6.7 =
137
  * Removed fontawesome CDN and enqueued locally as per WordPress Plugin Guidlines
138
 
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.6.8
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
+ 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
 
135
  5. Backend Cache Settings Section
136
 
137
  == Changelog ==
138
+ = 1.6.8 =
139
+ * Done small change in backend checkbox label layout
140
+
141
  = 1.6.7 =
142
  * Removed fontawesome CDN and enqueued locally as per WordPress Plugin Guidlines
143