Social Counter for WordPress – AccessPress Social Counter - Version 1.8.5

Version Description

  • Bug fix related to social networks sorting
Download this release

Release Info

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

Code changes from version 1.8.4 to 1.8.5

Files changed (2) hide show
  1. inc/frontend/shortcode.php +4 -1
  2. readme.txt +4 -1
inc/frontend/shortcode.php CHANGED
@@ -9,7 +9,8 @@ $format = isset( $apsc_settings[ 'counter_format' ] ) ? esc_attr( $apsc_settings
9
  ?>
10
  <div class="apsc-icons-wrapper clearfix apsc-<?php echo $apsc_settings[ 'social_profile_theme' ]; ?>" >
11
  <?php
12
- foreach ( $apsc_settings[ 'profile_order' ] as $social_profile ) {
 
13
  if ( isset( $apsc_settings[ 'social_profile' ][ $social_profile ][ 'active' ] ) && $apsc_settings[ 'social_profile' ][ $social_profile ][ 'active' ] == 1 ) {
14
  ?>
15
  <div class="apsc-each-profile">
@@ -47,6 +48,8 @@ $format = isset( $apsc_settings[ 'counter_format' ] ) ? esc_attr( $apsc_settings
47
  ?>
48
  </div><?php
49
  }
 
50
  }
 
51
  ?>
52
  </div>
9
  ?>
10
  <div class="apsc-icons-wrapper clearfix apsc-<?php echo $apsc_settings[ 'social_profile_theme' ]; ?>" >
11
  <?php
12
+ if(isset($apsc_settings[ 'profile_order' ]) && !empty($apsc_settings[ 'profile_order' ])){
13
+ foreach ( $apsc_settings[ 'profile_order' ] as $social_profile ) {
14
  if ( isset( $apsc_settings[ 'social_profile' ][ $social_profile ][ 'active' ] ) && $apsc_settings[ 'social_profile' ][ $social_profile ][ 'active' ] == 1 ) {
15
  ?>
16
  <div class="apsc-each-profile">
48
  ?>
49
  </div><?php
50
  }
51
+ }
52
  }
53
+
54
  ?>
55
  </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.5
6
  Tested up to: 5.2.2
7
- Stable tag: 1.8.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -147,6 +147,9 @@ Once you install the plugin , you can check some general documentation about how
147
 
148
  == Changelog ==
149
 
 
 
 
150
  = 1.8.4 =
151
  * Refinements in the plugin to avoid trademark infringement
152
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.5
6
  Tested up to: 5.2.2
7
+ Stable tag: 1.8.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
147
 
148
  == Changelog ==
149
 
150
+ = 1.8.5 =
151
+ * Bug fix related to social networks sorting
152
+
153
  = 1.8.4 =
154
  * Refinements in the plugin to avoid trademark infringement
155