Plugin Directory

Changeset 3390105


Ignore:
Timestamp:
11/05/2025 02:48:22 AM (3 weeks ago)
Author:
publishpress
Message:

Update to version 1.1.13 from GitHub

Location:
publishpress-statuses
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • publishpress-statuses/tags/1.1.13/Admin.php

    r3389850 r3390105  
    429429            'dashicons-format-status',
    430430            70
     431        );
     432
     433        add_submenu_page(
     434            'publishpress-statuses',
     435            esc_html__('Add New', 'publishpress-statuses'),
     436            esc_html__('Add New', 'publishpress-statuses'),
     437            $check_cap,
     438            'publishpress-statuses-add-new',
     439            [$this, 'render_admin_page']
    431440        );
    432441
  • publishpress-statuses/tags/1.1.13/CHANGELOG.md

    r3389850 r3390105  
    11The format is based on [Keep a Changelog](http://keepachangelog.com/)
    22and this project adheres to [Semantic Versioning](http://semver.org/).
     3
     4= [1.1.13] - 4 Nov 2025 =
     5* Fixed : Add Status screen could not be loaded
    36
    47= [1.1.12] - 4 Nov 2025 =
  • publishpress-statuses/tags/1.1.13/languages/publishpress-statuses.pot

    r3389850 r3390105  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PublishPress Statuses 1.1.12\n"
     5"Project-Id-Version: PublishPress Statuses 1.1.13\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-04T17:14:23+00:00\n"
     12"POT-Creation-Date: 2025-11-05T02:39:44+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    6666msgstr ""
    6767
    68 #: Admin.php:513
     68#: Admin.php:435
     69#: Admin.php:436
     70#: StatusesUI.php:832
     71msgid "Add New"
     72msgstr ""
     73
     74#: Admin.php:522
    6975#: PublishPress_Statuses.php:794
    7076msgid "Approve"
    7177msgstr ""
    7278
    73 #: Admin.php:515
     79#: Admin.php:524
    7480#: PublishPress_Statuses.php:766
    7581msgid "Assign"
    7682msgstr ""
    7783
    78 #: Admin.php:517
     84#: Admin.php:526
    7985#: PublishPress_Statuses.php:780
    8086msgid "Mark In Progress"
     
    8288
    8389#. translators: %s is the status label
    84 #: Admin.php:530
     90#: Admin.php:539
    8591msgid "Set to %s"
    8692msgstr ""
    8793
    8894#. translators: %s is the status label
    89 #: Admin.php:539
     95#: Admin.php:548
    9096#: PostEditGutenberg.php:77
    9197msgid "Save as %s"
     
    9399
    94100#. translators: %s is the name of a custom public status
    95 #: Admin.php:551
     101#: Admin.php:560
    96102msgid "Public (%s)"
    97103msgstr ""
    98104
    99 #: Admin.php:622
     105#: Admin.php:631
    100106#: PostEditClassic.php:179
    101107#: PostEditGutenberg.php:74
     
    835841msgstr ""
    836842
    837 #: StatusesUI.php:832
    838 msgid "Add New"
    839 msgstr ""
    840 
    841843#. translators: %1$s and %2$s is link markup
    842844#: StatusesUI.php:849
  • publishpress-statuses/tags/1.1.13/publishpress-statuses.php

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

    r3389850 r3390105  
    77Requires PHP: 7.2.5
    88Tested up to: 6.8
    9 Stable tag: 1.1.12
     9Stable tag: 1.1.13
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • publishpress-statuses/trunk/Admin.php

    r3389850 r3390105  
    429429            'dashicons-format-status',
    430430            70
     431        );
     432
     433        add_submenu_page(
     434            'publishpress-statuses',
     435            esc_html__('Add New', 'publishpress-statuses'),
     436            esc_html__('Add New', 'publishpress-statuses'),
     437            $check_cap,
     438            'publishpress-statuses-add-new',
     439            [$this, 'render_admin_page']
    431440        );
    432441
  • publishpress-statuses/trunk/CHANGELOG.md

    r3389850 r3390105  
    11The format is based on [Keep a Changelog](http://keepachangelog.com/)
    22and this project adheres to [Semantic Versioning](http://semver.org/).
     3
     4= [1.1.13] - 4 Nov 2025 =
     5* Fixed : Add Status screen could not be loaded
    36
    47= [1.1.12] - 4 Nov 2025 =
  • publishpress-statuses/trunk/languages/publishpress-statuses.pot

    r3389850 r3390105  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PublishPress Statuses 1.1.12\n"
     5"Project-Id-Version: PublishPress Statuses 1.1.13\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-04T17:14:23+00:00\n"
     12"POT-Creation-Date: 2025-11-05T02:39:44+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    6666msgstr ""
    6767
    68 #: Admin.php:513
     68#: Admin.php:435
     69#: Admin.php:436
     70#: StatusesUI.php:832
     71msgid "Add New"
     72msgstr ""
     73
     74#: Admin.php:522
    6975#: PublishPress_Statuses.php:794
    7076msgid "Approve"
    7177msgstr ""
    7278
    73 #: Admin.php:515
     79#: Admin.php:524
    7480#: PublishPress_Statuses.php:766
    7581msgid "Assign"
    7682msgstr ""
    7783
    78 #: Admin.php:517
     84#: Admin.php:526
    7985#: PublishPress_Statuses.php:780
    8086msgid "Mark In Progress"
     
    8288
    8389#. translators: %s is the status label
    84 #: Admin.php:530
     90#: Admin.php:539
    8591msgid "Set to %s"
    8692msgstr ""
    8793
    8894#. translators: %s is the status label
    89 #: Admin.php:539
     95#: Admin.php:548
    9096#: PostEditGutenberg.php:77
    9197msgid "Save as %s"
     
    9399
    94100#. translators: %s is the name of a custom public status
    95 #: Admin.php:551
     101#: Admin.php:560
    96102msgid "Public (%s)"
    97103msgstr ""
    98104
    99 #: Admin.php:622
     105#: Admin.php:631
    100106#: PostEditClassic.php:179
    101107#: PostEditGutenberg.php:74
     
    835841msgstr ""
    836842
    837 #: StatusesUI.php:832
    838 msgid "Add New"
    839 msgstr ""
    840 
    841843#. translators: %1$s and %2$s is link markup
    842844#: StatusesUI.php:849
  • publishpress-statuses/trunk/publishpress-statuses.php

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

    r3389850 r3390105  
    77Requires PHP: 7.2.5
    88Tested up to: 6.8
    9 Stable tag: 1.1.12
     9Stable tag: 1.1.13
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.