Plugin Directory

Changeset 2933525


Ignore:
Timestamp:
07/03/2023 05:39:15 PM (3 years ago)
Author:
sendapp
Message:

1.2.8 - 2023-07-03

  • Fixed Share Woocommerce Product on WhatsApp
  • Fixed Share Wordpress Post on WhatsApp
Location:
sendapp-notification
Files:
48 added
4 edited

Legend:

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

    r2933013 r2933525  
    11=== SendApp Notification - Notifications on Orders and abandoned carts for WooCommerce. ===
    22Contributors: SendApp
    3 Tags: sendapp,whatsapp,abandoned carts,whatsapp notification,click to chat,elementor whatsapp button,button chat whatsapp,cart abandonment,cart abandoned,click to chat,chat button,recovery cart,cart recovery,ecommerce,marketing,recovery,woocommerce,whatsapp plugin woocommerce,whatsapp api,bottom chat
     3Tags: sendapp,whatsapp,abandoned carts,whatsapp notification,click to chat,elementor whatsapp button,button chat whatsapp,cart abandonment,cart abandoned,click to chat,chat button,recovery cart,cart recovery,ecommerce,marketing,recovery,woocommerce,whatsapp plugin woocommerce,whatsapp api,bottom chat,wati,spoki,WP SMS
    44Requires at least: 5.9
    55Tested up to: 6.2.2
    66Requires PHP: 7.0
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 WhatsApp full integration for your website! Recover Abandoned Carts, send Order Notifications and add WhatsApp Buttons.
     11WhatsApp full integration for your website! Recover Abandoned Carts, Send Order, Post, Product Notifications and add WhatsApp Buttons.
    1212
    1313== Description ==
     
    132132
    133133== Changelog ==
     134= 1.2.8 - 2023-07-03 =
     135* Fixed Share Woocommerce Product on WhatsApp
     136* Fixed Share Wordpress Post on WhatsApp
     137
    134138= 1.2.3 - 2023-02-28 =
    135139* WooCommerce notifications for order status
  • sendapp-notification/trunk/san-main.php

    r2933013 r2933525  
    407407            $rest_response = wp_remote_retrieve_body( wp_remote_get( $url, array( 'sslverify' => false, 'timeout' => 60 ) ) );
    408408        }
    409         return $result["message"];
     409        return $result["status"];
    410410    }
    411411   
     
    973973                    $status = $this->san_wa_send_msg( '', $a_num['number'], $lmsg, '', '' );
    974974                   
    975                     if( $status == 'Success' ){
     975                     if( $status == 'success' ){
    976976                        $count++;
    977977                       
     
    980980                            $url = get_the_title( $post_id )."\n".get_permalink( $post_id );
    981981                       
     982
    982983                            if( $inc_img ){
    983984                                $img = get_the_post_thumbnail_url( $post_id );
    984985                            }
     986
    985987                       
    986988                            $this->san_wa_send_msg( '', $a_num['number'], $url, $img, '' );
     
    988990                   
    989991                        }
    990                     }
     992                     }
    991993                }
    992994               
     
    10051007        $this->yc_ajax_prepare_call( $products );
    10061008    }
     1009
     1010   
    10071011   
    10081012    public function yc_send_customer_msg_ajax_callback(){
     
    10531057                    $status = $this->san_wa_send_msg( '', $a_num['number'], $lmsg, $img, '' );
    10541058                   
    1055                     if( $status == 'Success' ){
     1059                    if( $status == 'success' ){
    10561060                        $count++;
    10571061                    }
  • sendapp-notification/trunk/san-ui.php

    r2933013 r2933525  
    287287        $nums   = isset($san['san-wa-nums']) ? $san['san-wa-nums'] : '';
    288288        $msg    = isset($san['san-wa-msg']) ? $san['san-wa-msg'] : '';
    289         $pi     = isset($san['san_inc_post_image']) ? 'checked="checked"' : '';
     289        $pi = isset($san['san_inc_post_image']) ? 'checked="checked"' : '';
    290290        $sposts = isset($san['wp_posts_list']) ? $san['wp_posts_list'] : '';
    291291        $spr    = isset($san['wp_products_list']) ? $san['wp_products_list'] : '';
     
    348348                </th>
    349349                <td>
    350                     <input type="checkbox" name="san_notifications[wsn_inc_post_image]" id="san_inc_post_image" value="1" <?php $pi; ?> />
     350                <input type="checkbox" name="san_notifications[san_inc_post_image]" id="san_inc_post_image" value="1" <?php echo $pi; ?> />
    351351                </td>
    352352
     
    378378
    379379                    echo '</select>';
     380
    380381                    ?>
    381382
     
    413414
    414415                    echo '</select>';
     416
    415417                    ?>
    416418
  • sendapp-notification/trunk/sendapp.php

    r2933013 r2933525  
    22/*
    33Plugin Name: SendApp Notification
    4 Version: 1.2.7
     4Version: 1.2.8
    55Plugin URI: https://sendapp.live/wordpress-woocommerce-sms-and-whatsapp-notifications/
    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.