Changeset 3442098
- Timestamp:
- 01/18/2026 08:50:00 PM (7 weeks ago)
- Location:
- editorial-workflow-manager/trunk
- Files:
-
- 1 added
- 2 edited
-
editorial-workflow-manager.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
editorial-workflow-manager/trunk/editorial-workflow-manager.php
r3434260 r3442098 4 4 * Plugin Name: Editorial Workflow Manager 5 5 * Description: Add editorial checklists and approvals to the WordPress editor. 6 * Version: 0.3. 16 * Version: 0.3.2 7 7 * Author: Vasileios Zisis 8 8 * Author URI: https://profiles.wordpress.org/vzisis/ … … 20 20 { 21 21 22 const VERSION = '0.3. 1';22 const VERSION = '0.3.2'; 23 23 24 24 private static $instance = null; -
editorial-workflow-manager/trunk/readme.txt
r3434260 r3442098 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 0.3.2 = 104 * Added uninstall.php cleanup to remove plugin data when the plugin is deleted. 105 103 106 = 0.3.1 = 104 107 * Added non-blocking pre-publish checklist warning when checklists are incomplete. … … 117 120 == Upgrade Notice == 118 121 122 = 0.3.2 = 123 Adds uninstall.php cleanup to remove plugin data when the plugin is deleted. 124 119 125 = 0.3.0 = 120 126 First public release of Editorial Workflow Manager. Includes checklist templates, per-post checklists, a Gutenberg sidebar, default templates on activation, and soft status warnings in the editor.
Note: See TracChangeset
for help on using the changeset viewer.