Plugin Directory

Changeset 3318378


Ignore:
Timestamp:
06/26/2025 04:48:43 PM (9 months ago)
Author:
wanotifier
Message:

v2.7.8

Location:
notifier/trunk
Files:
5 edited

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! ===
    22Contributors: wanotifier
    33Donate link: https://wanotifier.com
    4 Tags: whatsapp api, whatsapp integration, whatsapp notification, woocommerce whatsapp, whatsapp
     4Tags: whatsapp, woocommerce whatsapp, whatsapp notification, whatsapp api, whatsapp chat
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 2.7.7
     7Stable tag: 2.7.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    1313
    1414== 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
     24Not 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.**
    1827
    1928Here's everything that you can do with this plugin...
    2029
    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
     32https://youtu.be/mnU6sV2zBu0
    2933
    3034* Send WhatsApp notification when a **new WooCommerce order is placed**
    3135* 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**
    3338* Send WhatsApp notification when a **user abandones their cart**
    3439
    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
     44Add WhatsApp chat button to your website to allow your visitors to directly interact with you.
     45
     46Boost 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
     50https://youtu.be/JHbgpnT2eX0
     51
     52== Send WhatsApp Notifications from other WordPress plugins ==
    3653
    3754Send WhatsApp notification for...
     
    4562* Abandoned carts in [WooCommerce Cart Abandonment Recovery](https://wordpress.org/plugins/woo-cart-abandonment-recovery/) (v1.2.25 or higher)
    4663
     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
    4771We 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.
    4872
     
    135159
    136160== Changelog ==
     161= 2.7.8 - 2025-06-26 =
     162fix: 'isHidden' undefined error in Gravity Forms integration
     163mod: renamed Click-to-chat feature to WhatsApp Chat buttons
     164mod: renamed plugin name
     165mod: README.txt file
     166
    137167= 2.7.7 - 2025-06-04 =
    138168mod: Tested upto version bump and README.txt file update
  • notifier/trunk/includes/class-notifier.php

    r3300503 r3318378  
    2424     */
    2525    private function define_constants() {
    26         $this->define( 'NOTIFIER_VERSION', '2.7.6' );
     26        $this->define( 'NOTIFIER_VERSION', '2.7.8' );
    2727        $this->define( 'NOTIFIER_NAME', 'notifier' );
    2828        $this->define( 'NOTIFIER_PREFIX', 'notifier_' );
  • notifier/trunk/includes/classes/class-notifier-settings.php

    r3300503 r3318378  
    4242            'general'       => 'General',
    4343            'woocommerce'   => 'WooCommerce',
    44             'click_to_chat' => 'Click to Chat',
     44            'whatsapp_chat_button' => 'WhatsApp Chat Button',
    4545            'api'           => 'API',
    4646            'advanced'      => 'Advanced',
     
    9595
    9696                break;
    97             case 'click_to_chat':
     97            case 'whatsapp_chat_button':
    9898                $settings = array(
    9999                    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.',
    102102                        'type'          => 'title',
    103103                    ),
  • notifier/trunk/includes/classes/integrations/class-notifier-gravityforms.php

    r2917354 r3318378  
    134134                foreach($field->inputs as $input){
    135135                    $field_id = $input['id'];
    136                     if('1' == $input['isHidden']){
     136                    if(isset($input['isHidden']) && '1' == $input['isHidden']){
    137137                        continue;
    138138                    }
  • notifier/trunk/notifier.php

    r3306218 r3318378  
    11<?php
    22/**
    3  * Plugin Name: Notifier - Send Notifications from Woocommerce, Form Plugins and More!
     3 * Plugin Name: Send Notifications from Woocommerce, Form Plugins and More!
    44 * Plugin URI: https://wordpress.org/plugins/notifier/
    55 * Description: Integrate WhatsApp API with WordPress to send WhatsApp notifications from Woocommerce, Contact Form 7, Gravity Forms, WPForms & more.
    6  * Version: 2.7.7
    7  * Author: WANotifier.com
     6 * Version: 2.7.8
     7 * Author: WANotifier
    88 * Author URI: https://wanotifier.com
    99 * Text Domain: notifier
Note: See TracChangeset for help on using the changeset viewer.