Skip to content

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Aug 19, 2021
1 parent c8159b1 commit 06a5d9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Contributors: johnjamesjacoby, ddean, BrianLayman, rmccue, spacedmonkey
Tags: network, networks, blog, blogs, site, sites, domain, domains, mapping, domain mapping, fun
Requires at least: 4.9
Tested up to: 5.0
Stable tag: 2.2.1
Tested up to: 5.9
Requires PHP: 5.2
Stable tag: 2.4.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
Donate link: https://buy.stripe.com/7sI3cd2tK1Cy2lydQR

== Description ==

Expand Down
24 changes: 13 additions & 11 deletions wpmn-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
* @since 1.0.0
*
* @wordpress-plugin
* Plugin Name: WP Multi-Network
* Plugin URI: https://wordpress.org/plugins/wp-multi-network/
* Description: A Network Management UI for global administrators in WordPress Multisite
* Author: johnjamesjacoby, ddean, BrianLayman, rmccue, spacedmonkey
* Author URI: https://jjj.blog
* Tags: blog, domain, mapping, multisite, network, networks, path, site, subdomain
* Network: true
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Version: 2.4.0
* Text Domain: wp-multi-network
* Plugin Name: WP Multi-Network
* Plugin URI: https://wordpress.org/plugins/wp-multi-network/
* Description: A Network Management UI for global administrators in WordPress Multisite
* Author: johnjamesjacoby, ddean, BrianLayman, rmccue, spacedmonkey
* Author URI: https://jjj.blog
* Tags: blog, domain, mapping, multisite, network, networks, path, site, subdomain
* Network: true
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Version: 2.4.0
* Requires at least: 4.9
* Requires PHP: 5.2
* Text Domain: wp-multi-network
*/

// Exit if accessed directly.
Expand Down

0 comments on commit 06a5d9d

Please sign in to comment.