Skip to content

Commit e4f1f30

Browse files
committed
Bump to 7.0.1
1 parent 4c71395 commit e4f1f30

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

go-live-update-urls.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Updates every URL on your site when going live or changing domains.
66
* Author: OnPoint Plugins
77
* Author URI: https://onpointplugins.com
8-
* Version: 7.0.0
8+
* Version: 7.0.1
99
* Text Domain: go-live-update-urls
1010
* Domain Path: /languages/
1111
* Network: false
@@ -15,7 +15,7 @@
1515
* @package go-live-update-urls
1616
*/
1717

18-
define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.0' );
18+
define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.1' );
1919
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.0' );
2020
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
2121

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Contributors: Mat Lipe, onpointplugins
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Go%20Live%20Update%20Urls&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
44
Tags: search and replace, database, urls, domain, update urls
55
Requires at least: 6.2.0
6-
Tested up to: 6.7.1Requires PHP: 7.4.0
7-
Stable tag: 7.0.0
6+
Tested up to: 6.7.1
7+
Requires PHP: 7.4.0
8+
Stable tag: 7.0.1
89
License: GPLv3 or later
910
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1011
Change the domain on your site with one click.
@@ -164,6 +165,10 @@ If you find you are running into issues with custom tables, you may want to chec
164165

165166
== Changelog ==
166167

168+
= 7.0.1 =
169+
* Improved readme.
170+
* Tested to WordPress 6.7.1.
171+
167172
= 7.0.0 =
168173
* Introduced class constants for admin capability and parent menu.
169174
* Introduced `Admin::get_admin_capability` method.

0 commit comments

Comments
 (0)