Changeset 3430979
- Timestamp:
- 01/02/2026 10:49:07 AM (3 months ago)
- Location:
- metabatch
- Files:
-
- 5 edited
-
assets/screenshot-1.png (modified) (previous)
-
tags/1.0.0/includes/class-bmm4ys-admin-page.php (modified) (2 diffs)
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/includes/class-bmm4ys-admin-page.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metabatch/tags/1.0.0/includes/class-bmm4ys-admin-page.php
r3430943 r3430979 34 34 35 35 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' ), 38 38 'manage_options', 39 39 'bmm4ys-metadata-manager', … … 113 113 <div class="wrap bmm4ys-wrap"> 114 114 <h1 class="bmm4ys-page-title"> 115 <?php esc_html_e( ' MetaBatch', 'metabatch' ); ?>115 <?php esc_html_e( 'WP Meta Importer & Updater', 'metabatch' ); ?> 116 116 </h1> 117 117 -
metabatch/tags/1.0.0/readme.txt
r3430969 r3430979 14 14 == Description == 15 15 16 MetaBatchhelps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow.16 WP Meta Importer & Updater helps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow. 17 17 18 18 The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields. … … 30 30 == SEO Plugin Compatibility == 31 31 32 MetaBatchis compatible with **Yoast SEO**.32 WP Meta Importer & Updater is compatible with **Yoast SEO**. 33 33 34 34 “Yoast SEO” is a registered trademark of Yoast BV. 35 MetaBatchis not affiliated with or endorsed by Yoast BV.35 WP Meta Importer & Updater is not affiliated with or endorsed by Yoast BV. 36 36 37 37 == Installation == … … 39 39 1. Upload the `metabatch` folder to `/wp-content/plugins/`. 40 40 2. Activate the plugin through the WordPress Plugins menu. 41 3. Access MetaBatchfrom the WordPress admin area.41 3. Access WP Meta Importer & Updater from the WordPress admin area. 42 42 43 43 == Changelog == -
metabatch/trunk/includes/class-bmm4ys-admin-page.php
r3430918 r3430979 34 34 35 35 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' ), 38 38 'manage_options', 39 39 'bmm4ys-metadata-manager', … … 113 113 <div class="wrap bmm4ys-wrap"> 114 114 <h1 class="bmm4ys-page-title"> 115 <?php esc_html_e( ' MetaBatch', 'metabatch' ); ?>115 <?php esc_html_e( 'WP Meta Importer & Updater', 'metabatch' ); ?> 116 116 </h1> 117 117 -
metabatch/trunk/readme.txt
r3430969 r3430979 14 14 == Description == 15 15 16 MetaBatchhelps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow.16 WP Meta Importer & Updater helps administrators manage and update metadata across WordPress posts, pages, and custom post types using a structured workflow. 17 17 18 18 The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields. … … 30 30 == SEO Plugin Compatibility == 31 31 32 MetaBatchis compatible with **Yoast SEO**.32 WP Meta Importer & Updater is compatible with **Yoast SEO**. 33 33 34 34 “Yoast SEO” is a registered trademark of Yoast BV. 35 MetaBatchis not affiliated with or endorsed by Yoast BV.35 WP Meta Importer & Updater is not affiliated with or endorsed by Yoast BV. 36 36 37 37 == Installation == … … 39 39 1. Upload the `metabatch` folder to `/wp-content/plugins/`. 40 40 2. Activate the plugin through the WordPress Plugins menu. 41 3. Access MetaBatchfrom the WordPress admin area.41 3. Access WP Meta Importer & Updater from the WordPress admin area. 42 42 43 43 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.