Plugin Directory

Changeset 3430979


Ignore:
Timestamp:
01/02/2026 10:49:07 AM (3 months ago)
Author:
gotechark
Message:

Change name and screenshot-1.png

Location:
metabatch
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • metabatch/tags/1.0.0/includes/class-bmm4ys-admin-page.php

    r3430943 r3430979  
    3434
    3535        add_menu_page(
    36          esc_html__( 'MetaBatch', 'metabatch' ),
    37             esc_html__( 'MetaBatch', 'metabatch' ),
     36         esc_html__( 'WP Meta Importer & Updater', 'metabatch' ),
     37            esc_html__( 'WP Meta Importer & Updater', 'metabatch' ),
    3838            'manage_options',
    3939            'bmm4ys-metadata-manager',
     
    113113          <div class="wrap bmm4ys-wrap">
    114114            <h1 class="bmm4ys-page-title">
    115                 <?php esc_html_e( 'MetaBatch', 'metabatch' ); ?>
     115                <?php esc_html_e( 'WP Meta Importer & Updater', 'metabatch' ); ?>
    116116            </h1>
    117117
  • metabatch/tags/1.0.0/readme.txt

    r3430969 r3430979  
    1414== Description ==
    1515
    16 MetaBatch helps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow.
     16WP Meta Importer & Updater helps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow.
    1717
    1818The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields.
     
    3030== SEO Plugin Compatibility ==
    3131
    32 MetaBatch is compatible with **Yoast SEO**.
     32WP Meta Importer & Updater is compatible with **Yoast SEO**.
    3333
    3434“Yoast SEO” is a registered trademark of Yoast BV. 
    35 MetaBatch is not affiliated with or endorsed by Yoast BV.
     35WP Meta Importer & Updater is not affiliated with or endorsed by Yoast BV.
    3636
    3737== Installation ==
     
    39391. Upload the `metabatch` folder to `/wp-content/plugins/`.
    40402. Activate the plugin through the WordPress Plugins menu.
    41 3. Access MetaBatch from the WordPress admin area.
     413. Access WP Meta Importer & Updater from the WordPress admin area.
    4242
    4343== Changelog ==
  • metabatch/trunk/includes/class-bmm4ys-admin-page.php

    r3430918 r3430979  
    3434
    3535        add_menu_page(
    36          esc_html__( 'MetaBatch', 'metabatch' ),
    37             esc_html__( 'MetaBatch', 'metabatch' ),
     36         esc_html__( 'WP Meta Importer & Updater', 'metabatch' ),
     37            esc_html__( 'WP Meta Importer & Updater', 'metabatch' ),
    3838            'manage_options',
    3939            'bmm4ys-metadata-manager',
     
    113113          <div class="wrap bmm4ys-wrap">
    114114            <h1 class="bmm4ys-page-title">
    115                 <?php esc_html_e( 'MetaBatch', 'metabatch' ); ?>
     115                <?php esc_html_e( 'WP Meta Importer & Updater', 'metabatch' ); ?>
    116116            </h1>
    117117
  • metabatch/trunk/readme.txt

    r3430969 r3430979  
    1414== Description ==
    1515
    16 MetaBatch helps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow.
     16WP Meta Importer & Updater helps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow.
    1717
    1818The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields.
     
    3030== SEO Plugin Compatibility ==
    3131
    32 MetaBatch is compatible with **Yoast SEO**.
     32WP Meta Importer & Updater is compatible with **Yoast SEO**.
    3333
    3434“Yoast SEO” is a registered trademark of Yoast BV. 
    35 MetaBatch is not affiliated with or endorsed by Yoast BV.
     35WP Meta Importer & Updater is not affiliated with or endorsed by Yoast BV.
    3636
    3737== Installation ==
     
    39391. Upload the `metabatch` folder to `/wp-content/plugins/`.
    40402. Activate the plugin through the WordPress Plugins menu.
    41 3. Access MetaBatch from the WordPress admin area.
     413. Access WP Meta Importer & Updater from the WordPress admin area.
    4242
    4343== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.