File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
3434
3535/** Setup the Plugin Constants */
3636define ( 'DM_PATH ' , plugin_dir_path ( __FILE__ ) );
37- define ( 'DM_VERSION ' , '2.4 .0 ' );
37+ define ( 'DM_VERSION ' , '2.5 .0 ' );
3838define ( 'DM_DB_VERSION ' , '20210517 ' );
3939
4040define ( 'DM_PLUGIN_URL ' , plugin_dir_url ( __FILE__ ) );
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tags: domain mapping, multisite
44Requires at least: 5.0
55Requires PHP: 7.0.0
66Tested up to: 6.8.1
7- Stable tag: 2.4
7+ Stable tag: 2.5.0
88License: GPLv2
99License 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 =
You can’t perform that action at this time.
0 commit comments