diff --git a/README.md b/README.md index fcfbb2f..2e2eb54 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** network, multisite, subdomain, domain map, mapping **Requires at least:** 5.0 **Tested up to:** 5.1.1 -**Stable tag:** 1.1.3 +**Stable tag:** 1.0.0 **Requires PHP:** 7.1 **License:** GPLv2 or later **License URI:** https://www.gnu.org/licenses/gpl-2.0.html @@ -72,31 +72,9 @@ No. This plugin only works when the network is a Subdirectories install. ## Changelog ## -### 1.1.3 ### -* **April 12, 2019** -* Add tests instructions -* Improve changlog -* Improve change classname to match plugin better -* Change nonce check from check_admin_referer to verify nonce - -### 1.1.2 ### -* **April 12, 2019** -* Fix remove trailing slash from new site url to reflect core better -* Improve readme - -### 1.1.1 ### -* **April 12, 2019** -* Added tests -* Improve documentation - -### 1.1.0 ### -* **April 11, 2019** -* Fix site needs to edit `wp_blogs` domain and path columns for domain mapping -* Improve documentation - ### 1.0.0 ### -* **April 11, 2019** -* Add init release +* **April 12, 2019** +* Init release ## Contributors ## diff --git a/pseudo-subdomain-network.php b/pseudo-subdomain-network.php index ecd32ed..22695a3 100644 --- a/pseudo-subdomain-network.php +++ b/pseudo-subdomain-network.php @@ -7,7 +7,7 @@ * Author URI: https://davidsword.ca/ * Text Domain: psdn * Domain Path: /languages - * Version: 1.1.3 + * Version: 1.0.0 * Network: true * * @package pseudo-subdomain-network diff --git a/readme.txt b/readme.txt index b66ea49..c5e4ba9 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wordpressfoundation.org/donate/ Tags: network, multisite, subdomain, domain map, mapping Requires at least: 5.0 Tested up to: 5.1.1 -Stable tag: 1.1.3 +Stable tag: 1.0.0 Requires PHP: 7.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -70,31 +70,9 @@ No. This plugin only works when the network is a Subdirectories install. == Changelog == -= 1.1.3 = -* **April 12, 2019** -* Add tests instructions -* Improve changlog -* Improve change classname to match plugin better -* Change nonce check from check_admin_referer to verify nonce - -= 1.1.2 = -* **April 12, 2019** -* Fix remove trailing slash from new site url to reflect core better -* Improve readme - -= 1.1.1 = -* **April 12, 2019** -* Added tests -* Improve documentation - -= 1.1.0 = -* **April 11, 2019** -* Fix site needs to edit `wp_blogs` domain and path columns for domain mapping -* Improve documentation - = 1.0.0 = -* **April 11, 2019** -* Add init release +* **April 12, 2019** +* Init release == Contributors ==