Plugin Directory

Changeset 3301088


Ignore:
Timestamp:
05/27/2025 03:14:34 AM (10 months ago)
Author:
quickcreator
Message:

update to 0.1.15

Location:
quickcreator
Files:
2 edited
22 copied

Legend:

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

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

    r3301083 r3301088  
    55Requires PHP: 7.4
    66Tested up to: 6.8.1
    7 Stable tag: 0.1.14
     7Stable tag: 0.1.15
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • quickcreator/trunk/quickcreator.php

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

    r3301083 r3301088  
    55Requires PHP: 7.4
    66Tested up to: 6.8.1
    7 Stable tag: 0.1.14
     7Stable tag: 0.1.15
    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.