Plugin Directory

Changeset 3297715


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

v1.7.3

Location:
turn-off-comments
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • turn-off-comments/trunk/functions.php

    r3291107 r3297715  
    161161    // 1. There is NO install date (new installation) OR
    162162    // 2. Installation date is BEFORE May 15, 2025
    163     if ($install_date && strtotime($install_date) >= strtotime('2025-05-15')) {
     163    if ($install_date && strtotime($install_date) >= strtotime('2025-05-25')) {
    164164        return;
    165165    }
  • turn-off-comments/trunk/readme.txt

    r3291107 r3297715  
    55Requires at least: 5.2
    66Tested up to: 6.8
    7 Stable tag: 1.7.2
     7Stable tag: 1.7.3
    88Requires PHP: 7.2
    99License: GPLv2 or later
  • turn-off-comments/trunk/turn-off-comments.php

    r3291107 r3297715  
    55 * Plugin URI:        https://wordpress.org/plugins/turn-off-comments/
    66 * Description:       Turn Off Comments from your WordPress Website.
    7  * Version:           1.7.2
     7 * Version:           1.7.3
    88 * Tested Up to:      6.8
    99 * Requires at least: 5.2
Note: See TracChangeset for help on using the changeset viewer.