Changeset 3033737
- Timestamp:
- 02/09/2024 05:35:59 PM (2 years ago)
- Location:
- wp-dummy-content-generator/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
wp_dummy_content_generator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dummy-content-generator/trunk/README.txt
r3022566 r3033737 119 119 3.1.3 - Minor changes and bug fixings. 120 120 3.2.0 - Declared compatibility with woocommerce custom_order_tables 121 3.2.1 - Minor bug fixing. 121 122 == Upgrade Notice == -
wp-dummy-content-generator/trunk/wp_dummy_content_generator.php
r3022568 r3033737 17 17 * Plugin URI: https://wpdcg.online/ 18 18 * 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.2. 019 * Version: 3.2.1 20 20 * Author: Deepak anand 21 21 * Author URI: https://wpdcg.online/about-us/ … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.2. 0' );39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.2.1' ); 40 40 define( 'wp_dummy_content_generator_PLUGIN_BASE_URL',plugin_basename( __FILE__ )); 41 41 define( 'wp_dummy_content_generator_PLUGIN_BASE_URI',plugin_dir_path( __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.