From 9708d61906d5c02e86a49158067ba2474257522d Mon Sep 17 00:00:00 2001 From: Nick Croft Date: Thu, 3 Sep 2020 10:57:11 -0400 Subject: [PATCH] version bump for 1.0.5 --- README.md | 6 +++++- gppro-entry-content.php | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11a656f..6c03eab 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/gppro-entry-content.php b/gppro-entry-content.php index b2a3767..e6259b9 100644 --- a/gppro-entry-content.php +++ b/gppro-entry-content.php @@ -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 */ @@ -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' ); } /** @@ -2164,4 +2164,3 @@ public static function link_decorations( $selector, $value ) { // Instantiate our class. $GP_Pro_Entry_Content = GP_Pro_Entry_Content::getInstance(); -