Plugin Directory

Changeset 3078031


Ignore:
Timestamp:
04/27/2024 02:27:25 PM (23 months ago)
Author:
pushalert
Message:

Added targeting based on cart value, products in cart, discount on cart, product customer viewing and customer buying history.

Location:
pushalert-onsite-messaging/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pushalert-onsite-messaging/trunk/pushalert-onsite-messaging.php

    r3062036 r3078031  
    66 * Author: PushAlert
    77 * Author URI: https://pushalert.co/onsite-messaging
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 */
    1010
     
    207207        if(is_product()){
    208208            global $product;
    209             if(pa_woocommerce_version_check()){
     209            if(pa_onsite_messaging_woocommerce_version_check()){
    210210                $product_id = $product->get_id();
    211211            }
  • pushalert-onsite-messaging/trunk/readme.txt

    r3062036 r3078031  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 1.1.1 =
     84* Added targeting based on cart value, products in cart, discount on cart, product customer viewing and customer buying history.
     85
    8386= 1.1.0 =
    8487* Added targeting based on cart value, products in cart, discount on cart, product customer viewing and customer buying history.
Note: See TracChangeset for help on using the changeset viewer.