Changeset 3018852
- Timestamp:
- 01/08/2024 03:13:42 PM (2 years ago)
- Location:
- wp-dummy-content-generator/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wp_dummy_content_generator.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dummy-content-generator/trunk/README.txt
r2984503 r3018852 4 4 Tags: 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 5 5 Requires at least: 5.6 6 Tested up to: 6. 36 Tested up to: 6.4 7 7 Stable tag: trunk 8 8 Requires PHP: 5.4 … … 117 117 3.1.1 - Revised menu item labels for enhanced clarity of meaning. 118 118 3.1.2 - Fixed the localization. 119 3.1.3 - Minor changes and bug fixings. 119 120 == Upgrade Notice == -
wp-dummy-content-generator/trunk/wp_dummy_content_generator.php
r2984503 r3018852 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.1. 219 * Version: 3.1.3 20 20 * Author: Deepak anand 21 21 * Author URI: https://wpdcg.online/about-us/ … … 23 23 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 24 24 * Text Domain: wp_dummy_content_generator 25 * WC tested up to: 8. 2.125 * WC tested up to: 8.4.0 26 26 * Domain Path: /languages 27 27 */ … … 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.1. 2' );39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.1.3' ); 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.