Skip to content

Commit

Permalink
version bump for 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NicktheGeek committed Sep 3, 2020
1 parent a814941 commit 9708d61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: norcross, jjeaton, reaktivstudios
Requires at least: 4.0
Tested up to: 5.5
Stable tag: 1.0.6
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -28,6 +28,10 @@ Install and activate it.

## Changelog

### 1.0.5: 2020-09-08

* Added support for some blocks in the entry content.

### 1.0.4: 2017-02-01

* Updated blockquote settings to include paragraph tags
Expand Down
5 changes: 2 additions & 3 deletions gppro-entry-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://genesisdesignpro.com/
Description: Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro
Author: Reaktiv Studios
Version: 1.0.6
Version: 1.0.5
Requires at least: 4.0
Author URI: https://genesisdesignpro.com
*/
Expand Down Expand Up @@ -38,7 +38,7 @@

// Set our plugin version as a constant.
if ( ! defined( 'GPECN_VER' ) ) {
define( 'GPECN_VER', '1.0.5-dev' );
define( 'GPECN_VER', '1.0.5' );
}

/**
Expand Down Expand Up @@ -2164,4 +2164,3 @@ public static function link_decorations( $selector, $value ) {

// Instantiate our class.
$GP_Pro_Entry_Content = GP_Pro_Entry_Content::getInstance();

0 comments on commit 9708d61

Please sign in to comment.