Changeset 2762385
- Timestamp:
- 07/27/2022 12:17:03 PM (4 years ago)
- Location:
- temporarily-hidden-content/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
temporarily-hidden-content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temporarily-hidden-content/trunk/changelog.txt
r2673024 r2762385 1 1 == Changelog == 2 3 = 1.0.6 = 4 * Added compatibility with Wordpress 6.0.1. 2 5 3 6 = 1.0.5 = -
temporarily-hidden-content/trunk/readme.txt
r2673024 r2762385 4 4 Tags: seo, gutenberg, blocks, content, entries, pages, schedule 5 5 Requires at least: 3.0.1 6 Tested up to: 5.96 Tested up to: 6.0.1 7 7 Stable tag: trunk 8 8 Requires PHP: 5.5 … … 77 77 == Changelog == 78 78 79 = 1.0.6 = 80 * Added compatibility with Wordpress 6.0.1. 81 79 82 = 1.0.5 = 80 83 * Added compatibility with Wordpress 5.9. -
temporarily-hidden-content/trunk/temporarily-hidden-content.php
r2673024 r2762385 5 5 * Plugin Name: Temporarily Hidden Content 6 6 * Description: Hide or show content until specific date. 7 * Version: 1.0. 57 * Version: 1.0.6 8 8 * Author: Codents 9 9 * Author URI: https://codents.net … … 20 20 define('TEMPHC_NAME', 'Temporarily Hidden Content'); 21 21 define('TEMPHC_SLUG', 'temporarily-hidden-content'); 22 define('TEMPHC_VERSION', '1.0. 5');22 define('TEMPHC_VERSION', '1.0.6'); 23 23 define('TEMPHC_DB_TERM', 'temphc'); 24 24
Note: See TracChangeset
for help on using the changeset viewer.