From 59ad8b07b6a561e28e5efaa3b635e420cba48def Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 7 Jul 2015 15:36:48 -0600 Subject: [PATCH] version bump and changelog update. merge this in and call it good. fixes #5 --- README.md | 3 +++ readme.txt | 5 ++++- wds-simple-page-builder.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a031343..f676021 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ Options page ## Changelog +**1.4.1** +* fixed empty templates showing up after options save in Saved Layouts ([fixes #5](https://github.com/WebDevStudios/WDS-Simple-Page-Builder/issues/5)) + **1.4** * added actions and filters for plugin developers to hook into. See [Hooks documentation](https://github.com/WebDevStudios/WDS-Simple-Page-Builder/wiki/Hooks) * removed some unused functions diff --git a/readme.txt b/readme.txt index 2525141..b3ce1e0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jazzs3quence, webdevstudios Tags: page builder, template parts, theme Requires at least: 3.0 Tested up to: 4.2.2 -Stable tag: 1.4 +Stable tag: 1.4.1 Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements. @@ -59,6 +59,9 @@ Another [CMB2](https://wordpress.org/plugins/CMB2) issue which will also be fixe == Changelog == += 1.4.1 = +* fixed empty templates showing up after options save in Saved Layouts ([fixes #5](https://github.com/WebDevStudios/WDS-Simple-Page-Builder/issues/5)) + = 1.4 = * added actions and filters for plugin developers to hook into. See [Hooks documentation](https://github.com/WebDevStudios/WDS-Simple-Page-Builder/wiki/Hooks) * removed some unused functions diff --git a/wds-simple-page-builder.php b/wds-simple-page-builder.php index 5b71941..4b49132 100644 --- a/wds-simple-page-builder.php +++ b/wds-simple-page-builder.php @@ -5,7 +5,7 @@ * Description: Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements. * Author: WebDevStudios * Author URI: http://webdevstudios.com - * Version: 1.4 + * Version: 1.4.1 * License: GPLv2 */