Plugin Directory

Changeset 3319240


Ignore:
Timestamp:
06/28/2025 06:57:16 PM (8 months ago)
Author:
authorkit
Message:

Correct the Version Number

Location:
author-kit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • author-kit/tags/1.0.15/author-kit.php

    r3315954 r3319240  
    88 * @wordpress-plugin
    99 * Plugin Name:       Author Kit
    10  * Description:       Author Kit is a user-friendly WordPress plugin that streamlines author management for blogs, magazines, and multi-author websites.
    11  * Version:           1.0.10
     10 * Description:       Author Kit is a powerful, user-friendly WordPress plugin designed to simplify author management and enhance the user experience for multi-author websites. Perfect for blogs, magazines, and collaborative platforms, Author Kit empowers administrators and authors alike with its advanced features:
     11 * Version:           1.0.15
    1212 * Author:            Author Kit Team
    1313 * License:           GPL-2.0+
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'AUTHOR_KIT_VERSION', '1.0.10' );
     29define( 'AUTHOR_KIT_VERSION', '1.0.15' );
    3030define( 'AUTHOR_KIT_DB_VERSION', '1.0.0' );
    3131define( 'AUTHOR_KIT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
  • author-kit/trunk/author-kit.php

    r3315954 r3319240  
    88 * @wordpress-plugin
    99 * Plugin Name:       Author Kit
    10  * Description:       Author Kit is a user-friendly WordPress plugin that streamlines author management for blogs, magazines, and multi-author websites.
    11  * Version:           1.0.10
     10 * Description:       Author Kit is a powerful, user-friendly WordPress plugin designed to simplify author management and enhance the user experience for multi-author websites. Perfect for blogs, magazines, and collaborative platforms, Author Kit empowers administrators and authors alike with its advanced features:
     11 * Version:           1.0.15
    1212 * Author:            Author Kit Team
    1313 * License:           GPL-2.0+
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'AUTHOR_KIT_VERSION', '1.0.10' );
     29define( 'AUTHOR_KIT_VERSION', '1.0.15' );
    3030define( 'AUTHOR_KIT_DB_VERSION', '1.0.0' );
    3131define( 'AUTHOR_KIT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.