Changeset 3210146
- Timestamp:
- 12/18/2024 11:41:18 PM (16 months ago)
- Location:
- editor-handbook/trunk
- Files:
-
- 2 edited
-
editor-handbook.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
editor-handbook/trunk/editor-handbook.php
r3055632 r3210146 4 4 * Plugin URI: https://github.com/devcollaborative/editor-handbook 5 5 * Description: Adds internal documentation for site editors. 6 * Version: 2.0. 27 * Requires at least: 6. 46 * Version: 2.0.3 7 * Requires at least: 6.7.1 8 8 * Requires PHP: 8 9 9 * Author: DevCollaborative … … 15 15 defined( 'ABSPATH' ) or exit; 16 16 17 define( 'EDITOR_HANDBOOK_VERSION', '2.0. 2' );17 define( 'EDITOR_HANDBOOK_VERSION', '2.0.3' ); 18 18 19 19 /** -
editor-handbook/trunk/readme.txt
r3055632 r3210146 3 3 Tags: documentation 4 4 Requires at least: 6.0 5 Tested up to: 6. 46 Stable tag: 2.0. 25 Tested up to: 6.7.1 6 Stable tag: 2.0.3 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 38 38 == Changelog == 39 39 40 = 2.0.3 - 2024-12-18 = 41 * Bump tested up to 6.7.1 42 40 43 = 2.0.2 - 2024-03-20 = 41 44 * Fixed: Update text domain to match plugin slug
Note: See TracChangeset
for help on using the changeset viewer.