diff --git a/CHANGELOG.md b/CHANGELOG.md index e59d873..29a8203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ -* [d48abe7] Update wpdtrt-plugin-boilerplate from 1.7.16 to 1.7.17 -* [f1b81be] Sync comment with plugin generator +* [e8b04af] Update wpdtrt-scss to 0.1.17 +* [b9f6051] Refactor jump links/anchors to use the heading rather than the section, show the icon on the left and include the text in the link/anchor, shorten data attributes (#24, dotherightthing/wpdtrt-scss#2) +* [f39431b] Update wpdtrt-scss to 0.1.14 +* [a817052] Refactor jump links/anchors to use the heading rather than the section, show the icon on the left and include the text in the link/anchor, shorten data attributes (#24, dotherightthing/wpdtrt-scss#2) +* [584b138] Prevent active fragment from headbutting the top of the browser window +* [5d0a6be] Update wpdtrt-scss to 0.1.13 diff --git a/package.json b/package.json index aea5330..00add9f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "wpdtrt-anchorlinks", - "version": "0.4.7", + "version": "0.4.8", "description": "Anchor links plugin.", "main": "wpdtrt-anchorlinks.php", "person": { diff --git a/readme.txt b/readme.txt index 9041253..5140c04 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: anchor links, content links, menu, navigation, sticky, scrollto Requires at least: 5.3.3 Tested up to: 5.3.3 Requires PHP: 7.2.15 -Stable tag: 0.4.7 +Stable tag: 0.4.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -33,6 +33,14 @@ See [WordPress Usage](README.md#wordpress-usage). == Changelog == += 0.4.8 = +* [e8b04af] Update wpdtrt-scss to 0.1.17 +* [b9f6051] Refactor jump links/anchors to use the heading rather than the section, show the icon on the left and include the text in the link/anchor, shorten data attributes (#24, dotherightthing/wpdtrt-scss#2) +* [f39431b] Update wpdtrt-scss to 0.1.14 +* [a817052] Refactor jump links/anchors to use the heading rather than the section, show the icon on the left and include the text in the link/anchor, shorten data attributes (#24, dotherightthing/wpdtrt-scss#2) +* [584b138] Prevent active fragment from headbutting the top of the browser window +* [5d0a6be] Update wpdtrt-scss to 0.1.13 + = 0.4.7 = * [d48abe7] Update wpdtrt-plugin-boilerplate from 1.7.16 to 1.7.17 * [f1b81be] Sync comment with plugin generator diff --git a/wpdtrt-anchorlinks.php b/wpdtrt-anchorlinks.php index 223bad7..7071501 100644 --- a/wpdtrt-anchorlinks.php +++ b/wpdtrt-anchorlinks.php @@ -11,7 +11,7 @@ * Plugin Name: DTRT Anchor Links * Plugin URI: https://github.com/dotherightthing/wpdtrt-anchorlinks * Description: Anchor links plugin. - * Version: 0.4.7 + * Version: 0.4.8 * Author: Dan Smith * Author URI: https://profiles.wordpress.org/dotherightthingnz * License: GPLv2 or later @@ -51,7 +51,7 @@ * @see $plugin_data = get_plugin_data( __FILE__ ); $plugin_version = $plugin_data['Version']; * @see https://wordpress.stackexchange.com/questions/18268/i-want-to-get-a-plugin-version-number-dynamically */ - define( 'WPDTRT_ANCHORLINKS_VERSION', '0.4.7' ); + define( 'WPDTRT_ANCHORLINKS_VERSION', '0.4.8' ); } if ( ! defined( 'WPDTRT_ANCHORLINKS_PATH' ) ) {