Plugin Directory

Changeset 3043272


Ignore:
Timestamp:
02/29/2024 04:30:30 PM (13 months ago)
Author:
zapier
Message:

update description, assets and update latest wordpress version

Location:
zapier
Files:
1 added
5 edited
1 copied

Legend:

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

    r2691001 r3043272  
    22Contributors: zapier
    33Tags: zapier, automation, integration, workflow, dataflow
    4 Requires at least: 5.0
    5 Tested up to: 5.9
     4Requires at least: 5.5
     5Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: Expat (MIT License)
    99License URI: https://spdx.org/licenses/MIT.html
     
    1313== Description ==
    1414
    15 Zapier is an automation platform that supports thousands of the most popular apps, like Instagram, Facebook, and Pinterest. In just a few minutes, you can set up automated workflows (called _Zaps_) that connect WordPress with the other apps you use most. You can share your latest WordPress posts to Facebook or Instagram, create drafts from an RSS feed or Mailchimp newsletter, or be notified when you get new comments and much more–no manual work or coding required.
     15Zapier is the #1 workflow automation platform for small and midsize businesses that supports 6,000+ of the most popular apps, like Instagram, Facebook, and Pinterest. In just a few minutes, you can set up automated workflows (called _Zaps_) that connect WordPress with the other apps you use most. You can share your latest WordPress posts to Facebook or Instagram, create drafts from an RSS feed or Mailchimp newsletter, or be notified when you get new comments and much more–no manual work or coding required.
    1616
    1717= Some things you can do with Zapier + WordPress =
  • zapier/tags/1.0.5/zapier.php

    r2690917 r3043272  
    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.4
     6 * Version:           1.0.5
    77 * Author:            Zapier
    88 * Author URI:        https://zapier.com
     
    1010 * License URI:       https://spdx.org/licenses/MIT.html
    1111 */
     12
    1213require_once dirname(__FILE__) . '/vendor/autoload.php';
    1314use \Firebase\JWT\JWT;
  • zapier/trunk/readme.txt

    r2691001 r3043272  
    22Contributors: zapier
    33Tags: zapier, automation, integration, workflow, dataflow
    4 Requires at least: 5.0
    5 Tested up to: 5.9
     4Requires at least: 5.5
     5Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: Expat (MIT License)
    99License URI: https://spdx.org/licenses/MIT.html
     
    1313== Description ==
    1414
    15 Zapier is an automation platform that supports thousands of the most popular apps, like Instagram, Facebook, and Pinterest. In just a few minutes, you can set up automated workflows (called _Zaps_) that connect WordPress with the other apps you use most. You can share your latest WordPress posts to Facebook or Instagram, create drafts from an RSS feed or Mailchimp newsletter, or be notified when you get new comments and much more–no manual work or coding required.
     15Zapier is the #1 workflow automation platform for small and midsize businesses that supports 6,000+ of the most popular apps, like Instagram, Facebook, and Pinterest. In just a few minutes, you can set up automated workflows (called _Zaps_) that connect WordPress with the other apps you use most. You can share your latest WordPress posts to Facebook or Instagram, create drafts from an RSS feed or Mailchimp newsletter, or be notified when you get new comments and much more–no manual work or coding required.
    1616
    1717= Some things you can do with Zapier + WordPress =
  • zapier/trunk/zapier.php

    r2690917 r3043272  
    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.4
     6 * Version:           1.0.5
    77 * Author:            Zapier
    88 * Author URI:        https://zapier.com
     
    1010 * License URI:       https://spdx.org/licenses/MIT.html
    1111 */
     12
    1213require_once dirname(__FILE__) . '/vendor/autoload.php';
    1314use \Firebase\JWT\JWT;
Note: See TracChangeset for help on using the changeset viewer.