Changeset 2817765
- Timestamp:
- 11/14/2022 03:54:41 PM (3 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
r2810069 r2817765 80 80 2.1.0 - Given option in posts generate form to enable/disable assigning terms to posts 81 81 2.1.1 - Minor bug fixes and performance improvements. 82 2.1.2 - Fixed the redirection issue when activated through WP CLI. 82 83 == Upgrade Notice == -
wp-dummy-content-generator/trunk/wp_dummy_content_generator.php
r2817763 r2817765 17 17 * Plugin URI: https://tutsocean.com/wp-dummy-content-generator/ 18 18 * Description: This plugin is purely made by developers and for developers. Use this plugin to generate dummy/fake users, posts, custom posts and woocommerce products for various purposes. 19 * Version: 2.1. 119 * Version: 2.1.2 20 20 * Author: Deepak anand 21 21 * Author URI: https://tutsocean.com/about-me … … 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', '2.1. 1' );39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '2.1.2' ); 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.