Changeset 2673024
- Timestamp:
- 02/04/2022 04:09:51 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
r2593658 r2673024 1 1 == Changelog == 2 3 = 1.0.5 = 4 * Added compatibility with Wordpress 5.9. 2 5 3 6 = 1.0.4 = -
temporarily-hidden-content/trunk/readme.txt
r2593658 r2673024 4 4 Tags: seo, gutenberg, blocks, content, entries, pages, schedule 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 86 Tested up to: 5.9 7 7 Stable tag: trunk 8 8 Requires PHP: 5.5 … … 77 77 == Changelog == 78 78 79 = 1.0.5 = 80 * Added compatibility with Wordpress 5.9. 81 79 82 = 1.0.4 = 80 83 * Fixed bug with version 8 of PHP. -
temporarily-hidden-content/trunk/temporarily-hidden-content.php
r2593658 r2673024 5 5 * Plugin Name: Temporarily Hidden Content 6 6 * Description: Hide or show content until specific date. 7 * Version: 1.0. 47 * Version: 1.0.5 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. 4');22 define('TEMPHC_VERSION', '1.0.5'); 23 23 define('TEMPHC_DB_TERM', 'temphc'); 24 24
Note: See TracChangeset
for help on using the changeset viewer.