Changeset 2885832
- Timestamp:
- 03/23/2023 05:36:10 PM (3 years ago)
- Location:
- nav-menu-collapse/trunk
- Files:
-
- 4 edited
-
includes/static/class-constants.php (modified) (1 diff)
-
languages/nav-menu-collapse.pot (modified) (7 diffs)
-
nav-menu-collapse.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nav-menu-collapse/trunk/includes/static/class-constants.php
r2810233 r2885832 47 47 * @var string 48 48 */ 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'; 51 51 52 52 /** -
nav-menu-collapse/trunk/languages/nav-menu-collapse.pot
r2569628 r2885832 2 2 msgid "" 3 3 msgstr "" 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"5 4 "Project-Id-Version: Nav Menu Collapse\n" 6 "POT-Creation-Date: 202 1-07-21 08:47-0700\n"5 "POT-Creation-Date: 2023-03-23 10:26-0700\n" 7 6 "PO-Revision-Date: 2020-05-07 14:37-0700\n" 8 7 "Last-Translator: \n" … … 11 10 "Content-Type: text/plain; charset=UTF-8\n" 12 11 "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" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" … … 34 34 msgstr "" 35 35 36 #: includes/core/class-ajax.php:1 3936 #: includes/core/class-ajax.php:140 37 37 msgid "You are not authorized to save settings." 38 38 msgstr "" 39 39 40 #: includes/core/class-ajax.php:14 340 #: includes/core/class-ajax.php:144 41 41 msgid "Settings could not be saved." 42 42 msgstr "" … … 75 75 msgstr "" 76 76 77 #: includes/core/class-settings.php:2 3977 #: includes/core/class-settings.php:240 78 78 msgid "Save All Settings" 79 79 msgstr "" 80 80 81 #: includes/core/class-settings.php:24 781 #: includes/core/class-settings.php:248 82 82 msgid "General Settings" 83 83 msgstr "" 84 84 85 #: includes/core/class-settings.php:25 485 #: includes/core/class-settings.php:255 86 86 msgid "" 87 87 "If checked, collapsed states for each menu will be stored on a user-by-" … … 89 89 msgstr "" 90 90 91 #: includes/core/class-settings.php:25 591 #: includes/core/class-settings.php:256 92 92 msgid "Store Collapsed States" 93 93 msgstr "" 94 94 95 #: includes/core/class-settings.php:27 095 #: includes/core/class-settings.php:271 96 96 msgid "Uninstall Settings" 97 97 msgstr "" 98 98 99 #: includes/core/class-settings.php:27 699 #: includes/core/class-settings.php:277 100 100 #, php-format 101 101 msgctxt "Plugin Name" … … 103 103 msgstr "" 104 104 105 #: includes/core/class-settings.php:28 0105 #: includes/core/class-settings.php:281 106 106 msgid "Delete Settings" 107 107 msgstr "" 108 108 109 #: includes/core/class-settings.php:29 1109 #: includes/core/class-settings.php:292 110 110 #, php-format 111 111 msgctxt "Plugin Name" … … 113 113 msgstr "" 114 114 115 #: includes/core/class-settings.php:29 5115 #: includes/core/class-settings.php:296 116 116 msgid "Delete User Meta" 117 117 msgstr "" -
nav-menu-collapse/trunk/nav-menu-collapse.php
r2810233 r2885832 4 4 * Plugin URI: https://wordpress.org/plugins/nav-menu-collapse/ 5 5 * Description: Adds functionality to collapse and expand nav menus within the WordPress admin. 6 * Version: 2.1. 26 * Version: 2.1.3 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ 9 9 * Text Domain: nav-menu-collapse 10 10 * Domain Path: /languages/ 11 * Copyright: (c) 2018-202 2Robert Noakes (mr@robertnoakes.com)11 * Copyright: (c) 2018-2023 Robert Noakes (mr@robertnoakes.com) 12 12 * License: GNU General Public License v3.0 13 13 * License URI: https://www.gnu.org/licenses/gpl-3.0.html -
nav-menu-collapse/trunk/readme.txt
r2810233 r2885832 4 4 Tags: ajax, all, collpase, collpased, expand, expanded, menus, meta, nav, store, stored, user 5 5 Requires at least: 5.0 6 Tested up to: 6. 17 Stable tag: 2.1. 28 Copyright: (c) 2018-202 2Robert Noakes (mr@robertnoakes.com)6 Tested up to: 6.2 7 Stable tag: 2.1.3 8 Copyright: (c) 2018-2023 Robert Noakes (mr@robertnoakes.com) 9 9 License: GNU General Public License v3.0 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 58 58 == Changelog == 59 59 60 = 2.1.3 = 61 62 * Verified: Functionality for WordPress 6.2 63 60 64 = 2.1.2 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.