Velvet Blues Update URLs - Version 3.2.8

Version Description

  • Confirmed compatibility with WordPress 4.9.x releases.
  • Version Update.
Download this release

Release Info

Developer VelvetBlues.com
Plugin Icon wp plugin Velvet Blues Update URLs
Version 3.2.8
Comparing to
See all releases

Code changes from version 3.2.7 to 3.2.8

Files changed (2) hide show
  1. readme.txt +10 -4
  2. 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: 4.7
7
- Stable tag: 3.2.7
8
  License: GPLv2 or later
9
 
10
  Updates all urls and content links in your website.
@@ -36,7 +36,9 @@ Installation and uninstallation are extremely simple. You can use WordPress' aut
36
 
37
  = Usage: =
38
 
39
- Using this plugin is very simple. Once it has been activated, navigate to Tools -> Update URLs and follow the instructions.
 
 
40
 
41
  == Frequently Asked Questions ==
42
 
@@ -54,7 +56,7 @@ Make sure that the plugin is activated and that you are an administrator level u
54
 
55
  = I'm afraid to screw this up. Will you do it for me? =
56
 
57
- Of course! Velvet Blues will backup your website and replace your URLs for only $29. If you need your website moved, we charge a flat fee of $65 and will finish your move within 48 hours - week days only. For same-day or weekend jobs, we charge a flat rate of $105. Contact us at info@velvetblues.com for more information.
58
 
59
  == Screenshots ==
60
 
@@ -62,6 +64,10 @@ Make sure that the plugin is activated and that you are an administrator level u
62
 
63
  == Change Log ==
64
 
 
 
 
 
65
  = 3.2.7 =
66
  * Maintenance Update.
67
 
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: 4.9.1
7
+ Stable tag: 3.2.8
8
  License: GPLv2 or later
9
 
10
  Updates all urls and content links in your website.
36
 
37
  = Usage: =
38
 
39
+ Using this plugin is very simple. Once it has been activated, navigate to Tools -> Update URLs and follow the instructions. Please Note: Changes are irreversible. If you haven't used this plugin before, please backup your website before proceeding.
40
+
41
+ You can also contact us for assistance. Velvet Blues will backup your website and replace your URLs for only $29. 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.
42
 
43
  == Frequently Asked Questions ==
44
 
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 $29. 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.8 =
68
+ * Confirmed compatibility with WordPress 4.9.x releases.
69
+ * Version Update.
70
+
71
  = 3.2.7 =
72
  * Maintenance Update.
73
 
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.7
10
  License: GPLv2 or later
11
  Text Domain: velvet-blues-update-urls
12
  */
13
- /* Copyright 2016 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
@@ -298,7 +298,7 @@ function VelvetBluesUU_management_page(){
298
  </strong>
299
  <?php _e('Contact us at','velvet-blues-update-urls'); ?>
300
  <a href="mailto:info@velvetblues.com?subject=Move%20My%20WP%20Site">info@velvetblues.com</a>.
301
- <?php _e('We will backup your website and move it for $65 OR update your URLs for only $29.','velvet-blues-update-urls'); ?>
302
  <?php endif; ?>
303
  </p>
304
  <?php
6
  Author: VelvetBlues.com
7
  Author URI: http://www.velvetblues.com/
8
  Author Email: info@velvetblues.com
9
+ Version: 3.2.8
10
  License: GPLv2 or later
11
  Text Domain: velvet-blues-update-urls
12
  */
13
+ /* Copyright 2018 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
298
  </strong>
299
  <?php _e('Contact us at','velvet-blues-update-urls'); ?>
300
  <a href="mailto:info@velvetblues.com?subject=Move%20My%20WP%20Site">info@velvetblues.com</a>.
301
+ <?php _e('We will backup your website and move it for $75 OR update your URLs for only $29.','velvet-blues-update-urls'); ?>
302
  <?php endif; ?>
303
  </p>
304
  <?php