Version Description
- WordPress 2.8 compatibilty
Download this release
Release Info
Developer | freediver |
Plugin | Theme Test Drive |
Version | 2.7.4 |
Comparing to | |
See all releases |
Code changes from version 2.7.3 to 2.7.4
- readme.txt +12 -13
- themedrive.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: freediver
|
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=920155875
|
4 |
Tags: theme, themes, admin, test
|
5 |
Requires at least: 2.3
|
6 |
-
Tested up to: 2.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Safely test drive any theme as an administrator, while visitors use the default one.
|
@@ -18,25 +18,24 @@ Best part is you can even set the testing theme options (if it has them) in the
|
|
18 |
|
19 |
You can also preview any theme by adding "?theme=xxx" to your blog URL. For example http://www.myblog.com/?theme=Default
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
|
|
26 |
|
27 |
-
|
|
|
28 |
|
29 |
-
|
|
|
30 |
|
31 |
-
v2.5:
|
32 |
-
- Easy theme installation: Install your themes using a built in installer
|
33 |
-
- Ability to use folder name as well as "?theme=xxx" paramter for instant preview (thanks Michael Stewart!)
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
|
39 |
-
Plugin by Vladimir Prelovac. Need a <a href="http://www.prelovac.com/vladimir/services">WordPress Expert</a>?
|
40 |
|
41 |
== Installation ==
|
42 |
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=920155875
|
4 |
Tags: theme, themes, admin, test
|
5 |
Requires at least: 2.3
|
6 |
+
Tested up to: 2.8.4
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Safely test drive any theme as an administrator, while visitors use the default one.
|
18 |
|
19 |
You can also preview any theme by adding "?theme=xxx" to your blog URL. For example http://www.myblog.com/?theme=Default
|
20 |
|
21 |
+
Plugin by Vladimir Prelovac. Need a <a href="http://www.prelovac.com/vladimir/services">WordPress Consultant</a>?
|
22 |
|
23 |
+
== Changelog ==
|
24 |
|
25 |
+
= 2.7.4 =
|
26 |
+
* WordPress 2.8 compatibilty
|
27 |
|
28 |
+
= 2.7.3 =
|
29 |
+
* Fixed the problem with access level update
|
30 |
|
31 |
+
= 2.7 =
|
32 |
+
* WP 2.7 cleanup and security update
|
33 |
|
|
|
|
|
|
|
34 |
|
35 |
+
= 2.5 =
|
36 |
+
* Easy theme installation: Install your themes using a built in installer
|
37 |
+
* Ability to use folder name as well as "?theme=xxx" paramter for instant preview (thanks Michael Stewart!)
|
38 |
|
|
|
39 |
|
40 |
== Installation ==
|
41 |
|
themedrive.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive
|
5 |
Description: Safely test drive any theme while visitors are using the default one. Includes instant theme preview via thumbnail.
|
6 |
Author: Vladimir Prelovac
|
7 |
-
Version: 2.7.
|
8 |
Author URI: http://www.prelovac.com/vladimir/
|
9 |
|
10 |
To-Do:
|
4 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive
|
5 |
Description: Safely test drive any theme while visitors are using the default one. Includes instant theme preview via thumbnail.
|
6 |
Author: Vladimir Prelovac
|
7 |
+
Version: 2.7.4
|
8 |
Author URI: http://www.prelovac.com/vladimir/
|
9 |
|
10 |
To-Do:
|