Changeset 3089550
- Timestamp:
- 05/20/2024 04:40:42 PM (23 months ago)
- Location:
- wp-dummy-content-generator/trunk
- Files:
-
- 1 deleted
- 2 edited
-
Faker-main (deleted)
-
README.txt (modified) (1 diff)
-
wp_dummy_content_generator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dummy-content-generator/trunk/README.txt
r3089543 r3089550 123 123 3.3.1 - Fixed the fetal error. 124 124 3.4.0 - Made it compatible 7.4 to 8.3 php version. 125 3.4.1 - Removed unwanted vendors. 125 126 == Upgrade Notice == -
wp-dummy-content-generator/trunk/wp_dummy_content_generator.php
r3089543 r3089550 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.4. 019 * Version: 3.4.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.4. 0' );39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.4.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.