| @@ -1,16 +1,16 @@ | ||
| 1 | -=== Notifications for Forms & WordPress Actions === | |
| 1 | +=== WANotifier for Forms and Actions === | |
| 2 | 2 | Contributors: wanotifier |
| 3 | 3 | Donate link: https://wanotifier.com |
| 4 | -Tags: whatsapp, whatsapp notification, whatsapp api, whatsapp chat, contact form 7 | |
| 5 | -Requires at least: 5.0 | |
| 4 | +Tags: whatsapp, whatsapp notification, whatsapp api, whatsapp chat, whatsapp integration | |
| 5 | +Requires at least: 6.8 | |
| 6 | 6 | Tested up to: 6.9 |
| 7 | -Stable tag: 3.0.2 | |
| 7 | +Stable tag: 3.1.1 | |
| 8 | 8 | Requires PHP: 7.4 |
| 9 | 9 | License: GPLv2 or later |
| 10 | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | 11 | |
| 12 | -Send WhatsApp notifications for form submissions from CF7, Gravity Forms, WPForms and more and WordPress actions using WhatsApp Business API | |
| 12 | +Send WhatsApp notifications from Contact Form 7, Gravity Forms, WPForms, and 6 more form plugins using WhatsApp Business API | |
| 13 | 13 | |
| 14 | 14 | == Description == |
| 15 | 15 | **WhatsApp API integration plugin for WordPress** to send WhatsApp notifications for... |
| 16 | 16 | |
| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | **NOTE: This plugin requires you to have a [WANotifier](https://wanotifier.com/) account to setup WhatsApp API and do the integration. [Click here](https://app.wanotifier.com/create-account/) to create your FREE account.** |
| 28 | 28 | |
| 29 | 29 | **Looking for WooCommerce integration?** |
| 30 | 30 | |
| 31 | -Install our [Order & Abandoned Cart Notifications for WooCommerce](https://wordpress.org/plugins/order-notifications-for-woocommerce/) plugin. | |
| 31 | +Install our [WANotifier for WooCommerce](https://wordpress.org/plugins/order-notifications-for-woocommerce/) plugin. | |
| 32 | 32 | |
| 33 | 33 | Here's everything that you can do with this plugin... |
| 34 | 34 | |
| 35 | 35 | == Send WhatsApp Notifications from WordPress Plugins == |
| @@ -84,9 +84,9 @@ | ||
| 84 | 84 | And much more! |
| 85 | 85 | |
| 86 | 86 | **Note: WhatsApp Business API is paid API.** |
| 87 | 87 | |
| 88 | -They charge you a small fees per conversation as [shown here](https://developers.facebook.com/docs/whatsapp/pricing/) that you need to settle with them directly on their portal. | |
| 88 | +Meta charges you a small fees per conversation as [shown here](https://developers.facebook.com/docs/whatsapp/pricing/) that you need to settle with them directly on their portal. | |
| 89 | 89 | |
| 90 | 90 | If you're looking for a **cost friendly and robust** solution for sending WhatsApp broadcasts or messages, this tool is for you! |
| 91 | 91 | |
| 92 | 92 | **You can learn more about WANotifier using the following links:** |
| @@ -94,8 +94,10 @@ | ||
| 94 | 94 | * [Visit website](https://wanotifier.com/) |
| 95 | 95 | * [Pricing](https://wanotifier.com/pricing/) |
| 96 | 96 | * [Create your FREE account](https://app.wanotifier.com/create-account/?utm_campaign=woo-plugin) |
| 97 | 97 | |
| 98 | +**Trademark Notice:** "WANotifier" is a registered trademark of WANotifier Inc. This plugin is developed and maintained by WANotifier Inc. | |
| 99 | + | |
| 98 | 100 | == Installation == |
| 99 | 101 | |
| 100 | 102 | 1. Download the plugin zip, upload it to the `/wp-content/plugins/` directory and unzip. Or install the plugin via 'Plugins' page in your WordPress backend. |
| 101 | 103 | 2. Activate the plugin through the 'Plugins' page. |
| @@ -134,8 +136,22 @@ | ||
| 134 | 136 | 6. Manage plugin General settings |
| 135 | 137 | 7. Activity log to monitor notification delivery |
| 136 | 138 | |
| 137 | 139 | == Changelog == |
| 140 | += 3.1.1 - 2026-09-16 = | |
| 141 | +* fix: send the site's own REST API URL when connecting, so sites without pretty permalinks (where the REST API lives under /index.php/wp-json/) can complete setup | |
| 142 | + | |
| 143 | += 3.1.0 - 2026-09-03 = | |
| 144 | +* update: upgraded bundled Action Scheduler from 3.5.4 to 4.1.0 | |
| 145 | +* update: minimum required WordPress version raised to 6.8, as required by Action Scheduler 4.x | |
| 146 | + | |
| 147 | += 3.0.4 - 2026-07-21 = | |
| 148 | +* update: renamed plugin to "WANotifier for Forms and Actions" | |
| 149 | + | |
| 150 | += 3.0.3 - 2026-05-18 = | |
| 151 | +* fix: added phonefield support in CF7 recipient fields detection | |
| 152 | +* add: "Disable background processing" setting under General to fire triggers in real time instead of queueing them | |
| 153 | + | |
| 138 | 154 | = 3.0.2 - 2026-03-19 = |
| 139 | 155 | * fix: WS Form integration query now uses single-quoted SQL string to ensure compatibility across all MySQL server configurations |
| 140 | 156 | * fix: exclude submit fields from WS Form merge tags |
| 141 | 157 | |