Social Counter for WordPress – AccessPress Social Counter - Version 1.6.6

Version Description

  • Updated documentation URL
Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

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.5
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.5');
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.6
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.6');
28
  }
29
  /**
30
  * Register of widgets
inc/backend/boards/about.php CHANGED
@@ -17,7 +17,7 @@ The available social media in FREE version are: Facebook, Twitter, Google+, Inst
17
  <a href="https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/" target="_blank">https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/</a></p>
18
  <div class="halfseperator"></div>
19
  <p><strong>Plugin documentation can be found here:</strong><br />
20
- <a href="https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-counter/" target="_blank">https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-counter/</a></p>
21
  <div class="halfseperator"></div>
22
 
23
 
17
  <a href="https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/" target="_blank">https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/</a></p>
18
  <div class="halfseperator"></div>
19
  <p><strong>Plugin documentation can be found here:</strong><br />
20
+ <a href="https://accesspressthemes.com/documentation/accesspress-social-counter/" target="_blank">https://accesspressthemes.com/documentation/accesspress-social-counter/</a></p>
21
  <div class="halfseperator"></div>
22
 
23
 
inc/backend/boards/floating-sidebar.php ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="apsc-boards-tabs" id="apsc-board-float-sidebar-settings" style="display:none">
2
+ <h3><?php _e('Floating Sidebar Settings', 'aps-counter'); ?></h3>
3
+ <div class="apsc-option-inner-wrapper">
4
+ <label><?php _e('Enable Floating Sidebar', 'aps-counter'); ?></label>
5
+ <div class="apsc-option-field">
6
+ <label>
7
+ <input type="checkbox" name="floating_sidebar[active]" value="1"/><div class="apsc-option-side-note"><?php _e('Check if you want to show floating sidebar in the frontend', 'aps-counter'); ?></div>
8
+ </label>
9
+ </div>
10
+ </div>
11
+ <div class="apsc-option-innner-wrapper">
12
+ <label><?php _e('Show sidebar in', 'aps-counter'); ?> :</label>
13
+ <div class="apsc-option-field">
14
+ <select name="floating_sidebar[show]">
15
+ <option value="all"><?php _e('All pages', 'aps-counter'); ?></option>
16
+ <option value="only_homepage"><?php _e('Only on homepage', 'aps-counter'); ?></option>
17
+ <option value="except_homepage"><?php _e('Except homepage', 'aps-counter'); ?></option>
18
+ </select>
19
+ </div>
20
+ </div>
21
+ <div class="apsc-option-inner-wrapper">
22
+ <label><?php _e('Choose Theme', 'aps-counter'); ?></label>
23
+ <div class="apsc-option-field">
24
+ <label><input type="radio" name="floating_sidebar[theme]" value="theme-1"/><?php _e('Theme 1','aps-counter');?></label>
25
+ <label><input type="radio" name="floating_sidebar[theme]" value="theme-2"/><?php _e('Theme 2','aps-counter');?></label>
26
+ <label><input type="radio" name="floating_sidebar[theme]" value="theme-3"/><?php _e('Theme 3','aps-counter');?></label>
27
+ <label><input type="radio" name="floating_sidebar[theme]" value="theme-4"/><?php _e('Theme 4','aps-counter');?></label>
28
+ <label><input type="radio" name="floating_sidebar[theme]" value="theme-5"/><?php _e('Theme 5','aps-counter');?></label>
29
+ </div>
30
+ </div>
31
+ <div class="apsc-option-inner-wrapper">
32
+ <label><?php _e('Show Tooltip','aps-counter');?></label>
33
+ <div class="apsc-option-field">
34
+ <label><input type="checkbox" name="floating_sidebar[tooltip]" value="1"/><div class="apsc-option-side-note"><?php _e('Check if you want to show tooltip','aps-counter');?></div></label>
35
+ </div>
36
+ </div>
37
+ <div class="apsc-option-inner-wrapper">
38
+ <label><?php _e('Tooltip Background Color','aps-counter');?></label>
39
+ <div class="apsc-option-field">
40
+ <label><input type="text" name="floating_sidebar[bg_color]" class="apsc-colorpicker"/></label>
41
+ </div>
42
+ </div>
43
+ <div class="apsc-option-inner-wrapper">
44
+ <label><?php _e('Tooltip Text Color','aps-counter');?></label>
45
+ <div class="apsc-option-field">
46
+ <input type="text" name="floating_sidebar[text_color]" class="apsc-colorpicker"/>
47
+ </div>
48
+ </div>
49
+ </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.6
7
- Stable tag: 1.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -133,6 +133,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.5 =
137
  * Removed session from backend
138
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.6
7
+ Stable tag: 1.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
133
  5. Backend Cache Settings Section
134
 
135
  == Changelog ==
136
+ = 1.6.6 =
137
+ * Updated documentation URL
138
+
139
  = 1.6.5 =
140
  * Removed session from backend
141