Social Share WordPress Plugin – AccessPress Social Share - Version 4.2.6

Version Description

  • Fixed css issues for the plugin's backend settings - miscelleneous settings of the plugin.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Share WordPress Plugin – AccessPress Social Share
Version 4.2.6
Comparing to
See all releases

Code changes from version 4.2.5 to 4.2.6

accesspress-social-share.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: Social Share WordPress Plugin - AccessPress Social Share
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
6
  Description: A plugin to add various social media shares to a site with dynamic configuration options.
7
- Version: 4.2.5
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain: accesspress-social-share
@@ -30,7 +30,7 @@ if ( !defined( 'APSS_LANG_DIR' ) ) {
30
  }
31
 
32
  if ( !defined( 'APSS_VERSION' ) ) {
33
- define( 'APSS_VERSION', '4.2.5' );
34
  }
35
 
36
  if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
4
  Plugin name: Social Share WordPress Plugin - AccessPress Social Share
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
6
  Description: A plugin to add various social media shares to a site with dynamic configuration options.
7
+ Version: 4.2.6
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain: accesspress-social-share
30
  }
31
 
32
  if ( !defined( 'APSS_VERSION' ) ) {
33
+ define( 'APSS_VERSION', '4.2.6' );
34
  }
35
 
36
  if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
inc/backend/main-page.php CHANGED
@@ -152,21 +152,20 @@
152
  } ?> /><label for="disable_frontend_assets_y"><?php _e( 'Yes', 'accesspress-social-share' ); ?></label></div>
153
  <br />
154
  <div class="apss_notes_cache_settings">
155
- <?php _e( 'Please set this value if you don\'t want to use plguins frontend assets(js and css files).', 'accesspress-social-share' ); ?>
156
  </div>
157
  </div>
158
  <br />
159
- <div class="apss-share-text-settings clearfix">
160
- <?php _e( 'Share text:', 'accesspress-social-share' ); ?> <input type="text" name="apss_share_settings[share_text]" value="<?php if ( isset( $options['share_text'] ) ) {
161
- echo $options['share_text'];
162
- } ?>" />
163
  <div class="apss_notes_cache_settings">
164
  <?php _e( 'Please enter the share text to make it appear above social share icons. Leave blank if you don\'t want to use share text.', 'accesspress-social-share' ); ?>
165
  </div>
166
  </div>
167
- <br />
168
- <div class="apss-twitter-settings clearfix">
169
- <?php _e( 'Twitter username:', 'accesspress-social-share' ); ?> <input type="text" name="apss_share_settings[twitter_username]" value="<?php echo $options['twitter_username']; ?>" />
170
  </div>
171
 
172
  <div class="apss-counter-settings clearfix">
@@ -211,7 +210,7 @@
211
  <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App ID.</div>
212
  </div>
213
  <div class='apss_input_wrapper'>
214
- <label for=apss_facebook_app_secret"">APP Secret: </label><input type='text' id="apss_facebook_app_secret" name='apss_share_settings[api_configuration][facebook][app_secret]' value="<?php if ( isset( $options['api_configuration']['facebook']['app_secret'] ) ) { echo $options['api_configuration']['facebook']['app_secret']; } ?>" />
215
  <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App Secret.</div>
216
  </div>
217
  <div class="apss_notes_cache_settings">
@@ -277,13 +276,12 @@
277
  <br />
278
  <div class='cache-settings'>
279
  <h4><?php _e( 'Cache Settings: ', 'accesspress-social-share' ); ?> </h4>
280
- <label for="apss_cache_settings"><?php _e( 'Cache Period:', 'accesspress-social-share' ); ?></label>
281
- <input type='text' id="apss_cache_period" name='apss_share_settings[cache_settings]' value="<?php if ( isset( $options['cache_period'] ) ) {
282
- echo $options['cache_period'];
283
- } ?>" onkeyup="removeMe('invalid_cache_period');"/>
284
- <span class="error invalid_cache_period"></span>
285
- <div class="apss_notes_cache_settings">
286
- <?php _e( 'Please enter the time in hours in which the social share counter should be updated from social networks. Default is 24 hours.', 'accesspress-social-share' ); ?>
287
  </div>
288
  </div>
289
 
@@ -291,7 +289,7 @@
291
  <h4><?php _e( 'Email Settings:', 'accesspress-social-share' ); ?></h4>
292
  <div class="app-email-sub email-setg">
293
  <label for='apss-email-subject'><?php _e( 'Email subject:', 'accesspress-social-share' ); ?></label>
294
- <input type='text' name="apss_share_settings[apss_email_subject]" value="<?php echo $options['apss_email_subject'] ?>" />
295
  </div>
296
  <div class="app-email-body email-setg">
297
  <label for='apss-email-body'><?php _e( 'Email body:', 'accesspress-social-share' ); ?></label>
152
  } ?> /><label for="disable_frontend_assets_y"><?php _e( 'Yes', 'accesspress-social-share' ); ?></label></div>
153
  <br />
154
  <div class="apss_notes_cache_settings">
155
+ <?php _e( 'Please set this value if you don\'t want to use plguins frontend assets(js and css files).', 'accesspress-social-share' ); ?>
156
  </div>
157
  </div>
158
  <br />
159
+ <div class="apss_input_wrapper clearfix">
160
+ <label><?php _e( 'Share text:', 'accesspress-social-share' ); ?></label>
161
+ <input type="text" name="apss_share_settings[share_text]" value="<?php if ( isset( $options['share_text'] ) ) { echo $options['share_text']; } ?>" />
 
162
  <div class="apss_notes_cache_settings">
163
  <?php _e( 'Please enter the share text to make it appear above social share icons. Leave blank if you don\'t want to use share text.', 'accesspress-social-share' ); ?>
164
  </div>
165
  </div>
166
+ <div class="apss_input_wrapper apss-twitter-settings clearfix">
167
+ <label><?php _e( 'Twitter username:', 'accesspress-social-share' ); ?></label>
168
+ <input type="text" name="apss_share_settings[twitter_username]" value="<?php echo $options['twitter_username']; ?>" />
169
  </div>
170
 
171
  <div class="apss-counter-settings clearfix">
210
  <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App ID.</div>
211
  </div>
212
  <div class='apss_input_wrapper'>
213
+ <label for=apss_facebook_app_secret"">APP Secret: </label><input type='text' id="apss_facebook_app_secret" name='apss_share_settings[api_configuration][facebook][app_secret]' value="<?php if ( isset( $options['api_configuration']['facebook']['app_secret'] ) ) { echo $options['api_configuration']['facebook']['app_secret']; } ?>" style="width:285px;" />
214
  <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App Secret.</div>
215
  </div>
216
  <div class="apss_notes_cache_settings">
276
  <br />
277
  <div class='cache-settings'>
278
  <h4><?php _e( 'Cache Settings: ', 'accesspress-social-share' ); ?> </h4>
279
+ <div class="apss_input_wrapper">
280
+ <label for="apss_cache_settings"><?php _e( 'Cache Period:', 'accesspress-social-share' ); ?></label>
281
+ <input type='text' id="apss_cache_period" name='apss_share_settings[cache_settings]' value="<?php if ( isset( $options['cache_period'] ) ) { echo $options['cache_period']; } ?>" onkeyup="removeMe('invalid_cache_period');" style='width:50px;'/>
282
+ <span class="error invalid_cache_period"></span>
283
+ <div class="apss_notes_cache_settings"><?php _e( 'Please enter the time in hours in which the social share counter should be updated from social networks. Default is 24 hours.', 'accesspress-social-share' ); ?></div>
284
+
 
285
  </div>
286
  </div>
287
 
289
  <h4><?php _e( 'Email Settings:', 'accesspress-social-share' ); ?></h4>
290
  <div class="app-email-sub email-setg">
291
  <label for='apss-email-subject'><?php _e( 'Email subject:', 'accesspress-social-share' ); ?></label>
292
+ <input type='text' name="apss_share_settings[apss_email_subject]" value="<?php echo $options['apss_email_subject'] ?>" style='width:325px;'/>
293
  </div>
294
  <div class="app-email-body email-setg">
295
  <label for='apss-email-body'><?php _e( 'Email body:', 'accesspress-social-share' ); ?></label>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social share counter, social share, social media share, social network sha
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
- Stable tag: 4.2.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
141
  6. Backend Miscellaneous Settings Section
142
 
143
  == Changelog ==
 
 
 
144
  = 4.2.5 =
145
  * Checked plugin compactibility with wordpress version 4.7
146
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
+ Stable tag: 4.2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
  6. Backend Miscellaneous Settings Section
142
 
143
  == Changelog ==
144
+ = 4.2.6 =
145
+ * Fixed css issues for the plugin's backend settings - miscelleneous settings of the plugin.
146
+
147
  = 4.2.5 =
148
  * Checked plugin compactibility with wordpress version 4.7
149