Plugin Directory

Changeset 2817765


Ignore:
Timestamp:
11/14/2022 03:54:41 PM (3 years ago)
Author:
deepakanand767
Message:

Fixed the redirection issue when activated through WP CLI

Location:
wp-dummy-content-generator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-dummy-content-generator/trunk/README.txt

    r2810069 r2817765  
    80802.1.0 - Given option in posts generate form to enable/disable assigning terms to posts
    81812.1.1 - Minor bug fixes and performance improvements.
     822.1.2 - Fixed the redirection issue when activated through WP CLI.
    8283== Upgrade Notice ==
  • wp-dummy-content-generator/trunk/wp_dummy_content_generator.php

    r2817763 r2817765  
    1717 * Plugin URI:        https://tutsocean.com/wp-dummy-content-generator/
    1818 * 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.1
     19 * Version:           2.1.2
    2020 * Author:            Deepak anand
    2121 * Author URI:        https://tutsocean.com/about-me
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '2.1.1' );
     39define( 'wp_dummy_content_generator_PLUGIN_NAME_VERSION', '2.1.2' );
    4040define( 'wp_dummy_content_generator_PLUGIN_BASE_URL',plugin_basename( __FILE__ ));
    4141define( 'wp_dummy_content_generator_PLUGIN_BASE_URI',plugin_dir_path( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.