Plugin Directory

Changeset 3018852


Ignore:
Timestamp:
01/08/2024 03:13:42 PM (2 years ago)
Author:
deepakanand767
Message:

Minor changes and bug fixings.

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

Legend:

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

    r2984503 r3018852  
    44Tags: WP Dummy Content Generator, WordPress dummy content plugin, Dummy content generation for WordPress, Populating WordPress site with dummy content, Generate dummy posts and pages in WordPress, Deleting generated dummy content in WordPress, Customizable dummy content for WordPress, Efficient test data generation for WordPress, Simplifying dummy content management in WordPress, Streamlining website development with dummy content., WordPress dummy content
    55Requires at least: 5.6
    6 Tested up to: 6.3
     6Tested up to: 6.4
    77Stable tag: trunk
    88Requires PHP: 5.4
     
    1171173.1.1 - Revised menu item labels for enhanced clarity of meaning.
    1181183.1.2 - Fixed the localization.
     1193.1.3 - Minor changes and bug fixings.
    119120== Upgrade Notice ==
  • wp-dummy-content-generator/trunk/wp_dummy_content_generator.php

    r2984503 r3018852  
    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.1.2
     19 * Version:           3.1.3
    2020 * Author:            Deepak anand
    2121 * Author URI:        https://wpdcg.online/about-us/
     
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    2424 * Text Domain:       wp_dummy_content_generator
    25  * WC tested up to:   8.2.1
     25 * WC tested up to:   8.4.0
    2626 * Domain Path:       /languages
    2727 */
     
    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.1.2' );
     39define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.1.3' );
    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.