Changeset 2333497
- Timestamp:
- 07/01/2020 12:43:17 PM (5 years ago)
- Location:
- zapier
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
zapier/tags/1.0.1/readme.txt
r2312482 r2333497 5 5 Tested up to: 5.4 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: Expat (MIT License) 9 9 License URI: https://spdx.org/licenses/MIT.html -
zapier/tags/1.0.1/zapier.php
r2333490 r2333497 4 4 * Plugin Name: Zapier for WordPress 5 5 * 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. 06 * Version: 1.0.1 7 7 * Author: Zapier 8 8 * Author URI: https://zapier.com … … 86 86 } 87 87 88 88 public function add_api_routes() 89 89 { 90 90 register_rest_route($this->namespace, 'token', array( -
zapier/trunk/readme.txt
r2312482 r2333497 5 5 Tested up to: 5.4 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: Expat (MIT License) 9 9 License URI: https://spdx.org/licenses/MIT.html -
zapier/trunk/zapier.php
r2333490 r2333497 4 4 * Plugin Name: Zapier for WordPress 5 5 * 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. 06 * Version: 1.0.1 7 7 * Author: Zapier 8 8 * Author URI: https://zapier.com … … 86 86 } 87 87 88 88 public function add_api_routes() 89 89 { 90 90 register_rest_route($this->namespace, 'token', array(
Note: See TracChangeset
for help on using the changeset viewer.