Social Counter for WordPress – AccessPress Social Counter - Version 1.0.9

Version Description

  • Fixed some mismatched text domain
Download this release

Release Info

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

Code changes from version 1.0.8 to 1.0.9

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.0.8
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.0.8');
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.0.9
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.0.9');
28
  }
29
  /**
30
  * Register of widgets
inc/backend/boards/about.php CHANGED
@@ -23,7 +23,7 @@ The available social media in FREE version are: Facebook, Twitter, Google+, Inst
23
 
24
  <h3>Other products by AccessPress themes </h3>
25
  <div class="product">
26
- <div class="logo-product"><img src="<?php echo SC_IMAGE_DIR;?>/aplite.png" alt="<?php esc_attr_e('AccessPress Anonymous Post','aps-counter'); ?>" /></div>
27
  <div class="productext"><p><strong>AccessPress Lite</strong> - A very popular Free WordPress theme, available in WordPress.org<br />
28
  <a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-lite/</a></p>
29
  </div>
23
 
24
  <h3>Other products by AccessPress themes </h3>
25
  <div class="product">
26
+ <div class="logo-product"><img src="<?php echo SC_IMAGE_DIR;?>/aplite.png" alt="<?php esc_attr_e('AccessPress Social Counter','aps-counter'); ?>" /></div>
27
  <div class="productext"><p><strong>AccessPress Lite</strong> - A very popular Free WordPress theme, available in WordPress.org<br />
28
  <a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-lite/</a></p>
29
  </div>
inc/backend/boards/floating-sidebar.php DELETED
@@ -1,49 +0,0 @@
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: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -118,6 +118,9 @@ Once you install the plugin , you can check some general documentation about how
118
  5. Backend Cache Settings Section
119
 
120
  == Changelog ==
 
 
 
121
  = 1.0.8 =
122
  * Fixed the issue of opening the posts and comments links opening in new link for firefox and IE
123
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
118
  5. Backend Cache Settings Section
119
 
120
  == Changelog ==
121
+ = 1.0.9 =
122
+ * Fixed some mismatched text domain
123
+
124
  = 1.0.8 =
125
  * Fixed the issue of opening the posts and comments links opening in new link for firefox and IE
126