Plugin Directory

Changeset 3250327


Ignore:
Timestamp:
03/04/2025 11:11:14 AM (12 months ago)
Author:
quickcreator
Message:

update to 0.1.10

Location:
quickcreator
Files:
2 edited
17 copied

Legend:

Unmodified
Added
Removed
  • quickcreator/tags/0.1.10/quickcreator.php

    r3250322 r3250327  
    44 * Plugin URI: https://wordpress.org/plugins/quickcreator/
    55 * Description: Create post with Quickcreator in WordPress
    6  * Version: 0.1.9
     6 * Version: 0.1.10
    77 * Author: Quickcreator
    88 * Author URI: https://quickcreator.io
     
    2222
    2323if ( ! defined( 'QUICKCREATOR_BLOG_VERSION' ) ) {
    24     define( 'QUICKCREATOR_BLOG_VERSION', '0.1.9' );
     24    define( 'QUICKCREATOR_BLOG_VERSION', '0.1.10' );
    2525}
    2626
  • quickcreator/tags/0.1.10/readme.txt

    r3250322 r3250327  
    55Requires PHP: 7.4
    66Tested up to: 6.6
    7 Stable tag: 0.1.9
     7Stable tag: 0.1.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • quickcreator/trunk/quickcreator.php

    r3250322 r3250327  
    44 * Plugin URI: https://wordpress.org/plugins/quickcreator/
    55 * Description: Create post with Quickcreator in WordPress
    6  * Version: 0.1.9
     6 * Version: 0.1.10
    77 * Author: Quickcreator
    88 * Author URI: https://quickcreator.io
     
    2222
    2323if ( ! defined( 'QUICKCREATOR_BLOG_VERSION' ) ) {
    24     define( 'QUICKCREATOR_BLOG_VERSION', '0.1.9' );
     24    define( 'QUICKCREATOR_BLOG_VERSION', '0.1.10' );
    2525}
    2626
  • quickcreator/trunk/readme.txt

    r3250322 r3250327  
    55Requires PHP: 7.4
    66Tested up to: 6.6
    7 Stable tag: 0.1.9
     7Stable tag: 0.1.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.