Changeset 2885830
- Timestamp:
- 03/23/2023 05:35:16 PM (3 years ago)
- Location:
- copy-nav-menu-items/trunk
- Files:
-
- 4 edited
-
copy-nav-menu-items.php (modified) (1 diff)
-
includes/static/class-constants.php (modified) (1 diff)
-
languages/copy-nav-menu-items.pot (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copy-nav-menu-items/trunk/copy-nav-menu-items.php
r2810231 r2885830 4 4 * Plugin URI: https://wordpress.org/plugins/copy-nav-menu-items/ 5 5 * Description: Simple plugin that allows for nav menu items to be copied with a single click. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ 9 9 * Text Domain: copy-nav-menu-items 10 10 * Domain Path: /languages/ 11 * Copyright: (c) 2020-202 2Robert Noakes (mr@robertnoakes.com)11 * Copyright: (c) 2020-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 -
copy-nav-menu-items/trunk/includes/static/class-constants.php
r2810231 r2885830 47 47 * @var string 48 48 */ 49 const VERSION = '1.1. 2';50 const VERSION_PREVIOUS = '1.1. 1';49 const VERSION = '1.1.3'; 50 const VERSION_PREVIOUS = '1.1.2'; 51 51 52 52 /** -
copy-nav-menu-items/trunk/languages/copy-nav-menu-items.pot
r2569626 r2885830 2 2 msgid "" 3 3 msgstr "" 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"5 4 "Project-Id-Version: Copy Nav Menu Items\n" 6 "POT-Creation-Date: 202 1-07-21 08:47-0700\n"5 "POT-Creation-Date: 2023-03-23 10:30-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" … … 46 46 msgstr "" 47 47 48 #: includes/core/class-ajax.php:24 348 #: includes/core/class-ajax.php:244 49 49 msgid "You are not authorized to save settings." 50 50 msgstr "" 51 51 52 #: includes/core/class-ajax.php:24 752 #: includes/core/class-ajax.php:248 53 53 msgid "Settings could not be saved." 54 54 msgstr "" … … 79 79 msgstr "" 80 80 81 #: includes/core/class-settings.php:23 281 #: includes/core/class-settings.php:233 82 82 msgid "Uninstall Settings" 83 83 msgstr "" 84 84 85 #: includes/core/class-settings.php:23 885 #: includes/core/class-settings.php:239 86 86 #, php-format 87 87 msgctxt "Plugin Name" … … 89 89 msgstr "" 90 90 91 #: includes/core/class-settings.php:24 291 #: includes/core/class-settings.php:243 92 92 msgid "Delete Settings" 93 93 msgstr "" 94 94 95 #: includes/core/class-settings.php:25 395 #: includes/core/class-settings.php:254 96 96 #, php-format 97 97 msgctxt "Plugin Name" … … 99 99 msgstr "" 100 100 101 #: includes/core/class-settings.php:25 7101 #: includes/core/class-settings.php:258 102 102 msgid "Delete User Meta" 103 103 msgstr "" 104 104 105 #: includes/core/class-settings.php:26 4105 #: includes/core/class-settings.php:265 106 106 msgid "Save Settings" 107 107 msgstr "" -
copy-nav-menu-items/trunk/readme.txt
r2810231 r2885830 4 4 Tags: copy, item, items, menu, nav 5 5 Requires at least: 5.0 6 Tested up to: 6. 17 Stable tag: 1.1. 28 Copyright: (c) 2020-202 2Robert Noakes (mr@robertnoakes.com)6 Tested up to: 6.2 7 Stable tag: 1.1.3 8 Copyright: (c) 2020-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 = 1.1.3 = 61 62 * Verified: Functionality for WordPress 6.2 63 60 64 = 1.1.2 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.