Plugin Directory

Changeset 2950790


Ignore:
Timestamp:
08/09/2023 03:54:23 PM (3 years ago)
Author:
deepakanand767
Message:

Removed the extra public folder and tested upto wp 6.3

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

Legend:

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

    r2938357 r2950790  
    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.2.2
     6Tested up to: 6.3
    77Stable tag: trunk
    88Requires PHP: 5.4
     
    1141142.3.0 - Added post type product to dropdown if woocommerce is not installed and post type "product" is created.
    1151153.0.0 - Comes with numerous notable enhancements to performance and security.
     1163.1.0 - Adjusted to be compatible with the significant update release of WooCommerce and WordPress
    116117== Upgrade Notice ==
  • wp-dummy-content-generator/trunk/wp_dummy_content_generator.php

    r2937274 r2950790  
    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.0.0
     19 * Version:           3.1.0
    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:   7.8.1
     25 * WC tested up to:   8.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.0.0' );
     39define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.1.0' );
    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.