Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
2.3.1 Version Bump (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonphilip authored Apr 2, 2020
1 parent 3988d0f commit ce9f54a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion genesis-simple-edits.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define( 'GENESIS_SIMPLE_EDITS_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENESIS_SIMPLE_EDITS_URL', plugins_url( '', __FILE__ ) );
define( 'GENESIS_SIMPLE_EDITS_VERSION', '2.3.0' );
define( 'GENESIS_SIMPLE_EDITS_VERSION', '2.3.1' );

require_once GENESIS_SIMPLE_EDITS_DIR . '/includes/class-genesis-simple-edits.php';

Expand Down
5 changes: 1 addition & 4 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
* Author: StudioPress
* Author URI: https://www.studiopress.com/
*
* Version: 2.3.0
*
* Requires at least: 5.0.0
* Requires PHP: 5.6
* Version: 2.3.1
*
* Requires at least: 5.0.0
* Requires PHP: 5.6
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: shortcodes, genesis, genesiswp, studiopress
Requires at least: 5.0.0
Tested up to: 5.4
Stable tag: 2.3.0
Stable tag: 2.3.1

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.

Expand Down Expand Up @@ -33,6 +33,9 @@ You must have Genesis (3.1.0+) and a Genesis child theme installed and activated

== Changelog ==

= 2.3.1 =
* Fixed admin fields on tablets.

= 2.3.0 =
* Remove footer credits setting, replaced by core Genesis 3.1 setting.
* Increase minimum Genesis version to 3.1.0.
Expand Down

0 comments on commit ce9f54a

Please sign in to comment.