Version Description
- Added WordPress 3.5 support.
- Small meta information changes.
Download this release
Release Info
Developer | barrykooij |
Plugin | What The File |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- readme.txt +7 -8
- what-the-file.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: barrykooij
|
|
3 |
Donate link:
|
4 |
Tags: toolbar, development, file, template, template editing
|
5 |
Requires at least: 3.1
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -35,14 +35,13 @@ You have to be an Administrator to see the "What The File" option.
|
|
35 |
|
36 |
== Changelog ==
|
37 |
|
|
|
|
|
|
|
|
|
38 |
= 1.0.2 =
|
39 |
* Fixed incorrect url when theme directory name differs from theme name.
|
40 |
|
41 |
= 1.0.1 =
|
42 |
* Changed the way the plugin initializes.
|
43 |
-
* Moved CSS from file to inline CSS.
|
44 |
-
|
45 |
-
== Upgrade notice ==
|
46 |
-
|
47 |
-
= 1.0.2 =
|
48 |
-
Fixed incorrect url when theme directory name differs from theme name.
|
3 |
Donate link:
|
4 |
Tags: toolbar, development, file, template, template editing
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 3.5
|
7 |
+
Stable tag: 1.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
35 |
|
36 |
== Changelog ==
|
37 |
|
38 |
+
= 1.0.3 =
|
39 |
+
* Added WordPress 3.5 support.
|
40 |
+
* Small meta information changes.
|
41 |
+
|
42 |
= 1.0.2 =
|
43 |
* Fixed incorrect url when theme directory name differs from theme name.
|
44 |
|
45 |
= 1.0.1 =
|
46 |
* Changed the way the plugin initializes.
|
47 |
+
* Moved CSS from file to inline CSS.
|
|
|
|
|
|
|
|
|
|
what-the-file.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: What The File
|
4 |
Plugin URI: http://www.cageworks.nl/what-the-file/
|
5 |
Description: Find out what template file (PHP) is used on the current page. What The File will be visible in the Toolbar when viewing your website.
|
6 |
-
Version: 1.0.
|
7 |
Author: Barry Kooij
|
8 |
Author URI: http://www.barrykooij.nl/
|
9 |
*/
|
3 |
Plugin Name: What The File
|
4 |
Plugin URI: http://www.cageworks.nl/what-the-file/
|
5 |
Description: Find out what template file (PHP) is used on the current page. What The File will be visible in the Toolbar when viewing your website.
|
6 |
+
Version: 1.0.3
|
7 |
Author: Barry Kooij
|
8 |
Author URI: http://www.barrykooij.nl/
|
9 |
*/
|