Version Description
- Fix typo warning in textdomain loader
Download this release
Release Info
Developer | nathanrice |
Plugin | Genesis Simple Edits |
Version | 2.1.4 |
Comparing to | |
See all releases |
Code changes from version 2.1.3 to 2.1.4
- package.json +1 -1
- plugin.php +2 -2
- readme.txt +4 -1
package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"description": "Genesis Simple Edits lets you edit the three most commonly modified areas in any Genesis theme: the post-info, the post-meta, and the footer area.",
|
30 |
"author": "StudioPress",
|
31 |
"authoruri": "http://www.studiopress.com/",
|
32 |
-
"version": "2.1.
|
33 |
"license": "GPL-2.0+",
|
34 |
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
35 |
"textdomain": "genesis-simple-edits"
|
29 |
"description": "Genesis Simple Edits lets you edit the three most commonly modified areas in any Genesis theme: the post-info, the post-meta, and the footer area.",
|
30 |
"author": "StudioPress",
|
31 |
"authoruri": "http://www.studiopress.com/",
|
32 |
+
"version": "2.1.4",
|
33 |
"license": "GPL-2.0+",
|
34 |
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
35 |
"textdomain": "genesis-simple-edits"
|
plugin.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
Author: Nathan Rice
|
7 |
Author URI: http://www.nathanrice.net/
|
8 |
|
9 |
-
Version: 2.1.
|
10 |
|
11 |
Text Domain: genesis-simple-edits
|
12 |
Domain Path: /languages
|
@@ -30,7 +30,7 @@ class Genesis_Simple_Edits {
|
|
30 |
|
31 |
define( 'GSE_SETTINGS_FIELD', 'gse-settings' );
|
32 |
|
33 |
-
add_action( 'plugins_loaded', 'load_textdomain' );
|
34 |
|
35 |
add_action( 'admin_init', array( $this, 'javascript' ) );
|
36 |
add_action( 'admin_init', array( $this, 'reset' ) );
|
6 |
Author: Nathan Rice
|
7 |
Author URI: http://www.nathanrice.net/
|
8 |
|
9 |
+
Version: 2.1.4
|
10 |
|
11 |
Text Domain: genesis-simple-edits
|
12 |
Domain Path: /languages
|
30 |
|
31 |
define( 'GSE_SETTINGS_FIELD', 'gse-settings' );
|
32 |
|
33 |
+
add_action( 'plugins_loaded', array( $this, 'load_textdomain' ) );
|
34 |
|
35 |
add_action( 'admin_init', array( $this, 'javascript' ) );
|
36 |
add_action( 'admin_init', array( $this, 'reset' ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: shortcodes, genesis, genesiswp, studiopress
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 4.3.1
|
7 |
-
Stable tag: 2.1.
|
8 |
|
9 |
This plugin lets you edit the three most commonly modified areas in any Genesis theme: the post-info (byline), the post-meta, and the footer area.
|
10 |
|
@@ -37,6 +37,9 @@ You must have Genesis (1.3+) or a Genesis child theme installed and activated on
|
|
37 |
|
38 |
== Changelog ==
|
39 |
|
|
|
|
|
|
|
40 |
= 2.1.3 =
|
41 |
* add textdomain loader
|
42 |
* add plugin header i18n
|
4 |
Tags: shortcodes, genesis, genesiswp, studiopress
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 4.3.1
|
7 |
+
Stable tag: 2.1.4
|
8 |
|
9 |
This plugin lets you edit the three most commonly modified areas in any Genesis theme: the post-info (byline), the post-meta, and the footer area.
|
10 |
|
37 |
|
38 |
== Changelog ==
|
39 |
|
40 |
+
= 2.1.4 =
|
41 |
+
* Fix typo warning in textdomain loader
|
42 |
+
|
43 |
= 2.1.3 =
|
44 |
* add textdomain loader
|
45 |
* add plugin header i18n
|