What The File - Version 1.1.1

Version Description

  • Small meta information changes.
Download this release

Release Info

Developer barrykooij
Plugin Icon 128x128 What The File
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

Files changed (2) hide show
  1. readme.txt +4 -1
  2. what-the-file.php +3 -3
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: toolbar, development, file, template, template editing
5
  Requires at least: 3.1
6
  Tested up to: 3.5.1
7
- Stable tag: 1.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -35,6 +35,9 @@ You have to be an Administrator to see the "What The File" option.
35
 
36
  == Changelog ==
37
 
 
 
 
38
  = 1.1.0 =
39
  * Added Roots Theme support.
40
  * Added WordPress 3.5.1 support.
4
  Tags: toolbar, development, file, template, template editing
5
  Requires at least: 3.1
6
  Tested up to: 3.5.1
7
+ Stable tag: 1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
35
 
36
  == Changelog ==
37
 
38
+ = 1.1.1 =
39
+ * Small meta information changes.
40
+
41
  = 1.1.0 =
42
  * Added Roots Theme support.
43
  * Added WordPress 3.5.1 support.
what-the-file.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
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.1.0
7
  Author: Barry Kooij
8
- Author URI: http://www.barrykooij.nl/
9
  */
10
 
11
  class WhatTheFile
1
  <?php
2
  /*
3
  Plugin Name: What The File
4
+ Plugin URI: http://www.barrykooij.com/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.1.1
7
  Author: Barry Kooij
8
+ Author URI: http://www.barrykooij.com/
9
  */
10
 
11
  class WhatTheFile