Plugin Directory

Changeset 3301083


Ignore:
Timestamp:
05/27/2025 02:58:26 AM (10 months ago)
Author:
quickcreator
Message:

update to 0.1.14

Location:
quickcreator
Files:
2 edited
22 copied

Legend:

Unmodified
Added
Removed
  • quickcreator/tags/0.1.14/trunk/quickcreator.php

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

    r3263450 r3301083  
    44Requires at least: 6.0
    55Requires PHP: 7.4
    6 Tested up to: 6.6
    7 Stable tag: 0.1.13
     6Tested up to: 6.8.1
     7Stable tag: 0.1.14
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • quickcreator/trunk/quickcreator.php

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

    r3263450 r3301083  
    44Requires at least: 6.0
    55Requires PHP: 7.4
    6 Tested up to: 6.6
    7 Stable tag: 0.1.13
     6Tested up to: 6.8.1
     7Stable tag: 0.1.14
    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.