Plugin Directory

Changeset 3430969


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

Plugin Name update

Location:
metabatch
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • metabatch/tags/1.0.0/metabatch.php

    r3430943 r3430969  
    11<?php
    22/**
    3  * Plugin Name: MetaBatch
     3 * Plugin Name: WP Meta Importer & Updater
    44 * Description: Manage and update metadata efficiently across WordPress content. Compatible with popular SEO plugins such as Yoast SEO.
    55 * Version: 1.0.0
     
    5959            <?php
    6060            echo esc_html__(
    61                 'MetaBatch works 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.',
    6262                'metabatch'
    6363            );
  • metabatch/tags/1.0.0/readme.txt

    r3430943 r3430969  
    1 === MetaBatch ===
     1=== WP Meta Importer & Updater ===
    22Contributors: gotechark, denilmehta08
    33Donate link: https://gotechark.com/
     
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 MetaBatch provides tools to efficiently manage metadata across WordPress content.
     12WP Meta Importer & Updater provides tools to efficiently manage metadata across WordPress content.
    1313
    1414== Description ==
     
    1818The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields.
    1919
    20 MetaBatch does not replace SEO plugins and does not modify their core functionality.
     20WP Meta Importer & Updater does not replace SEO plugins and does not modify their core functionality.
    2121
    2222== Features ==
  • metabatch/trunk/metabatch.php

    r3430942 r3430969  
    11<?php
    22/**
    3  * Plugin Name: MetaBatch
     3 * Plugin Name: WP Meta Importer & Updater
    44 * Description: Manage and update metadata efficiently across WordPress content. Compatible with popular SEO plugins such as Yoast SEO.
    55 * Version: 1.0.0
     
    5959            <?php
    6060            echo esc_html__(
    61                 'MetaBatch works 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.',
    6262                'metabatch'
    6363            );
  • metabatch/trunk/readme.txt

    r3430942 r3430969  
    1 === MetaBatch ===
     1=== WP Meta Importer & Updater ===
    22Contributors: gotechark, denilmehta08
    33Donate link: https://gotechark.com/
     
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 MetaBatch provides tools to efficiently manage metadata across WordPress content.
     12WP Meta Importer & Updater provides tools to efficiently manage metadata across WordPress content.
    1313
    1414== Description ==
     
    1818The plugin is compatible with popular SEO plugins such as **Yoast SEO** and can work alongside them to update supported metadata fields.
    1919
    20 MetaBatch does not replace SEO plugins and does not modify their core functionality.
     20WP Meta Importer & Updater does not replace SEO plugins and does not modify their core functionality.
    2121
    2222== Features ==
Note: See TracChangeset for help on using the changeset viewer.