Changeset 3465249
- Timestamp:
- 02/19/2026 05:21:24 PM (6 weeks ago)
- Location:
- what-the-file
- Files:
-
- 2 added
- 8 edited
- 1 copied
-
assets/banner-772x250.jpg (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
tags/1.6.1 (copied) (copied from what-the-file/trunk)
-
tags/1.6.1/.editorconfig (added)
-
tags/1.6.1/readme.txt (modified) (2 diffs)
-
tags/1.6.1/what-the-file.php (modified) (2 diffs)
-
trunk/.editorconfig (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/what-the-file.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
what-the-file/assets/banner-772x250.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
what-the-file/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
what-the-file/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
what-the-file/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
what-the-file/tags/1.6.1/readme.txt
r2958350 r3465249 5 5 Requires at least: 3.1 6 6 Requires PHP: 5.3 7 Tested up to: 6. 38 Stable tag: 1.6. 07 Tested up to: 6.9 8 Stable tag: 1.6.1 9 9 License: GPL v3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 61 61 62 62 == Changelog == 63 64 = 1.6.1: December 19, 2025 = 65 * Tweak: Tested with the latest version of WP and meta update. 63 66 64 67 = 1.6.0: September 19, 2022 = -
what-the-file/tags/1.6.1/what-the-file.php
r2786805 r3465249 4 4 Plugin URI: http://www.barrykooij.com/what-the-file/ 5 5 Description: What The File adds an option to your toolbar showing what file and template parts are used to display the page you’re currently viewing. You can click the file name to directly edit it through the theme editor. Supports BuddyPress and Roots Theme. More information can be found at the <a href='http://wordpress.org/extend/plugins/what-the-file/'>WordPress plugin page</a>. 6 Version: 1.6. 06 Version: 1.6.1 7 7 Author: Never5 8 8 Author URI: http://www.never5.com/ … … 32 32 const OPTION_ADMIN_NOTICE_KEY = 'whatthefile-hide-notice'; 33 33 34 CONST VERSION = '1.6. 0';34 CONST VERSION = '1.6.1'; 35 35 36 36 /** @var string $template_name */ -
what-the-file/trunk/readme.txt
r2958350 r3465249 5 5 Requires at least: 3.1 6 6 Requires PHP: 5.3 7 Tested up to: 6. 38 Stable tag: 1.6. 07 Tested up to: 6.9 8 Stable tag: 1.6.1 9 9 License: GPL v3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 61 61 62 62 == Changelog == 63 64 = 1.6.1: December 19, 2025 = 65 * Tweak: Tested with the latest version of WP and meta update. 63 66 64 67 = 1.6.0: September 19, 2022 = -
what-the-file/trunk/what-the-file.php
r2786805 r3465249 4 4 Plugin URI: http://www.barrykooij.com/what-the-file/ 5 5 Description: What The File adds an option to your toolbar showing what file and template parts are used to display the page you’re currently viewing. You can click the file name to directly edit it through the theme editor. Supports BuddyPress and Roots Theme. More information can be found at the <a href='http://wordpress.org/extend/plugins/what-the-file/'>WordPress plugin page</a>. 6 Version: 1.6. 06 Version: 1.6.1 7 7 Author: Never5 8 8 Author URI: http://www.never5.com/ … … 32 32 const OPTION_ADMIN_NOTICE_KEY = 'whatthefile-hide-notice'; 33 33 34 CONST VERSION = '1.6. 0';34 CONST VERSION = '1.6.1'; 35 35 36 36 /** @var string $template_name */
Note: See TracChangeset
for help on using the changeset viewer.