diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..603bb58 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,19 @@ + +1.2.0 / 2020-03-08 +=================== + +### Enhancements +* Performances improvements while editing heading blocks +* Remove jQuery as a dependency + +### Bug Fixes +* Allow upgrading from versions prior to 1.1.0 with the block name `sbb/guidepost` +* Prevent front-end script from loading within the editor +* Prevent duplicate anchors on headings. + + +1.1.0 / 2020-02-13 +=================== + +### Misc +* Cleanup for directory submission diff --git a/guidepost.php b/guidepost.php index 3b44907..1dcdd18 100644 --- a/guidepost.php +++ b/guidepost.php @@ -5,7 +5,7 @@ * Description: Add a list of internal links allowing your readers to quickly navigate around. * Author: sorta brilliant * Author URI: https://sortabrilliant.com - * Version: 1.1.0 + * Version: 1.2.0 * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'GUIDEPOST_VERSION', '1.1.0' ); +define( 'GUIDEPOST_VERSION', '1.2.0' ); define( 'GUIDEPOST_PLUGIN_DIR', dirname( __FILE__ ) ); define( 'GUIDEPOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 0f53dab..fa758fe 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Guidepost === Contributors: sortabrilliant, jrtashjian -Tags: typedjs, heading, style, block +Tags: heading, style, block Requires at least: 5.0 Tested up to: 5.3.2 -Stable tag: 1.1.0 +Stable tag: 1.2.0 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -26,6 +26,12 @@ This plugin is brought to you by [sorta brilliant](https://sortabrilliant.com/) 1. Add the Guidepost block and everything is taken care of automatically. == Changelog == -* Cleanup for directory submission. +### Enhancements +* Performances improvements while editing heading blocks +* Remove jQuery as a dependency +### Bug Fixes +* Allow upgrading from versions prior to 1.1.0 with the block name `sbb/guidepost` +* Prevent front-end script from loading within the editor +* Prevent duplicate anchors on headings.