Plugin Directory

Changeset 3439167


Ignore:
Timestamp:
01/14/2026 05:46:34 AM (110 minutes ago)
Author:
quickcreator
Message:

update to 0.2.2

Location:
quickcreator
Files:
3 edited
22 copied

Legend:

Unmodified
Added
Removed
  • quickcreator/tags/0.2.2/includes/quickcreator/class-quickcreator.php

    r3439143 r3439167  
    652652        $token = $this->genereate_connection_token();
    653653
    654         return $this->quickcreator_url . '/authorization/wordpress?token=' . $token . '&url=' . $url;
     654        return $this->quickcreator_url . '/wordpress/connect?token=' . $token . '&url=' . $url;
    655655    }
    656656
  • quickcreator/tags/0.2.2/quickcreator.php

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

    r3439143 r3439167  
    55Requires PHP: 7.4
    66Tested up to: 6.8.1
    7 Stable tag: 0.2.1
     7Stable tag: 0.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • quickcreator/trunk/includes/quickcreator/class-quickcreator.php

    r3439143 r3439167  
    652652        $token = $this->genereate_connection_token();
    653653
    654         return $this->quickcreator_url . '/authorization/wordpress?token=' . $token . '&url=' . $url;
     654        return $this->quickcreator_url . '/wordpress/connect?token=' . $token . '&url=' . $url;
    655655    }
    656656
  • quickcreator/trunk/quickcreator.php

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

    r3439143 r3439167  
    55Requires PHP: 7.4
    66Tested up to: 6.8.1
    7 Stable tag: 0.2.1
     7Stable tag: 0.2.2
    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.