Plugin Directory

Changeset 2762385


Ignore:
Timestamp:
07/27/2022 12:17:03 PM (4 years ago)
Author:
codents
Message:

Added compatibility with Wordpress 6.0.1.

Location:
temporarily-hidden-content/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temporarily-hidden-content/trunk/changelog.txt

    r2673024 r2762385  
    11== Changelog ==
     2
     3= 1.0.6 =
     4* Added compatibility with Wordpress 6.0.1.
    25
    36= 1.0.5 =
  • temporarily-hidden-content/trunk/readme.txt

    r2673024 r2762385  
    44Tags: seo, gutenberg, blocks, content, entries, pages, schedule
    55Requires at least: 3.0.1
    6 Tested up to: 5.9
     6Tested up to: 6.0.1
    77Stable tag: trunk
    88Requires PHP: 5.5
     
    7777== Changelog ==
    7878
     79= 1.0.6 =
     80* Added compatibility with Wordpress 6.0.1.
     81
    7982= 1.0.5 =
    8083* Added compatibility with Wordpress 5.9.
  • temporarily-hidden-content/trunk/temporarily-hidden-content.php

    r2673024 r2762385  
    55 * Plugin Name:       Temporarily Hidden Content
    66 * Description:       Hide or show content until specific date.
    7  * Version:           1.0.5
     7 * Version:           1.0.6
    88 * Author:            Codents
    99 * Author URI:        https://codents.net
     
    2020define('TEMPHC_NAME', 'Temporarily Hidden Content');
    2121define('TEMPHC_SLUG', 'temporarily-hidden-content');
    22 define('TEMPHC_VERSION', '1.0.5');
     22define('TEMPHC_VERSION', '1.0.6');
    2323define('TEMPHC_DB_TERM', 'temphc');
    2424
Note: See TracChangeset for help on using the changeset viewer.