Skip to content

Commit

Permalink
Updated version numbers and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Terry committed Aug 1, 2020
1 parent f76f646 commit 9b3d737
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cameronterry/dark-matter",
"version": "2.1.0",
"version": "2.1.1",
"description": "A highly opinionated domain mapping plugin for WordPress.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
Expand Down
2 changes: 1 addition & 1 deletion dark-matter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Dark Matter
* Plugin URI: https://cameronterry.supernovawp.com/dark-matter/
* Description: A highly opinionated domain mapping plugin for WordPress.
* Version: 2.1.0
* Version: 2.1.1
* Author: Cameron Terry
* Author URI: https://cameronterry.co.uk/
* Text Domain: dark-matter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dark-matter",
"version": "2.1.0",
"version": "2.1.1",
"description": "Domain Mapping plugin for WordPress.",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: cameronterry
Tags: domain mapping, multisite
Requires at least: 5.0
Requires PHP: 7.0.0
Tested up to: 5.4.2
Stable tag: 2.1.0
Tested up to: 5.5
Stable tag: 2.1.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -79,6 +79,16 @@ Google Analytics) with over 60 websites.

== Changelog ==

= 2.1.1 =

* Tested with WordPress 5.5's introduction of sitemaps (see https://make.wordpress.org/core/2020/07/22/new-xml-sitemaps-functionality-in-wordpress-5-5/).
* Removed and reintroduced the `home_url` hook in certain situations for mapping certain admin links to the primary domain.
* This fixes an issue where Yoast 14.0+ was storing mapped and unmapped URLs in the indexables table (see https://yoast.com/indexables/).
* This occurred when Yoast was pre-emptively populating the indexables when navigating the admin area.
* Updated NPM dependencies.
* Changed `npm run start` to build both min and non-min assets. (That said, best to keep your `SCRIPT_DEBUG` on if developing with Dark Matter).
* Changed `npm run release` to use more optimised flags with Composer. (Only affects those developing Dark Matter and not the actual code in releases.)

= 2.1.0 =

* Added support and tests for Site Health Checks feature, originally introduced in WordPress 5.2. Tests the following;
Expand Down

0 comments on commit 9b3d737

Please sign in to comment.