Changeset 3297714
- Timestamp:
- 05/21/2025 01:37:42 AM (7 months ago)
- Location:
- hide-titles
- Files:
-
- 11 added
- 2 edited
-
tags/1.8.4 (added)
-
tags/1.8.4/LICENSE (added)
-
tags/1.8.4/css (added)
-
tags/1.8.4/css/hide-titles-settings.css (added)
-
tags/1.8.4/hide-titles.php (added)
-
tags/1.8.4/img (added)
-
tags/1.8.4/img/author.png (added)
-
tags/1.8.4/img/single.png (added)
-
tags/1.8.4/index.php (added)
-
tags/1.8.4/languages (added)
-
tags/1.8.4/readme.txt (added)
-
trunk/hide-titles.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hide-titles/trunk/hide-titles.php
r3291074 r3297714 5 5 * Plugin URI: https://wordpress.org/plugins/hide-titles/ 6 6 * Description: Remove Titles from Posts and Single Pages on WordPress. 7 * Version: 1.8. 37 * Version: 1.8.4 8 8 * Requires at least: 4.4 9 9 * Requires PHP: 7.0 … … 255 255 // 1. There is NO install date (new installation) OR 256 256 // 2. Installation date is BEFORE May 1, 2025 257 if ($install_date && strtotime($install_date) >= strtotime('2025-05- 15')) {257 if ($install_date && strtotime($install_date) >= strtotime('2025-05-25')) { 258 258 return; 259 259 } -
hide-titles/trunk/readme.txt
r3291074 r3297714 5 5 Requires at least: 4.4 6 6 Tested up to: 6.8 7 Stable tag: 1.8. 37 Stable tag: 1.8.4 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.