Plugin Directory

Changeset 3366829


Ignore:
Timestamp:
09/24/2025 12:40:29 AM (3 months ago)
Author:
daisyplugins
Message:

v1.7.7

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

Legend:

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

    r3339964 r3366829  
    147147
    148148/**
    149  * Show migration notice for installations before Aug 30, 2025
     149 * Show migration notice for installations before Oct 30, 2025
    150150 */
    151151function comments_show_migration_notice() {
     
    160160    // Only show notice if:
    161161    // 1. There is NO install date (new installation) OR
    162     // 2. Installation date is BEFORE Aug 30, 2025
    163     if ($install_date && strtotime($install_date) >= strtotime('2025-08-30')) {
     162    // 2. Installation date is BEFORE Oct 30, 2025
     163    if ($install_date && strtotime($install_date) >= strtotime('2025-10-30')) {
    164164        return;
    165165    }
  • turn-off-comments/trunk/readme.txt

    r3339964 r3366829  
    55Requires at least: 5.2
    66Tested up to: 6.8
    7 Stable tag: 1.7.6
     7Stable tag: 1.7.7
    88Requires PHP: 7.2
    99License: GPLv2 or later
  • turn-off-comments/trunk/turn-off-comments.php

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