Plugin Directory

Changeset 2333497


Ignore:
Timestamp:
07/01/2020 12:43:17 PM (5 years ago)
Author:
zapier
Message:

Bump the stable version to 1.0.1

Location:
zapier
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zapier/tags/1.0.1/readme.txt

    r2312482 r2333497  
    55Tested up to: 5.4
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: Expat (MIT License)
    99License URI: https://spdx.org/licenses/MIT.html
  • zapier/tags/1.0.1/zapier.php

    r2333490 r2333497  
    44 * Plugin Name:       Zapier for WordPress
    55 * Description:       Zapier enables you to automatically share your posts to social media, create WordPress posts from Mailchimp newsletters, and much more. Visit https://zapier.com/apps/wordpress/integrations for more details.
    6  * Version:           1.0.0
     6 * Version:           1.0.1
    77 * Author:            Zapier
    88 * Author URI:        https://zapier.com
     
    8686    }
    8787
    88         public function add_api_routes()
     88    public function add_api_routes()
    8989    {
    9090        register_rest_route($this->namespace, 'token', array(
  • zapier/trunk/readme.txt

    r2312482 r2333497  
    55Tested up to: 5.4
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: Expat (MIT License)
    99License URI: https://spdx.org/licenses/MIT.html
  • zapier/trunk/zapier.php

    r2333490 r2333497  
    44 * Plugin Name:       Zapier for WordPress
    55 * Description:       Zapier enables you to automatically share your posts to social media, create WordPress posts from Mailchimp newsletters, and much more. Visit https://zapier.com/apps/wordpress/integrations for more details.
    6  * Version:           1.0.0
     6 * Version:           1.0.1
    77 * Author:            Zapier
    88 * Author URI:        https://zapier.com
     
    8686    }
    8787
    88         public function add_api_routes()
     88    public function add_api_routes()
    8989    {
    9090        register_rest_route($this->namespace, 'token', array(
Note: See TracChangeset for help on using the changeset viewer.