Plugin Directory

Changeset 2885830


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

v1.1.3

Location:
copy-nav-menu-items/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • copy-nav-menu-items/trunk/copy-nav-menu-items.php

    r2810231 r2885830  
    44 * Plugin URI:  https://wordpress.org/plugins/copy-nav-menu-items/
    55 * Description: Simple plugin that allows for nav menu items to be copied with a single click.
    6  * Version:     1.1.2
     6 * Version:     1.1.3
    77 * Author:      Robert Noakes
    88 * Author URI:  https://robertnoakes.com/
    99 * Text Domain: copy-nav-menu-items
    1010 * Domain Path: /languages/
    11  * Copyright:   (c) 2020-2022 Robert Noakes (mr@robertnoakes.com)
     11 * Copyright:   (c) 2020-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
  • copy-nav-menu-items/trunk/includes/static/class-constants.php

    r2810231 r2885830  
    4747     * @var string
    4848     */
    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';
    5151   
    5252    /**
  • copy-nav-menu-items/trunk/languages/copy-nav-menu-items.pot

    r2569626 r2885830  
    22msgid ""
    33msgstr ""
    4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    54"Project-Id-Version: Copy Nav Menu Items\n"
    6 "POT-Creation-Date: 2021-07-21 08:47-0700\n"
     5"POT-Creation-Date: 2023-03-23 10:30-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"
     
    4646msgstr ""
    4747
    48 #: includes/core/class-ajax.php:243
     48#: includes/core/class-ajax.php:244
    4949msgid "You are not authorized to save settings."
    5050msgstr ""
    5151
    52 #: includes/core/class-ajax.php:247
     52#: includes/core/class-ajax.php:248
    5353msgid "Settings could not be saved."
    5454msgstr ""
     
    7979msgstr ""
    8080
    81 #: includes/core/class-settings.php:232
     81#: includes/core/class-settings.php:233
    8282msgid "Uninstall Settings"
    8383msgstr ""
    8484
    85 #: includes/core/class-settings.php:238
     85#: includes/core/class-settings.php:239
    8686#, php-format
    8787msgctxt "Plugin Name"
     
    8989msgstr ""
    9090
    91 #: includes/core/class-settings.php:242
     91#: includes/core/class-settings.php:243
    9292msgid "Delete Settings"
    9393msgstr ""
    9494
    95 #: includes/core/class-settings.php:253
     95#: includes/core/class-settings.php:254
    9696#, php-format
    9797msgctxt "Plugin Name"
     
    9999msgstr ""
    100100
    101 #: includes/core/class-settings.php:257
     101#: includes/core/class-settings.php:258
    102102msgid "Delete User Meta"
    103103msgstr ""
    104104
    105 #: includes/core/class-settings.php:264
     105#: includes/core/class-settings.php:265
    106106msgid "Save Settings"
    107107msgstr ""
  • copy-nav-menu-items/trunk/readme.txt

    r2810231 r2885830  
    44Tags: copy, item, items, menu, nav
    55Requires at least: 5.0
    6 Tested up to: 6.1
    7 Stable tag: 1.1.2
    8 Copyright: (c) 2020-2022 Robert Noakes (mr@robertnoakes.com)
     6Tested up to: 6.2
     7Stable tag: 1.1.3
     8Copyright: (c) 2020-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= 1.1.3 =
     61
     62* Verified: Functionality for WordPress 6.2
     63
    6064= 1.1.2 =
    6165
Note: See TracChangeset for help on using the changeset viewer.