Skip to content

Commit

Permalink
Merge pull request #74 from cameronterry/release/2.1.7
Browse files Browse the repository at this point in the history
2.1.7
  • Loading branch information
cameronterry authored Jul 24, 2021
2 parents e522ce8 + 05c27ac commit fb107fe
Show file tree
Hide file tree
Showing 7 changed files with 12,298 additions and 3,035 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
24 changes: 12 additions & 12 deletions 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
2 changes: 1 addition & 1 deletion domain-mapping/ui/Components/DomainMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class DomainMapping extends React.Component {
/**
* Handle the removal of the Notice from state.
*
* @param {string} id Element ID.
* @param {string} id Element ID.
* @param {number} index Message index to be removed from the array.
*/
dimissNotice = ( id, index ) => {
Expand Down
Loading

0 comments on commit fb107fe

Please sign in to comment.