Version Description
Download this release
Release Info
Developer | VelvetBlues.com |
Plugin | Velvet Blues Update URLs |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- readme.txt +5 -4
- screenshot-1.png +0 -0
- velvet-blues-update-urls.php +2 -2
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Velvet Blues Update URLs ===
|
2 |
Contributors: Velvet Blues
|
3 |
Donate link: http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/
|
4 |
-
Tags: permalinks, urls, links, update links, move wordpress, location, update urls, update permalinks
|
5 |
Requires at least: 2.5
|
6 |
-
Tested up to: 2.
|
7 |
-
Stable tag: 1.0.
|
8 |
|
9 |
Updates all urls and content links in your website.
|
10 |
|
@@ -57,4 +57,5 @@ Using this plugin is very simple. Navigate to Settings -> Update and follow the
|
|
57 |
== Update Log ==
|
58 |
|
59 |
* 1.0.1 - Fixed possible interactions with other plugins.
|
60 |
-
* 1.0.2 - Fixed PHP short tag problem, so as to be compatible with all configurations.
|
|
1 |
=== Velvet Blues Update URLs ===
|
2 |
Contributors: Velvet Blues
|
3 |
Donate link: http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/
|
4 |
+
Tags: permalinks, urls, links, update links, move wordpress, location, update urls, update permalinks, move, link, url, permalink
|
5 |
Requires at least: 2.5
|
6 |
+
Tested up to: 2.8.2
|
7 |
+
Stable tag: 1.0.3
|
8 |
|
9 |
Updates all urls and content links in your website.
|
10 |
|
57 |
== Update Log ==
|
58 |
|
59 |
* 1.0.1 - Fixed possible interactions with other plugins.
|
60 |
+
* 1.0.2 - Fixed PHP short tag problem, so as to be compatible with all configurations.
|
61 |
+
* 1.0.3 - Confirmed compatibility with recent WordPress releases.
|
screenshot-1.png
CHANGED
Binary file
|
velvet-blues-update-urls.php
CHANGED
@@ -5,9 +5,9 @@ Plugin URI: http://www.velvetblues.com/web-development-blog/wordpress-plugin-upd
|
|
5 |
Description: This plugin updates all urls in your website by replacing the old urls with the new.
|
6 |
Author: Velvet Blues
|
7 |
Author URI: http://www.velvetblues.com/
|
8 |
-
Version: 1.0.
|
9 |
*/
|
10 |
-
/* Copyright
|
11 |
|
12 |
This program is free software; you can redistribute it and/or modify
|
13 |
it under the terms of the GNU General Public License as published by
|
5 |
Description: This plugin updates all urls in your website by replacing the old urls with the new.
|
6 |
Author: Velvet Blues
|
7 |
Author URI: http://www.velvetblues.com/
|
8 |
+
Version: 1.0.3
|
9 |
*/
|
10 |
+
/* Copyright 2009 Velvet Blues Web Design (email : info@velvetblues.com)
|
11 |
|
12 |
This program is free software; you can redistribute it and/or modify
|
13 |
it under the terms of the GNU General Public License as published by
|