Version Description
- Tested on WordPress 5.2.2
Download this release
Release Info
Developer | nathanrice |
Plugin | Genesis Simple Share |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- package.json +1 -1
- plugin.php +2 -2
- readme.txt +5 -2
package.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"description": "A simple sharing plugin using the Share script.",
|
40 |
"author": "StudioPress",
|
41 |
"authoruri": "http://www.studiopress.com/",
|
42 |
-
"version": "1.1.
|
43 |
"license": "GPL-2.0+",
|
44 |
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
45 |
"textdomain": "genesis-simple-share"
|
39 |
"description": "A simple sharing plugin using the Share script.",
|
40 |
"author": "StudioPress",
|
41 |
"authoruri": "http://www.studiopress.com/",
|
42 |
+
"version": "1.1.5",
|
43 |
"license": "GPL-2.0+",
|
44 |
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
45 |
"textdomain": "genesis-simple-share"
|
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Genesis Simple Share
|
4 |
* Plugin URI: https://wordpress.org/plugins/genesis-simple-share/
|
5 |
* Description: A simple sharing plugin using the Share script.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: StudioPress
|
8 |
* Author URI: https://www.studiopress.com
|
9 |
*
|
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
die( esc_html__( 'Sorry, you are not allowed to access this page directly.', 'genesis-simple-share' ) );
|
18 |
}
|
19 |
|
20 |
-
define( 'GENESIS_SIMPLE_SHARE_VERSION', '1.1.
|
21 |
define( 'GENESIS_SIMPLE_SHARE_PATH', plugin_dir_path( __FILE__ ) );
|
22 |
define( 'GENESIS_SIMPLE_SHARE_INC', plugin_dir_path( __FILE__ ) . '/includes/' );
|
23 |
define( 'GENESIS_SIMPLE_SHARE_URL', plugins_url( '', __FILE__ ) );
|
3 |
* Plugin Name: Genesis Simple Share
|
4 |
* Plugin URI: https://wordpress.org/plugins/genesis-simple-share/
|
5 |
* Description: A simple sharing plugin using the Share script.
|
6 |
+
* Version: 1.1.5
|
7 |
* Author: StudioPress
|
8 |
* Author URI: https://www.studiopress.com
|
9 |
*
|
17 |
die( esc_html__( 'Sorry, you are not allowed to access this page directly.', 'genesis-simple-share' ) );
|
18 |
}
|
19 |
|
20 |
+
define( 'GENESIS_SIMPLE_SHARE_VERSION', '1.1.5' );
|
21 |
define( 'GENESIS_SIMPLE_SHARE_PATH', plugin_dir_path( __FILE__ ) );
|
22 |
define( 'GENESIS_SIMPLE_SHARE_INC', plugin_dir_path( __FILE__ ) . '/includes/' );
|
23 |
define( 'GENESIS_SIMPLE_SHARE_URL', plugins_url( '', __FILE__ ) );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: nathanrice, studiopress, wpmuguru, nick_thegeek, bgardner, marksabbath
|
3 |
Tags: genesis, share, share buttons, facebook, twitter, pinterest, stumbleupon, linkedin, social
|
4 |
Requires at least: 3.7
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -31,6 +31,9 @@ https://github.com/copyblogger/genesis-simple-share/wiki/Usage-Tips
|
|
31 |
|
32 |
== Changelog ==
|
33 |
|
|
|
|
|
|
|
34 |
= 1.1.4 =
|
35 |
* Removed Facebook counter.
|
36 |
|
2 |
Contributors: nathanrice, studiopress, wpmuguru, nick_thegeek, bgardner, marksabbath
|
3 |
Tags: genesis, share, share buttons, facebook, twitter, pinterest, stumbleupon, linkedin, social
|
4 |
Requires at least: 3.7
|
5 |
+
Tested up to: 5.2.2
|
6 |
+
Stable tag: 1.1.5
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
31 |
|
32 |
== Changelog ==
|
33 |
|
34 |
+
= 1.1.5 =
|
35 |
+
* Tested on WordPress 5.2.2
|
36 |
+
|
37 |
= 1.1.4 =
|
38 |
* Removed Facebook counter.
|
39 |
|