Plugin Directory

Changeset 2821565


Ignore:
Timestamp:
11/21/2022 02:08:32 PM (3 years ago)
Author:
blockstyles
Message:

Update to version 1.2.3 from GitHub

Location:
missing-menu-items
Files:
2 added
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • missing-menu-items/tags/1.2.3/ea-missing-menu-items.php

    r2819923 r2821565  
    44 * Plugin URI:        http://www.blockstyles.com
    55 * Description:       Reusable Menu Items adds reusable block and template links to the admin
    6  * Version:           1.2.2
     6 * Version:           1.2.3
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    1111 * License:           GPL v3 or later
    1212 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
    13  * Text Domain:       ea-missing-menu-items
     13 * Text Domain:       missing-menu-items
    1414 * Doman Path:        /languages/
    1515 *
     
    4040    public function add_reusable_blocks_menu() {
    4141        add_theme_page(
    42             __( 'Reusable Blocks', 'ea-missing-menu-items' ),
    43             __( 'Reusable Blocks', 'ea-missing-menu-items' ),
     42            __( 'Reusable Blocks', 'missing-menu-items' ),
     43            __( 'Reusable Blocks', 'missing-menu-items' ),
    4444            'manage_options',
    4545            'edit.php?post_type=wp_block',
     
    4848        );
    4949        add_theme_page(
    50             __( 'Navigation Menu', 'ea-missing-menu-items' ),
    51             __( 'Navigation Menu', 'ea-missing-menu-items' ),
     50            __( 'Navigation Menu', 'missing-menu-items' ),
     51            __( 'Navigation Menu', 'missing-menu-items' ),
    5252            'manage_options',
    5353            'edit.php?post_type=wp_navigation',
     
    5656        );
    5757        add_theme_page(
    58             __( 'Templates', 'ea-missing-menu-items' ),
    59             __( 'Templates', 'ea-missing-menu-items' ),
     58            __( 'Templates', 'missing-menu-items' ),
     59            __( 'Templates', 'missing-menu-items' ),
    6060            'manage_options',
    6161            'site-editor.php?postType=wp_template',
     
    6464        );
    6565        add_theme_page(
    66             __( 'Template Parts', 'ea-missing-menu-items' ),
    67             __( 'Template Parts', 'ea-missing-menu-items' ),
     66            __( 'Template Parts', 'missing-menu-items' ),
     67            __( 'Template Parts', 'missing-menu-items' ),
    6868            'manage_options',
    6969            'site-editor.php?postType=wp_template_part',
  • missing-menu-items/tags/1.2.3/readme.txt

    r2819923 r2821565  
    66Tested up to:      6.1
    77Requires PHP:      7.4
    8 Stable tag:        1.2.2
     8Stable tag:        1.2.3
    99License:           GPLv3 or later
    1010License URI:       https://www.gnu.org/licenses/gpl-3.0.html
     
    7777== Changelog ==
    7878
     79= 1.2.3 =
     80* Changed text domain for plugin repo
     81
    7982= 1.2.2 =
    8083* Added localization
  • missing-menu-items/trunk/ea-missing-menu-items.php

    r2819923 r2821565  
    44 * Plugin URI:        http://www.blockstyles.com
    55 * Description:       Reusable Menu Items adds reusable block and template links to the admin
    6  * Version:           1.2.2
     6 * Version:           1.2.3
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    1111 * License:           GPL v3 or later
    1212 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
    13  * Text Domain:       ea-missing-menu-items
     13 * Text Domain:       missing-menu-items
    1414 * Doman Path:        /languages/
    1515 *
     
    4040    public function add_reusable_blocks_menu() {
    4141        add_theme_page(
    42             __( 'Reusable Blocks', 'ea-missing-menu-items' ),
    43             __( 'Reusable Blocks', 'ea-missing-menu-items' ),
     42            __( 'Reusable Blocks', 'missing-menu-items' ),
     43            __( 'Reusable Blocks', 'missing-menu-items' ),
    4444            'manage_options',
    4545            'edit.php?post_type=wp_block',
     
    4848        );
    4949        add_theme_page(
    50             __( 'Navigation Menu', 'ea-missing-menu-items' ),
    51             __( 'Navigation Menu', 'ea-missing-menu-items' ),
     50            __( 'Navigation Menu', 'missing-menu-items' ),
     51            __( 'Navigation Menu', 'missing-menu-items' ),
    5252            'manage_options',
    5353            'edit.php?post_type=wp_navigation',
     
    5656        );
    5757        add_theme_page(
    58             __( 'Templates', 'ea-missing-menu-items' ),
    59             __( 'Templates', 'ea-missing-menu-items' ),
     58            __( 'Templates', 'missing-menu-items' ),
     59            __( 'Templates', 'missing-menu-items' ),
    6060            'manage_options',
    6161            'site-editor.php?postType=wp_template',
     
    6464        );
    6565        add_theme_page(
    66             __( 'Template Parts', 'ea-missing-menu-items' ),
    67             __( 'Template Parts', 'ea-missing-menu-items' ),
     66            __( 'Template Parts', 'missing-menu-items' ),
     67            __( 'Template Parts', 'missing-menu-items' ),
    6868            'manage_options',
    6969            'site-editor.php?postType=wp_template_part',
  • missing-menu-items/trunk/readme.txt

    r2819923 r2821565  
    66Tested up to:      6.1
    77Requires PHP:      7.4
    8 Stable tag:        1.2.2
     8Stable tag:        1.2.3
    99License:           GPLv3 or later
    1010License URI:       https://www.gnu.org/licenses/gpl-3.0.html
     
    7777== Changelog ==
    7878
     79= 1.2.3 =
     80* Changed text domain for plugin repo
     81
    7982= 1.2.2 =
    8083* Added localization
Note: See TracChangeset for help on using the changeset viewer.