Plugin Directory

Changeset 3378983


Ignore:
Timestamp:
10/15/2025 02:50:44 PM (6 months ago)
Author:
kevinB
Message:
  • Fixed : Publication workflow reverts post to draft

Release 1.1.9

Location:
publishpress-statuses/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • publishpress-statuses/trunk/PublishPress_Statuses.php

    r3378360 r3378983  
    29002900        }
    29012901
    2902         $_post_status_obj_name = (!empty($post_status_obj->name)) ? $post_status_obj->name : '';
     2902        $_post_status_obj_name = (!empty($status_obj->name)) ? $status_obj->name : '';
    29032903
    29042904        return ('name' == $return) ? $_post_status_obj_name : $status_obj;
  • publishpress-statuses/trunk/publishpress-statuses.php

    r3378360 r3378983  
    44 * Plugin URI:  https://publishpress.com/statuses
    55 * Description: Manage and create post statuses to customize your editorial workflow
    6  * Version: 1.1.8
     6 * Version: 1.1.9
    77 * Author: PublishPress
    88 * Author URI:  https://publishpress.com/
     
    228228       
    229229        if (empty($interrupt_load)) {
    230             define('PUBLISHPRESS_STATUSES_VERSION', '1.1.8');
     230            define('PUBLISHPRESS_STATUSES_VERSION', '1.1.9');
    231231
    232232            define('PUBLISHPRESS_STATUSES_URL', trailingslashit(plugins_url('', __FILE__)));    // @todo: vendor lib
  • publishpress-statuses/trunk/readme.txt

    r3378360 r3378983  
    77Requires PHP: 7.2.5
    88Tested up to: 6.8
    9 Stable tag: 1.1.8
     9Stable tag: 1.1.9
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    172172
    173173== Changelog ==
     174
     175= [1.1.9] - 15 Oct 2025
     176* Fixed : Publication workflow reverts post to draft
    174177
    175178= [1.1.8] - 14 Oct 2025
Note: See TracChangeset for help on using the changeset viewer.