Skip to content

Commit

Permalink
Upped version number to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronterry committed Jul 24, 2021
1 parent 6798548 commit a5a99b4
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 47 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.6",
"version": "2.1.7",
"description": "A highly opinionated domain mapping plugin for WordPress.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

4 changes: 2 additions & 2 deletions 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://github.com/cameronterry/dark-matter
* Description: A highly opinionated domain mapping plugin for WordPress.
* Version: 2.1.6
* Version: 2.1.7
* Author: Cameron Terry
* Author URI: https://github.com/cameronterry/
* Text Domain: dark-matter
Expand Down Expand Up @@ -34,7 +34,7 @@

/** Setup the Plugin Constants */
define( 'DM_PATH', plugin_dir_path( __FILE__ ) );
define( 'DM_VERSION', '2.1.6' );
define( 'DM_VERSION', '2.1.7' );
define( 'DM_DB_VERSION', '20190114' );

define( 'DM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
82 changes: 42 additions & 40 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,6 +1,6 @@
{
"name": "dark-matter",
"version": "2.1.6",
"version": "2.1.7",
"description": "Domain Mapping plugin for WordPress.",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 7 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.7.2
Stable tag: 2.1.6
Tested up to: 5.8
Stable tag: 2.1.7
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.1.7 =

* Updated Composer and Node dependencies to newer versions.
* Upped WordPress Core support to 5.8.

= 2.1.6 =

* Change: editors will now see mapped URLs when inserting links to posts. Also, editor will now load with mapped URLs and this will be unmapped on save.
Expand Down

0 comments on commit a5a99b4

Please sign in to comment.