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 Aug 6, 2021
1 parent e493611 commit 5601b07
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [2815d17] Add shortcode option to allow widgets to be excluded from the generated anchor links list on the maintenance page, update documentation
* [e493611] Don't load generic wpdtrt-scss styles in plugins (dotherightthing/wpdtrt-scss#1)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9",
"version": "0.4.10",
"description": "Anchor links plugin.",
"main": "wpdtrt-anchorlinks.php",
"person": {
Expand Down
5 changes: 4 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.9
Stable tag: 0.4.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -33,6 +33,9 @@ See [WordPress Usage](README.md#wordpress-usage).

== Changelog ==

= 0.4.10 =
* [e493611] Don't load generic wpdtrt-scss styles in plugins (dotherightthing/wpdtrt-scss#1)

= 0.4.9 =
* [2815d17] Add shortcode option to allow widgets to be excluded from the generated anchor links list on the maintenance page, update documentation

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.9
* Version: 0.4.10
* 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.9' );
define( 'WPDTRT_ANCHORLINKS_VERSION', '0.4.10' );
}

if ( ! defined( 'WPDTRT_ANCHORLINKS_PATH' ) ) {
Expand Down

0 comments on commit 5601b07

Please sign in to comment.