Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jun 20, 2021
1 parent e8b04af commit faf320e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wpdtrt-anchorlinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' ) ) {
Expand Down

0 comments on commit faf320e

Please sign in to comment.