Plugin Directory

Changeset 3311284


Ignore:
Timestamp:
06/14/2025 03:05:42 AM (8 months ago)
Author:
daisyplugins
Message:

v1.8.5

Location:
hide-titles
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • hide-titles/trunk/hide-titles.php

    r3297714 r3311284  
    55 * Plugin URI:          https://wordpress.org/plugins/hide-titles/
    66 * Description:         Remove Titles from Posts and Single Pages on WordPress.
    7  * Version:             1.8.4
     7 * Version:             1.8.5
    88 * Requires at least:   4.4
    99 * Requires PHP:        7.0
     
    241241
    242242/**
    243  * Show migration notice for installations before May 1, 2025
     243 * Show migration notice for installations before June 30, 2025
    244244 */
    245245function ht_show_migration_notice() {
     
    254254    // Only show notice if:
    255255    // 1. There is NO install date (new installation) OR
    256     // 2. Installation date is BEFORE May 1, 2025
    257     if ($install_date && strtotime($install_date) >= strtotime('2025-05-25')) {
     256    // 2. Installation date is BEFORE June 30, 2025
     257    if ($install_date && strtotime($install_date) >= strtotime('2025-06-30')) {
    258258        return;
    259259    }
  • hide-titles/trunk/readme.txt

    r3297714 r3311284  
    55Requires at least: 4.4
    66Tested up to: 6.8
    7 Stable tag: 1.8.4
     7Stable tag: 1.8.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.