Plugin Directory

Changeset 3465249


Ignore:
Timestamp:
02/19/2026 05:21:24 PM (6 weeks ago)
Author:
barrykooij
Message:

Update to version 1.6.1 from GitHub

Location:
what-the-file
Files:
2 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • what-the-file/assets/banner-772x250.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • what-the-file/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • what-the-file/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • what-the-file/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • what-the-file/tags/1.6.1/readme.txt

    r2958350 r3465249  
    55Requires at least: 3.1
    66Requires PHP: 5.3
    7 Tested up to: 6.3
    8 Stable tag: 1.6.0
     7Tested up to: 6.9
     8Stable tag: 1.6.1
    99License: GPL v3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6161
    6262== Changelog ==
     63
     64= 1.6.1: December 19, 2025 =
     65* Tweak: Tested with the latest version of WP and meta update.
    6366
    6467= 1.6.0: September 19, 2022 =
  • what-the-file/tags/1.6.1/what-the-file.php

    r2786805 r3465249  
    44    Plugin URI: http://www.barrykooij.com/what-the-file/
    55    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.0
     6    Version: 1.6.1
    77    Author: Never5
    88    Author URI: http://www.never5.com/
     
    3232    const OPTION_ADMIN_NOTICE_KEY = 'whatthefile-hide-notice';
    3333
    34     CONST VERSION = '1.6.0';
     34    CONST VERSION = '1.6.1';
    3535
    3636    /** @var string $template_name */
  • what-the-file/trunk/readme.txt

    r2958350 r3465249  
    55Requires at least: 3.1
    66Requires PHP: 5.3
    7 Tested up to: 6.3
    8 Stable tag: 1.6.0
     7Tested up to: 6.9
     8Stable tag: 1.6.1
    99License: GPL v3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6161
    6262== Changelog ==
     63
     64= 1.6.1: December 19, 2025 =
     65* Tweak: Tested with the latest version of WP and meta update.
    6366
    6467= 1.6.0: September 19, 2022 =
  • what-the-file/trunk/what-the-file.php

    r2786805 r3465249  
    44    Plugin URI: http://www.barrykooij.com/what-the-file/
    55    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.0
     6    Version: 1.6.1
    77    Author: Never5
    88    Author URI: http://www.never5.com/
     
    3232    const OPTION_ADMIN_NOTICE_KEY = 'whatthefile-hide-notice';
    3333
    34     CONST VERSION = '1.6.0';
     34    CONST VERSION = '1.6.1';
    3535
    3636    /** @var string $template_name */
Note: See TracChangeset for help on using the changeset viewer.