Changeset 3378983
- Timestamp:
- 10/15/2025 02:50:44 PM (6 months ago)
- Location:
- publishpress-statuses/trunk
- Files:
-
- 3 edited
-
PublishPress_Statuses.php (modified) (1 diff)
-
publishpress-statuses.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
publishpress-statuses/trunk/PublishPress_Statuses.php
r3378360 r3378983 2900 2900 } 2901 2901 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 : ''; 2903 2903 2904 2904 return ('name' == $return) ? $_post_status_obj_name : $status_obj; -
publishpress-statuses/trunk/publishpress-statuses.php
r3378360 r3378983 4 4 * Plugin URI: https://publishpress.com/statuses 5 5 * Description: Manage and create post statuses to customize your editorial workflow 6 * Version: 1.1. 86 * Version: 1.1.9 7 7 * Author: PublishPress 8 8 * Author URI: https://publishpress.com/ … … 228 228 229 229 if (empty($interrupt_load)) { 230 define('PUBLISHPRESS_STATUSES_VERSION', '1.1. 8');230 define('PUBLISHPRESS_STATUSES_VERSION', '1.1.9'); 231 231 232 232 define('PUBLISHPRESS_STATUSES_URL', trailingslashit(plugins_url('', __FILE__))); // @todo: vendor lib -
publishpress-statuses/trunk/readme.txt
r3378360 r3378983 7 7 Requires PHP: 7.2.5 8 8 Tested up to: 6.8 9 Stable tag: 1.1. 89 Stable tag: 1.1.9 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 172 172 173 173 == Changelog == 174 175 = [1.1.9] - 15 Oct 2025 176 * Fixed : Publication workflow reverts post to draft 174 177 175 178 = [1.1.8] - 14 Oct 2025
Note: See TracChangeset
for help on using the changeset viewer.