Changeset 3430969
- Timestamp:
- 01/02/2026 10:30:58 AM (3 months ago)
- Location:
- metabatch
- Files:
-
- 4 edited
-
tags/1.0.0/metabatch.php (modified) (2 diffs)
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/metabatch.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metabatch/tags/1.0.0/metabatch.php
r3430943 r3430969 1 1 <?php 2 2 /** 3 * Plugin Name: MetaBatch3 * Plugin Name: WP Meta Importer & Updater 4 4 * Description: Manage and update metadata efficiently across WordPress content. Compatible with popular SEO plugins such as Yoast SEO. 5 5 * Version: 1.0.0 … … 59 59 <?php 60 60 echo esc_html__( 61 ' MetaBatchworks best with Yoast SEO. Yoast SEO is not currently active, so Yoast-specific metadata features will be unavailable.',61 'WP Meta Importer & Updater works best with Yoast SEO. Yoast SEO is not currently active, so Yoast-specific metadata features will be unavailable.', 62 62 'metabatch' 63 63 ); -
metabatch/tags/1.0.0/readme.txt
r3430943 r3430969 1 === MetaBatch===1 === WP Meta Importer & Updater === 2 2 Contributors: gotechark, denilmehta08 3 3 Donate link: https://gotechark.com/ … … 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 MetaBatchprovides tools to efficiently manage metadata across WordPress content.12 WP Meta Importer & Updater provides tools to efficiently manage metadata across WordPress content. 13 13 14 14 == Description == … … 18 18 The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields. 19 19 20 MetaBatchdoes not replace SEO plugins and does not modify their core functionality.20 WP Meta Importer & Updater does not replace SEO plugins and does not modify their core functionality. 21 21 22 22 == Features == -
metabatch/trunk/metabatch.php
r3430942 r3430969 1 1 <?php 2 2 /** 3 * Plugin Name: MetaBatch3 * Plugin Name: WP Meta Importer & Updater 4 4 * Description: Manage and update metadata efficiently across WordPress content. Compatible with popular SEO plugins such as Yoast SEO. 5 5 * Version: 1.0.0 … … 59 59 <?php 60 60 echo esc_html__( 61 ' MetaBatchworks best with Yoast SEO. Yoast SEO is not currently active, so Yoast-specific metadata features will be unavailable.',61 'WP Meta Importer & Updater works best with Yoast SEO. Yoast SEO is not currently active, so Yoast-specific metadata features will be unavailable.', 62 62 'metabatch' 63 63 ); -
metabatch/trunk/readme.txt
r3430942 r3430969 1 === MetaBatch===1 === WP Meta Importer & Updater === 2 2 Contributors: gotechark, denilmehta08 3 3 Donate link: https://gotechark.com/ … … 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 MetaBatchprovides tools to efficiently manage metadata across WordPress content.12 WP Meta Importer & Updater provides tools to efficiently manage metadata across WordPress content. 13 13 14 14 == Description == … … 18 18 The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields. 19 19 20 MetaBatchdoes not replace SEO plugins and does not modify their core functionality.20 WP Meta Importer & Updater does not replace SEO plugins and does not modify their core functionality. 21 21 22 22 == Features ==
Note: See TracChangeset
for help on using the changeset viewer.