Changeset 2950790
- Timestamp:
- 08/09/2023 03:54:23 PM (3 years ago)
- Location:
- wp-dummy-content-generator/trunk
- Files:
-
- 3 deleted
- 2 edited
-
README.md (deleted)
-
README.txt (modified) (2 diffs)
-
admin/js/wp_dummy_content_generator-admin.js (deleted)
-
public (deleted)
-
wp_dummy_content_generator.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dummy-content-generator/trunk/README.txt
r2938357 r2950790 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. 2.26 Tested up to: 6.3 7 7 Stable tag: trunk 8 8 Requires PHP: 5.4 … … 114 114 2.3.0 - Added post type product to dropdown if woocommerce is not installed and post type "product" is created. 115 115 3.0.0 - Comes with numerous notable enhancements to performance and security. 116 3.1.0 - Adjusted to be compatible with the significant update release of WooCommerce and WordPress 116 117 == Upgrade Notice == -
wp-dummy-content-generator/trunk/wp_dummy_content_generator.php
r2937274 r2950790 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. 0.019 * Version: 3.1.0 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: 7.8.125 * WC tested up to: 8.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. 0.0' );39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '3.1.0' ); 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.