Skip to content

Commit

Permalink
Update readme, changelog, and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Mar 8, 2020
1 parent 13df4d8 commit 5c7c6af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
19 changes: 19 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions guidepost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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__ ) );

Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit 5c7c6af

Please sign in to comment.