Skip to content

Commit

Permalink
Bump to 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Jan 2, 2024
1 parent b5ebaf3 commit e5620a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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.0
* Version: 6.7.1
* 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.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__ ) );

Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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&currency_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

Expand All @@ -17,7 +17,7 @@ Goes through entire site and replaces all instances of an old URL with a new one

<strong>Check out <a href="https://onpointplugins.com/product/go-live-update-urls-pro/?utm_source=readme&utm_campaign=gopro&utm_medium=dot-org" target="_blank">Go Live Update Urls PRO</a> 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!</strong>

<blockquote><a href="https://onpointplugins.com/go-live-update-urls/go-live-update-urls-pro-usage/go-live-update-urls-pro-url-counting/?utm_source=readme&utm_campaign=url-counting&utm_medium=dot-org" target="_blank">PRO version 6.10.0</a> is now available with real time reporting of urls, which will be and were updated!</blockquote>
<blockquote><a href="https://onpointplugins.com/go-live-update-urls/go-live-update-urls-pro-usage/go-live-update-urls-pro-url-counting/?utm_source=readme&utm_campaign=url-counting&utm_medium=dot-org" target="_blank">PRO version 6.11.0</a> is now available with real time reporting of urls, which will be and were updated!</blockquote>


<h3>Features</h3>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e5620a9

Please sign in to comment.