Plugin Directory

Changeset 2933575


Ignore:
Timestamp:
07/03/2023 10:08:59 PM (3 years ago)
Author:
sendapp
Message:

1.3.0 - 2023-07-04

  • Fixed Elementor Compatiblity
Location:
sendapp-notification
Files:
92 added
3 edited

Legend:

Unmodified
Added
Removed
  • sendapp-notification/trunk/README.txt

    r2933573 r2933575  
    55Tested up to: 6.2.2
    66Requires PHP: 7.0
    7 Stable tag: 1.2.9
     7Stable tag: 1.3.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    132132
    133133== Changelog ==
     134= 1.3.0 - 2023-07-04 =
     135* Fixed Elementor Compatiblity
     136
    134137= 1.2.9 - 2023-07-04 =
    135138* Fixed Clear Logs
  • sendapp-notification/trunk/san-main.php

    r2933573 r2933575  
    12411241function el_san_addon(){
    12421242    require( dirname(__FILE__).'/san-elementor.php' );
    1243     $whats_action = new Whatsapp_Action_After_Submit;
     1243    $whats_action = new SAN_Whatsapp_Action_After_Submit;
    12441244    \ElementorPro\Plugin::instance()->modules_manager->get_modules( 'forms' )->add_form_action( $whats_action->get_name(), $whats_action );
    12451245}
  • sendapp-notification/trunk/sendapp.php

    r2933573 r2933575  
    22/*
    33Plugin Name: SendApp Notification
    4 Version: 1.2.9
     4Version: 1.3.0
    55Plugin URI: https://sendapp.live/plugin-wordpress-woocommerce-whatsapp-notification/
    66Description: WhatsApp Notification, Recover Abandoned Carts, send Order Notifications, Share Post on WhatsApp, Share Store Products on WhatsApp.
Note: See TracChangeset for help on using the changeset viewer.