Skip to content

Commit

Permalink
Bump to 6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Nov 9, 2023
1 parent 6a82c73 commit eb72f92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.6.2
* Version: 6.6.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.6.2' );
define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.6.3' );
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.10.0' );
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );

Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: domain, url, replace, database, tools, launching, domains, domain changes,
Requires at least: 5.8.0
Tested up to: 6.4.1
Requires PHP: 7.0.0
Stable tag: 6.6.2
Stable tag: 6.6.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -111,11 +111,17 @@ If you find you are running into issues with custom tables, you may want to chec

== Screenshots ==

1. Tools page. The list of tables will changed depending on your database structure.
1. Tools page. The list of tables will change depending on your database structure.
2. Successfully updated urls.
3. Update prevented due to incomplete data entered.

== Changelog ==
= 6.6.3 =
* Updated node version to 18.
* Improved static analysis tools and scan level.
* Improved support for PHP 8.2.
* Tested to WordPress version 6.4.1.

= 6.6.2 =
* Updated Stylelint configuration and modernized CSS.
* Included admin notices on network admin page.
Expand Down

0 comments on commit eb72f92

Please sign in to comment.