Plugin Directory

Changeset 3442098


Ignore:
Timestamp:
01/18/2026 08:50:00 PM (7 weeks ago)
Author:
vzisis
Message:

Add uninstall.php and bump version to 0.3.2

Location:
editorial-workflow-manager/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • editorial-workflow-manager/trunk/editorial-workflow-manager.php

    r3434260 r3442098  
    44 * Plugin Name: Editorial Workflow Manager
    55 * Description: Add editorial checklists and approvals to the WordPress editor.
    6  * Version:     0.3.1
     6 * Version:     0.3.2
    77 * Author:      Vasileios Zisis
    88 * Author URI:  https://profiles.wordpress.org/vzisis/
     
    2020{
    2121
    22     const VERSION = '0.3.1';
     22    const VERSION = '0.3.2';
    2323
    2424    private static $instance = null;
  • editorial-workflow-manager/trunk/readme.txt

    r3434260 r3442098  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.3.1
     7Stable tag: 0.3.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 0.3.2 =
     104* Added uninstall.php cleanup to remove plugin data when the plugin is deleted.
     105
    103106= 0.3.1 =
    104107* Added non-blocking pre-publish checklist warning when checklists are incomplete.
     
    117120== Upgrade Notice ==
    118121
     122= 0.3.2 =
     123Adds uninstall.php cleanup to remove plugin data when the plugin is deleted.
     124
    119125= 0.3.0 =
    120126First 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.