diff --git a/CHANGELOG.md b/CHANGELOG.md index c93e8ef..d7636eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9c39a71..74135d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wpdtrt-anchorlinks", - "version": "0.4.7", + "version": "0.4.9", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -11511,7 +11511,7 @@ "eslint-plugin-markdown": "^1.0.0", "execa": "^4.0.0", "gh-rate-limit": "^1.0.0", - "gulp-wpdtrt-plugin-bump": "github:dotherightthing/gulp-wpdtrt-plugin-bump#62bf3cf48d77d3649650237ff84f2b4448d63bcc", + "gulp-wpdtrt-plugin-bump": "github:dotherightthing/gulp-wpdtrt-plugin-bump", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "normalize-html-whitespace": "^1.0.0", diff --git a/package.json b/package.json index 68bafc8..8ba263b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index 8ec3ff1..fdb057b 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.9 +Stable tag: 0.4.10 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -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 diff --git a/wpdtrt-anchorlinks.php b/wpdtrt-anchorlinks.php index b834424..d11485f 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.9 + * Version: 0.4.10 * 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.9' ); + define( 'WPDTRT_ANCHORLINKS_VERSION', '0.4.10' ); } if ( ! defined( 'WPDTRT_ANCHORLINKS_PATH' ) ) {