Plugin Directory

Changeset 3297714


Ignore:
Timestamp:
05/21/2025 01:37:42 AM (7 months ago)
Author:
daisyplugins
Message:

v1.8.4

Location:
hide-titles
Files:
11 added
2 edited

Legend:

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

    r3291074 r3297714  
    55 * Plugin URI:          https://wordpress.org/plugins/hide-titles/
    66 * Description:         Remove Titles from Posts and Single Pages on WordPress.
    7  * Version:             1.8.3
     7 * Version:             1.8.4
    88 * Requires at least:   4.4
    99 * Requires PHP:        7.0
     
    255255    // 1. There is NO install date (new installation) OR
    256256    // 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')) {
    258258        return;
    259259    }
  • hide-titles/trunk/readme.txt

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