Skip to content

Commit

Permalink
Bump to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Jul 17, 2024
1 parent b08cb2c commit 20a038f
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.3
* Version: 6.8.0
* 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.3' );
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.8.0' );
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.13.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.2.0
Tested up to: 6.6.0
Requires PHP: 7.4.0
Stable tag: 6.7.3
Stable tag: 6.8.0
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.8.0 =
* Added support for PHP based translations.
* Bumped required WordPress version to 6.2.0.
* Dropped support for PHP 7.2 in favor of 7.4+.
* Tested to WordPress 6.6.0.
* Officially added support for PHP 8.3.
* Required PRO version 6.13.0+.

= 6.7.3 =
* Improved the readme.
* Added a plugin domain to the translation files headers.
Expand Down

0 comments on commit 20a038f

Please sign in to comment.