Plugin Directory

Changeset 2885832


Ignore:
Timestamp:
03/23/2023 05:36:10 PM (3 years ago)
Author:
rnoakes3rd
Message:

v2.1.3

Location:
nav-menu-collapse/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • nav-menu-collapse/trunk/includes/static/class-constants.php

    r2810233 r2885832  
    4747     * @var string
    4848     */
    49     const VERSION = '2.1.2';
    50     const VERSION_PREVIOUS = '2.1.1';
     49    const VERSION = '2.1.3';
     50    const VERSION_PREVIOUS = '2.1.2';
    5151   
    5252    /**
  • nav-menu-collapse/trunk/languages/nav-menu-collapse.pot

    r2569628 r2885832  
    22msgid ""
    33msgstr ""
    4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    54"Project-Id-Version: Nav Menu Collapse\n"
    6 "POT-Creation-Date: 2021-07-21 08:47-0700\n"
     5"POT-Creation-Date: 2023-03-23 10:26-0700\n"
    76"PO-Revision-Date: 2020-05-07 14:37-0700\n"
    87"Last-Translator: \n"
     
    1110"Content-Type: text/plain; charset=UTF-8\n"
    1211"Content-Transfer-Encoding: 8bit\n"
    13 "X-Generator: Poedit 2.4.3\n"
     12"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
     13"X-Generator: Poedit 3.2.2\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
     
    3434msgstr ""
    3535
    36 #: includes/core/class-ajax.php:139
     36#: includes/core/class-ajax.php:140
    3737msgid "You are not authorized to save settings."
    3838msgstr ""
    3939
    40 #: includes/core/class-ajax.php:143
     40#: includes/core/class-ajax.php:144
    4141msgid "Settings could not be saved."
    4242msgstr ""
     
    7575msgstr ""
    7676
    77 #: includes/core/class-settings.php:239
     77#: includes/core/class-settings.php:240
    7878msgid "Save All Settings"
    7979msgstr ""
    8080
    81 #: includes/core/class-settings.php:247
     81#: includes/core/class-settings.php:248
    8282msgid "General Settings"
    8383msgstr ""
    8484
    85 #: includes/core/class-settings.php:254
     85#: includes/core/class-settings.php:255
    8686msgid ""
    8787"If checked, collapsed states for each menu will be stored on a user-by-"
     
    8989msgstr ""
    9090
    91 #: includes/core/class-settings.php:255
     91#: includes/core/class-settings.php:256
    9292msgid "Store Collapsed States"
    9393msgstr ""
    9494
    95 #: includes/core/class-settings.php:270
     95#: includes/core/class-settings.php:271
    9696msgid "Uninstall Settings"
    9797msgstr ""
    9898
    99 #: includes/core/class-settings.php:276
     99#: includes/core/class-settings.php:277
    100100#, php-format
    101101msgctxt "Plugin Name"
     
    103103msgstr ""
    104104
    105 #: includes/core/class-settings.php:280
     105#: includes/core/class-settings.php:281
    106106msgid "Delete Settings"
    107107msgstr ""
    108108
    109 #: includes/core/class-settings.php:291
     109#: includes/core/class-settings.php:292
    110110#, php-format
    111111msgctxt "Plugin Name"
     
    113113msgstr ""
    114114
    115 #: includes/core/class-settings.php:295
     115#: includes/core/class-settings.php:296
    116116msgid "Delete User Meta"
    117117msgstr ""
  • nav-menu-collapse/trunk/nav-menu-collapse.php

    r2810233 r2885832  
    44 * Plugin URI:  https://wordpress.org/plugins/nav-menu-collapse/
    55 * Description: Adds functionality to collapse and expand nav menus within the WordPress admin.
    6  * Version:     2.1.2
     6 * Version:     2.1.3
    77 * Author:      Robert Noakes
    88 * Author URI:  https://robertnoakes.com/
    99 * Text Domain: nav-menu-collapse
    1010 * Domain Path: /languages/
    11  * Copyright:   (c) 2018-2022 Robert Noakes (mr@robertnoakes.com)
     11 * Copyright:   (c) 2018-2023 Robert Noakes (mr@robertnoakes.com)
    1212 * License:     GNU General Public License v3.0
    1313 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • nav-menu-collapse/trunk/readme.txt

    r2810233 r2885832  
    44Tags: ajax, all, collpase, collpased, expand, expanded, menus, meta, nav, store, stored, user
    55Requires at least: 5.0
    6 Tested up to: 6.1
    7 Stable tag: 2.1.2
    8 Copyright: (c) 2018-2022 Robert Noakes (mr@robertnoakes.com)
     6Tested up to: 6.2
     7Stable tag: 2.1.3
     8Copyright: (c) 2018-2023 Robert Noakes (mr@robertnoakes.com)
    99License: GNU General Public License v3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5858== Changelog ==
    5959
     60= 2.1.3 =
     61
     62* Verified: Functionality for WordPress 6.2
     63
    6064= 2.1.2 =
    6165
Note: See TracChangeset for help on using the changeset viewer.