Plugin Directory

Changeset 3089550


Ignore:
Timestamp:
05/20/2024 04:40:42 PM (23 months ago)
Author:
deepakanand767
Message:

Removed unwanted vendor data

Location:
wp-dummy-content-generator/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp-dummy-content-generator/trunk/README.txt

    r3089543 r3089550  
    1231233.3.1 - Fixed the fetal error.
    1241243.4.0 - Made it compatible 7.4 to 8.3 php version.
     1253.4.1 - Removed unwanted vendors.
    125126== Upgrade Notice ==
  • wp-dummy-content-generator/trunk/wp_dummy_content_generator.php

    r3089543 r3089550  
    1717 * Plugin URI:        https://wpdcg.online/
    1818 * Description:       The "WP Dummy Content Generator" plugin is particularly useful for developers, designers, and website administrators who want to quickly populate their WordPress site with realistic dummy content. It saves time and effort by automatically generating content that mimics real posts and pages, enabling you to focus on other aspects of website development or testing.
    19  * Version:           3.4.0
     19 * Version:           3.4.1
    2020 * Author:            Deepak anand
    2121 * Author URI:        https://wpdcg.online/about-us/
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.4.0' );
     39define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.4.1' );
    4040define( 'wp_dummy_content_generator_PLUGIN_BASE_URL',plugin_basename( __FILE__ ));
    4141define( 'wp_dummy_content_generator_PLUGIN_BASE_URI',plugin_dir_path( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.