Social Counter for WordPress – AccessPress Social Counter - Version 1.4.4

Version Description

  • Updated backend notes layout
Download this release

Release Info

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

Code changes from version 1.4.3 to 1.4.4

Files changed (3) hide show
  1. accesspress-social-counter.php +2 -2
  2. css/backend.css +1 -0
  3. readme.txt +5 -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.4.3
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.4.3');
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.4.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.4.4');
28
  }
29
  /**
30
  * Register of widgets
css/backend.css CHANGED
@@ -743,6 +743,7 @@ padding: 1px 12px;
743
  margin-bottom: 25px;
744
  margin-top: 25px;
745
  line-height:1.75;
 
746
  }
747
  .apsc-option-field >label {
748
  width: 100%;
743
  margin-bottom: 25px;
744
  margin-top: 25px;
745
  line-height:1.75;
746
+ box-shadow:0 0 2px;
747
  }
748
  .apsc-option-field >label {
749
  width: 100%;
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: 3.8
6
  Tested up to: 4.3
7
- Stable tag: 1.4.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,7 +93,7 @@ For complete information and documentation regarding plugin,please visit below l
93
 
94
  [Docs](https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-counter/ )
95
 
96
- [Demo](http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-counter/)
97
 
98
  == Installation ==
99
  1. Unzip accesspress-social-counter.zip
@@ -125,6 +125,9 @@ Once you install the plugin , you can check some general documentation about how
125
  5. Backend Cache Settings Section
126
 
127
  == Changelog ==
 
 
 
128
  = 1.4.3 =
129
  * Updated text domain to match the plugin's slug
130
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.3
7
+ Stable tag: 1.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
 
94
  [Docs](https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-counter/ )
95
 
96
+ [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-counter/)
97
 
98
  == Installation ==
99
  1. Unzip accesspress-social-counter.zip
125
  5. Backend Cache Settings Section
126
 
127
  == Changelog ==
128
+ = 1.4.4 =
129
+ * Updated backend notes layout
130
+
131
  = 1.4.3 =
132
  * Updated text domain to match the plugin's slug
133