Version Description
- Confirmed compatibility with WordPress 5.1.x releases.
- Version Update.
Download this release
Release Info
Developer | VelvetBlues.com |
Plugin | Velvet Blues Update URLs |
Version | 3.2.9 |
Comparing to | |
See all releases |
Code changes from version 3.2.8 to 3.2.9
- readme.txt +7 -3
- velvet-blues-update-urls.php +3 -3
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: VelvetBlues.com
|
|
3 |
Donate link: http://www.velvetblues.com/go/updateurlsdonate/
|
4 |
Tags: permalinks, urls, links, update links, move wordpress, location, update urls, update permalinks, move, link, url, permalink, excerpt, content links, excerpt links, custom field links, meta, post meta
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Updates all urls and content links in your website.
|
@@ -56,7 +56,7 @@ Make sure that the plugin is activated and that you are an administrator level u
|
|
56 |
|
57 |
= I'm afraid to screw this up. Will you do it for me? =
|
58 |
|
59 |
-
Of course! Velvet Blues will backup your website and replace your URLs for only $
|
60 |
|
61 |
== Screenshots ==
|
62 |
|
@@ -64,6 +64,10 @@ Make sure that the plugin is activated and that you are an administrator level u
|
|
64 |
|
65 |
== Change Log ==
|
66 |
|
|
|
|
|
|
|
|
|
67 |
= 3.2.8 =
|
68 |
* Confirmed compatibility with WordPress 4.9.x releases.
|
69 |
* Version Update.
|
3 |
Donate link: http://www.velvetblues.com/go/updateurlsdonate/
|
4 |
Tags: permalinks, urls, links, update links, move wordpress, location, update urls, update permalinks, move, link, url, permalink, excerpt, content links, excerpt links, custom field links, meta, post meta
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.1
|
7 |
+
Stable tag: 3.2.9
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Updates all urls and content links in your website.
|
56 |
|
57 |
= I'm afraid to screw this up. Will you do it for me? =
|
58 |
|
59 |
+
Of course! Velvet Blues will backup your website and replace your URLs for only $39. If you need your website moved, we charge a flat fee of $75 and will finish your move within 48 hours - week days only. For same-day or weekend jobs, we charge a flat rate of $125. Contact us at info@velvetblues.com for more information.
|
60 |
|
61 |
== Screenshots ==
|
62 |
|
64 |
|
65 |
== Change Log ==
|
66 |
|
67 |
+
= 3.2.9 =
|
68 |
+
* Confirmed compatibility with WordPress 5.1.x releases.
|
69 |
+
* Version Update.
|
70 |
+
|
71 |
= 3.2.8 =
|
72 |
* Confirmed compatibility with WordPress 4.9.x releases.
|
73 |
* Version Update.
|
velvet-blues-update-urls.php
CHANGED
@@ -6,11 +6,11 @@ Description: This plugin <strong>updates all urls in your website</strong> by re
|
|
6 |
Author: VelvetBlues.com
|
7 |
Author URI: http://www.velvetblues.com/
|
8 |
Author Email: info@velvetblues.com
|
9 |
-
Version: 3.2.
|
10 |
License: GPLv2 or later
|
11 |
Text Domain: velvet-blues-update-urls
|
12 |
*/
|
13 |
-
/* Copyright
|
14 |
|
15 |
This program is free software; you can redistribute it and/or
|
16 |
modify it under the terms of the GNU General Public License
|
@@ -148,7 +148,7 @@ function VelvetBluesUU_management_page(){
|
|
148 |
if(($vbuu_oldurl && $vbuu_oldurl != 'http://www.oldurl.com' && trim($vbuu_oldurl) != '') && ($vbuu_newurl && $vbuu_newurl != 'http://www.newurl.com' && trim($vbuu_newurl) != '')){
|
149 |
$results = VB_update_urls($vbuu_update_links,$vbuu_oldurl,$vbuu_newurl);
|
150 |
$empty = true;
|
151 |
-
$emptystring = '<strong>'.__('Why do the results show 0 URLs updated?','velvet-blues-update-urls').'</strong><br/>'.__('This happens if a URL is incorrect OR if it is not found in the content. Check your URLs and try again.','velvet-blues-update-urls').'<br/><br/><strong>'.__('Want us to do it for you?','velvet-blues-update-urls').'</strong><br/>'.__('Contact us at','velvet-blues-update-urls').' <a href="mailto:info@velvetblues.com?subject=Move%20My%20WP%20Site">info@velvetblues.com</a>. '.__('We will backup your website and move it for $
|
152 |
|
153 |
$resultstring = '';
|
154 |
foreach($results as $result){
|
6 |
Author: VelvetBlues.com
|
7 |
Author URI: http://www.velvetblues.com/
|
8 |
Author Email: info@velvetblues.com
|
9 |
+
Version: 3.2.9
|
10 |
License: GPLv2 or later
|
11 |
Text Domain: velvet-blues-update-urls
|
12 |
*/
|
13 |
+
/* Copyright 2019 Velvet Blues Web Design (email : info@velvetblues.com)
|
14 |
|
15 |
This program is free software; you can redistribute it and/or
|
16 |
modify it under the terms of the GNU General Public License
|
148 |
if(($vbuu_oldurl && $vbuu_oldurl != 'http://www.oldurl.com' && trim($vbuu_oldurl) != '') && ($vbuu_newurl && $vbuu_newurl != 'http://www.newurl.com' && trim($vbuu_newurl) != '')){
|
149 |
$results = VB_update_urls($vbuu_update_links,$vbuu_oldurl,$vbuu_newurl);
|
150 |
$empty = true;
|
151 |
+
$emptystring = '<strong>'.__('Why do the results show 0 URLs updated?','velvet-blues-update-urls').'</strong><br/>'.__('This happens if a URL is incorrect OR if it is not found in the content. Check your URLs and try again.','velvet-blues-update-urls').'<br/><br/><strong>'.__('Want us to do it for you?','velvet-blues-update-urls').'</strong><br/>'.__('Contact us at','velvet-blues-update-urls').' <a href="mailto:info@velvetblues.com?subject=Move%20My%20WP%20Site">info@velvetblues.com</a>. '.__('We will backup your website and move it for $75 OR simply update your URLs for only $39.','velvet-blues-update-urls');
|
152 |
|
153 |
$resultstring = '';
|
154 |
foreach($results as $result){
|