Skip to content

Commit 329d037

Browse files
committed
Upped version numbers and release notes.
1 parent 2c724b3 commit 329d037

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

dark-matter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Dark Matter Plugin
44
* Plugin URI: https://github.com/cameronterry/dark-matter
55
* Description: A highly opinionated domain mapping plugin for WordPress.
6-
* Version: 2.4.0
6+
* Version: 2.5.0
77
* Author: Cameron Terry
88
* Author URI: https://github.com/cameronterry/
99
* Text Domain: dark-matter
@@ -34,7 +34,7 @@
3434

3535
/** Setup the Plugin Constants */
3636
define( 'DM_PATH', plugin_dir_path( __FILE__ ) );
37-
define( 'DM_VERSION', '2.4.0' );
37+
define( 'DM_VERSION', '2.5.0' );
3838
define( 'DM_DB_VERSION', '20210517' );
3939

4040
define( 'DM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: domain mapping, multisite
44
Requires at least: 5.0
55
Requires PHP: 7.0.0
66
Tested up to: 6.8.1
7-
Stable tag: 2.4
7+
Stable tag: 2.5.0
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -93,6 +93,9 @@ Google Analytics) with over 60 websites.
9393
* Uses `wordpress/api-fetch` package instead of `jQuery.ajax()`.
9494
* This also removes the dependency on jQuery for Dark Matter Plugin.
9595
* Updated composer dependencies for development.
96+
* Developer updates;
97+
* Removed version bump and Snyk.
98+
* Resolves a couple of Dependabot issues.
9699
* Tested up to WordPress 6.8.2.
97100

98101
= 2.4.0 =

0 commit comments

Comments
 (0)