Social Share WordPress Plugin – AccessPress Social Share - Version 1.1.3

Version Description

  • SSL warning fix for google fonts.
Download this release

Release Info

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

Code changes from version 1.1.2 to 1.1.3

Files changed (3) hide show
  1. accesspress-social-share.php +4 -5
  2. css/frontend.css +11 -0
  3. readme.txt +4 -1
accesspress-social-share.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: 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: 1.1.2
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:apss-share
@@ -25,13 +25,12 @@ if( !defined( 'APSS_CSS_DIR' ) ) {
25
  define( 'APSS_CSS_DIR', plugin_dir_url( __FILE__ ) . 'css' );
26
  }
27
 
28
-
29
  if( !defined( 'APSS_LANG_DIR' ) ) {
30
  define( 'APSS_LANG_DIR', basename(dirname(__FILE__)) . '/languages/' );
31
  }
32
 
33
  if( !defined( 'APSS_VERSION' ) ) {
34
- define( 'APSS_VERSION', '1.1.2' );
35
  }
36
 
37
  if(!defined('APSS_TEXT_DOMAIN')){
@@ -182,9 +181,9 @@ if( !class_exists( 'APSS_Class' ) ){
182
  * */
183
  function register_frontend_assets() {
184
  wp_enqueue_style( 'apss-font-awesome', APSS_CSS_DIR.'/font-awesome.min.css',array(),APSS_VERSION );
185
- wp_enqueue_style( 'apss-font-opensans', 'http://fonts.googleapis.com/css?family=Open+Sans',array(),false);
186
  wp_enqueue_style( 'apss-frontend-css', APSS_CSS_DIR . '/frontend.css', array( 'apss-font-awesome' ), APSS_VERSION );
187
- wp_enqueue_script('apss-frontend-mainjs', APSS_JS_DIR . '/frontend.js', array('jquery'), APSS_VERSION, true);
188
  $ajax_nonce = wp_create_nonce( 'apss-ajax-nonce' );
189
  wp_localize_script( 'apss-frontend-mainjs', 'frontend_ajax_object', array( 'ajax_url' => admin_url() . 'admin-ajax.php', 'ajax_nonce' => $ajax_nonce ) );
190
  }
4
  Plugin name: 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: 1.1.3
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:apss-share
25
  define( 'APSS_CSS_DIR', plugin_dir_url( __FILE__ ) . 'css' );
26
  }
27
 
 
28
  if( !defined( 'APSS_LANG_DIR' ) ) {
29
  define( 'APSS_LANG_DIR', basename(dirname(__FILE__)) . '/languages/' );
30
  }
31
 
32
  if( !defined( 'APSS_VERSION' ) ) {
33
+ define( 'APSS_VERSION', '1.1.3' );
34
  }
35
 
36
  if(!defined('APSS_TEXT_DOMAIN')){
181
  * */
182
  function register_frontend_assets() {
183
  wp_enqueue_style( 'apss-font-awesome', APSS_CSS_DIR.'/font-awesome.min.css',array(),APSS_VERSION );
184
+ wp_enqueue_style( 'apss-font-opensans', '//fonts.googleapis.com/css?family=Open+Sans',array(),false );
185
  wp_enqueue_style( 'apss-frontend-css', APSS_CSS_DIR . '/frontend.css', array( 'apss-font-awesome' ), APSS_VERSION );
186
+ wp_enqueue_script( 'apss-frontend-mainjs', APSS_JS_DIR . '/frontend.js', array('jquery'), APSS_VERSION, true );
187
  $ajax_nonce = wp_create_nonce( 'apss-ajax-nonce' );
188
  wp_localize_script( 'apss-frontend-mainjs', 'frontend_ajax_object', array( 'ajax_url' => admin_url() . 'admin-ajax.php', 'ajax_nonce' => $ajax_nonce ) );
189
  }
css/frontend.css CHANGED
@@ -39,7 +39,18 @@ a:hover, a:focus {
39
  text-decoration: none;
40
  }
41
 
 
 
 
 
 
 
 
 
 
42
 
 
 
43
 
44
 
45
  /***********************************theme1 css********************************************************/
39
  text-decoration: none;
40
  }
41
 
42
+ /*
43
+ //share icons to align center
44
+ .apss-social-share {
45
+ text-align: center;
46
+ }
47
+
48
+ .apss-single-icon {
49
+ display: inline-block;
50
+ }
51
 
52
+ ///////////////////////////////
53
+ */
54
 
55
 
56
  /***********************************theme1 css********************************************************/
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.1
7
- Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
131
  6. Backend Miscellaneous Settings Section
132
 
133
  == Changelog ==
 
 
 
134
  = 1.1.2 =
135
  * Addition of the share text options in backend.
136
  * Done the css modification for frontend share text display.
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
  6. Backend Miscellaneous Settings Section
132
 
133
  == Changelog ==
134
+ = 1.1.3 =
135
+ * SSL warning fix for google fonts.
136
+
137
  = 1.1.2 =
138
  * Addition of the share text options in backend.
139
  * Done the css modification for frontend share text display.