Social Counter for WordPress – AccessPress Social Counter - Version 1.0.4

Version Description

  • Added Upgrade Side banner
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

accesspress-social-counter.php CHANGED
@@ -5,7 +5,7 @@ defined('ABSPATH') or die("No script kiddies please!");
5
  * Plugin Name: AccessPress Social Counter
6
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
7
  * Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
8
- * Version: 1.0.3
9
  * Author: AccessPress Themes
10
  * Author URI: http://accesspressthemes.com
11
  * Text Domain: aps-counter
@@ -26,7 +26,7 @@ if (!defined('SC_CSS_DIR')) {
26
  define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
27
  }
28
  if (!defined('SC_VERSION')) {
29
- define('SC_VERSION', '1.0.3');
30
  }
31
  /**
32
  * Register of widgets
5
  * Plugin Name: AccessPress Social Counter
6
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
7
  * Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
8
+ * Version: 1.0.4
9
  * Author: AccessPress Themes
10
  * Author URI: http://accesspressthemes.com
11
  * Text Domain: aps-counter
26
  define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
27
  }
28
  if (!defined('SC_VERSION')) {
29
+ define('SC_VERSION', '1.0.4');
30
  }
31
  /**
32
  * Register of widgets
css/backend.css CHANGED
@@ -1,6 +1,15 @@
1
  .apsc-add-set-wrapper {
2
- max-width: 980px;
 
 
 
 
 
3
  }
 
 
 
 
4
  .apsc-settings-wrapper {
5
 
6
  }
@@ -709,4 +718,21 @@ padding: 1px 12px;
709
  #apsc-board-display-settings .apsc-option-field {
710
  display:block;
711
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
1
  .apsc-add-set-wrapper {
2
+ float:left;
3
+ }
4
+ .apsc-add-set-wrapper.clearfix:before,
5
+ .apsc-add-set-wrapper.clearfix:after{
6
+ content:"";
7
+ display:table;
8
  }
9
+ .apsc-add-set-wrapper.clearfix:after{
10
+ clear:both;
11
+ }
12
+
13
  .apsc-settings-wrapper {
14
 
15
  }
718
  #apsc-board-display-settings .apsc-option-field {
719
  display:block;
720
  }
721
+ .apsc-panel{
722
+ float:left;
723
+ width:810px;
724
+ }
725
+ .apsc-promoFloat{
726
+ background: #f1f1f1;
727
+ float: left;
728
+ width: 311px;
729
+ padding: 10px;
730
+ }
731
+ .apsc-promo-buttons{
732
+ padding:20px 0;
733
+ text-align:center;
734
+ }
735
+ .apsc-promo-buttons a{
736
+ display:inline-block;
737
+ }
738
 
images/Thumbs.db CHANGED
Binary file
images/demo-btn.png ADDED
Binary file
images/promo-bottom.png ADDED
Binary file
images/promo-top.png ADDED
Binary file
images/upgrade-btn.png ADDED
Binary file
inc/backend/settings.php CHANGED
@@ -99,8 +99,16 @@ $apsc_settings = $this->apsc_settings;
99
  </div>
100
  </form>
101
  </div><!--optionsframework-->
102
-
103
  </div>
 
 
 
 
 
 
 
104
  </div>
 
105
  </div>
106
- </div>
99
  </div>
100
  </form>
101
  </div><!--optionsframework-->
102
+ </div>
103
  </div>
104
+
105
+ </div>
106
+ <div class="apsc-promoFloat">
107
+ <img src="<?php echo SC_IMAGE_DIR . '/promo-top.png' ?>" alt="promo-top" />
108
+ <div class="apsc-promo-buttons"><a href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-pro" target="_blank"><img src="<?php echo SC_IMAGE_DIR . '/demo-btn.png' ?>" alt="demo link" /></a><a href="http://codecanyon.net/item/accesspress-social-pro/10429645?ref=AccessKeys" target="_blank"><img src="<?php echo SC_IMAGE_DIR . '/upgrade-btn.png' ?>" alt="upgrade link" /></a></div>
109
+ <img src="<?php echo SC_IMAGE_DIR . '/promo-top.png' ?>" alt="promo-bottom" />
110
+ <div class="apsc-promo-buttons"><a href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-pro" target="_blank"><img src="<?php echo SC_IMAGE_DIR . '/demo-btn.png' ?>" alt="demo link" /></a><a href="http://codecanyon.net/item/accesspress-social-pro/10429645?ref=AccessKeys" target="_blank"><img src="<?php echo SC_IMAGE_DIR . '/upgrade-btn.png' ?>" alt="upgrade link" /></a></div>
111
  </div>
112
+ <div class="clear"></div>
113
  </div>
114
+ </div><!--div class wrap-->
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.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,9 @@ Once you install the plugin , you can check some general documentation about how
93
  5. Backend Cache Settings Section
94
 
95
  == Changelog ==
 
 
 
96
  = 1.0.3 =
97
  * Added Theme Selection Feature in widget
98
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
  5. Backend Cache Settings Section
94
 
95
  == Changelog ==
96
+ = 1.0.4 =
97
+ * Added Upgrade Side banner
98
+
99
  = 1.0.3 =
100
  * Added Theme Selection Feature in widget
101