From e5620a9ec90671729f5b33ea2c210b9bee8e8e06 Mon Sep 17 00:00:00 2001 From: lipemat Date: Tue, 2 Jan 2024 12:07:15 -0600 Subject: [PATCH] Bump to 6.7.1 --- go-live-update-urls.php | 4 ++-- readme.txt | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/go-live-update-urls.php b/go-live-update-urls.php index 417320b..50a257e 100644 --- a/go-live-update-urls.php +++ b/go-live-update-urls.php @@ -5,7 +5,7 @@ * Description: Updates every URL on your site when going live or changing domains. * Author: OnPoint Plugins * Author URI: https://onpointplugins.com - * Version: 6.7.0 + * Version: 6.7.1 * Text Domain: go-live-update-urls * Domain Path: /languages/ * Network: false @@ -15,7 +15,7 @@ * @package go-live-update-urls */ -define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.7.0' ); +define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.7.1' ); define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.10.3' ); define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index d8185aa..bb8b9ad 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: Mat Lipe, onpointplugins 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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: domain, url, replace, database, tools, launching, domains, domain changes, url changes Requires at least: 6.0.0 -Tested up to: 6.4.1 +Tested up to: 6.4.2 Requires PHP: 7.2.0 -Stable tag: 6.7.0 +Stable tag: 6.7.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -17,7 +17,7 @@ Goes through entire site and replaces all instances of an old URL with a new one Check out Go Live Update Urls PRO for more features including support for tables created by plugins, the ability to test a URL before updating, update history, real time reporting, priority support, and so much more! -
PRO version 6.10.0 is now available with real time reporting of urls, which will be and were updated!
+
PRO version 6.11.0 is now available with real time reporting of urls, which will be and were updated!

Features

@@ -116,6 +116,11 @@ If you find you are running into issues with custom tables, you may want to chec 3. Update prevented due to incomplete data entered. == Changelog == += 6.7.1 = +* Made admin styles more resilient to style conflicts. +* Added support for sites which don't include the `wp_links` table. +* Introduced a shared `render_admin_header` method for the tools page header. + = 6.7.0 = * Dropped support for PHP 7.0 in favor of 7.2. * Bumped minimum supported WordPress version to 6.0.0.