Changeset 3318378
- Timestamp:
- 06/26/2025 04:48:43 PM (9 months ago)
- Location:
- notifier/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (4 diffs)
-
includes/class-notifier.php (modified) (1 diff)
-
includes/classes/class-notifier-settings.php (modified) (2 diffs)
-
includes/classes/integrations/class-notifier-gravityforms.php (modified) (1 diff)
-
notifier.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
notifier/trunk/README.txt
r3306218 r3318378 1 === Notifier -Send Notifications from Woocommerce, Form Plugins and More! ===1 === Send Notifications from Woocommerce, Form Plugins and More! === 2 2 Contributors: wanotifier 3 3 Donate link: https://wanotifier.com 4 Tags: whatsapp api, whatsapp integration, whatsapp notification, woocommerce whatsapp, whatsapp4 Tags: whatsapp, woocommerce whatsapp, whatsapp notification, whatsapp api, whatsapp chat 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 2.7. 77 Stable tag: 2.7.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 13 13 14 14 == Description == 15 **Integrate WhatsApp API with WordPress** to send WhatsApp notifications for Woocommerce orders, abadoned cart recovery, form submissions from _Contact Form 7_, _Gravity Forms_, _WPForms_ etc and more using the official [WhatsApp Business API](https://wanotifier.com/whatsapp-business-api/). 16 17 **NOTE:** This plugin requires you to have an account at [WANotifier.com](https://wanotifier.com/). Create your **FREE** account now by [clicking here](https://app.wanotifier.com/create-account/). 15 **Integrate WhatsApp with WordPress** to send WhatsApp notifications for... 16 17 * orders status updates from Woocommerce 18 * abadoned cart recovery 19 * form submission confirmation 20 * and much more 21 22 ...using the official [WhatsApp Business API](https://wanotifier.com/whatsapp-business-api/). 23 24 Not just that, **add WhatsApp chat button** to your website with integrated [WhatsApp chatbot](https://wanotifier.com/whatsapp-chatbot/) to automtically answer all your user queries instantly! 25 26 **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.** 18 27 19 28 Here's everything that you can do with this plugin... 20 29 21 == WhatsApp integration with core WordPress == 22 23 * Send WhatsApp notification when a **new post or page is published** 24 * Send WhatsApp notification when a post of any **custom post type is published** 25 * Send WhatsApp notification when a **new comment is added** 26 * Send WhatsApp notification when a **new user is registered** 27 28 == WhatsApp integration with WooCommerce == 30 == Integrate WooCommerce with WhatsApp == 31 32 https://youtu.be/mnU6sV2zBu0 29 33 30 34 * Send WhatsApp notification when a **new WooCommerce order is placed** 31 35 * Send WhatsApp notification when a **new WooCommerce order is placed with COD payment method** 32 * Send WhatsApp notification on all **order status changes** 36 * Send WhatsApp notification for **order status updates** like Processing, Completed, Failed, Refunded and more 37 * Send WhatsApp notification for custom created **order status updates** 33 38 * Send WhatsApp notification when a **user abandones their cart** 34 39 35 == WhatsApp integration with other WordPress plugins == 40 👉 [Read step-by-step instructions on how to integrate Woocommerce with WhatsApp](https://wanotifier.com/send-whatsapp-notifications-for-woocommerce-orders/) 41 42 == Add WhatsApp Chat Button with Chatbot Integration == 43 44 Add WhatsApp chat button to your website to allow your visitors to directly interact with you. 45 46 Boost your engagement with integrating the button with our **WhatsApp chatbot** or other automations to respond to user queries on autopilot 24/7. 47 48 👉 [Learn hwo to create a WhatsApp chatbot](https://wanotifier.com/create-whatsapp-chatbot/) 49 50 https://youtu.be/JHbgpnT2eX0 51 52 == Send WhatsApp Notifications from other WordPress plugins == 36 53 37 54 Send WhatsApp notification for... … … 45 62 * Abandoned carts in [WooCommerce Cart Abandonment Recovery](https://wordpress.org/plugins/woo-cart-abandonment-recovery/) (v1.2.25 or higher) 46 63 64 == Send WhatsApp Notifications for WordPress Events == 65 66 * Send notification when a **new post or page is published** 67 * Send notification when a post of any **custom post type is published** 68 * Send notification when a **new comment is added** 69 * Send notification when a **new user is registered** 70 47 71 We keep adding more integrations with new plugin updates. If you want integration with your favorite plugins, you can request us [here](https://wanotifier.com/support/) or you can contact your developer create custom triggers using the filter hooks we provide. 48 72 … … 135 159 136 160 == Changelog == 161 = 2.7.8 - 2025-06-26 = 162 fix: 'isHidden' undefined error in Gravity Forms integration 163 mod: renamed Click-to-chat feature to WhatsApp Chat buttons 164 mod: renamed plugin name 165 mod: README.txt file 166 137 167 = 2.7.7 - 2025-06-04 = 138 168 mod: Tested upto version bump and README.txt file update -
notifier/trunk/includes/class-notifier.php
r3300503 r3318378 24 24 */ 25 25 private function define_constants() { 26 $this->define( 'NOTIFIER_VERSION', '2.7. 6' );26 $this->define( 'NOTIFIER_VERSION', '2.7.8' ); 27 27 $this->define( 'NOTIFIER_NAME', 'notifier' ); 28 28 $this->define( 'NOTIFIER_PREFIX', 'notifier_' ); -
notifier/trunk/includes/classes/class-notifier-settings.php
r3300503 r3318378 42 42 'general' => 'General', 43 43 'woocommerce' => 'WooCommerce', 44 ' click_to_chat' => 'Click to Chat',44 'whatsapp_chat_button' => 'WhatsApp Chat Button', 45 45 'api' => 'API', 46 46 'advanced' => 'Advanced', … … 95 95 96 96 break; 97 case ' click_to_chat':97 case 'whatsapp_chat_button': 98 98 $settings = array( 99 99 array( 100 'title' => ' Click to Chat',101 'description' => ' Show click to chat button on your website to let your visitors start WhatsApp chat with you.',100 'title' => 'WhatsApp Chat Button', 101 'description' => 'Add a WhatsApp chat button to your website to let your visitors start chat with you on WhatsApp.', 102 102 'type' => 'title', 103 103 ), -
notifier/trunk/includes/classes/integrations/class-notifier-gravityforms.php
r2917354 r3318378 134 134 foreach($field->inputs as $input){ 135 135 $field_id = $input['id']; 136 if( '1' == $input['isHidden']){136 if(isset($input['isHidden']) && '1' == $input['isHidden']){ 137 137 continue; 138 138 } -
notifier/trunk/notifier.php
r3306218 r3318378 1 1 <?php 2 2 /** 3 * Plugin Name: Notifier -Send Notifications from Woocommerce, Form Plugins and More!3 * Plugin Name: Send Notifications from Woocommerce, Form Plugins and More! 4 4 * Plugin URI: https://wordpress.org/plugins/notifier/ 5 5 * Description: Integrate WhatsApp API with WordPress to send WhatsApp notifications from Woocommerce, Contact Form 7, Gravity Forms, WPForms & more. 6 * Version: 2.7. 77 * Author: WANotifier .com6 * Version: 2.7.8 7 * Author: WANotifier 8 8 * Author URI: https://wanotifier.com 9 9 * Text Domain: notifier
Note: See TracChangeset
for help on using the changeset viewer.