From 69664b23f2f841a323c04e0c6f8b1e7b28ed2cff Mon Sep 17 00:00:00 2001 From: lipemat Date: Mon, 30 Sep 2024 10:19:52 -0400 Subject: [PATCH] Bump to version 7.0.0 --- go-live-update-urls.php | 2 +- readme.txt | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/go-live-update-urls.php b/go-live-update-urls.php index 9b5a468..5bf15bb 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.8.0 + * Version: 7.0.0 * Text Domain: go-live-update-urls * Domain Path: /languages/ * Network: false diff --git a/readme.txt b/readme.txt index deffe2f..bc162b8 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: search and replace, database, urls, domain, update urls Requires at least: 6.2.0 Tested up to: 6.6.2 Requires PHP: 7.4.0 -Stable tag: 6.8.0 +Stable tag: 7.0.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Change the domain on your site with one click. @@ -112,6 +112,15 @@ 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 == += 7.0.0 = +* Introduced class constants for admin capability and parent menu. +* Introduced `Admin::get_admin_capability` method. +* Introduced `go-live-update-urls/admin/admin-capability` filter. +* Removed deprecated `Core::sanitize_field` method. +* Converted GitHub Actions and Git hooks to distributed versions. +* Tested to WordPress 6.6.2. +* Required PRO version 7.0.0+. + = 6.8.0 = * Added support for PHP based translations. * Bumped required WordPress version to 6.2.0.