Skip to content

Commit

Permalink
Bump to 6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Apr 2, 2024
1 parent 9d53b59 commit da9f82f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go-live-update-urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 6.7.3
* Text Domain: go-live-update-urls
* Domain Path: /languages/
* Network: false
Expand All @@ -15,7 +15,7 @@
* @package go-live-update-urls
*/

define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.7.2' );
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.7.3' );
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.12.0' );
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );

Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: search and replace, database, urls, domain, update urls
Requires at least: 6.1.0
Tested up to: 6.5.0
Requires PHP: 7.2.0
Stable tag: 6.7.2
Stable tag: 6.7.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -111,6 +111,14 @@ 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.3 =
* Improved the readme.
* Added a plugin domain to the translation files headers.
* Bumped required WordPress version to 6.1.0.
* Added live preview supporting using a playground blueprint.
* Update PHPUnit support to version 10.
* Tested to WordPress version 6.5.0.
*
= 6.7.2 =
* Fixed deprecated notices in PHP 8.2.
* Introduced `go_live_update_urls_sanitize_field` function.
Expand Down

0 comments on commit da9f82f

Please sign in to comment.