Changeset 3078031
- Timestamp:
- 04/27/2024 02:27:25 PM (23 months ago)
- Location:
- pushalert-onsite-messaging/trunk
- Files:
-
- 2 edited
-
pushalert-onsite-messaging.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushalert-onsite-messaging/trunk/pushalert-onsite-messaging.php
r3062036 r3078031 6 6 * Author: PushAlert 7 7 * Author URI: https://pushalert.co/onsite-messaging 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 */ 10 10 … … 207 207 if(is_product()){ 208 208 global $product; 209 if(pa_ woocommerce_version_check()){209 if(pa_onsite_messaging_woocommerce_version_check()){ 210 210 $product_id = $product->get_id(); 211 211 } -
pushalert-onsite-messaging/trunk/readme.txt
r3062036 r3078031 6 6 Tested up to: 6.5 7 7 Requires PHP: 5.6 8 Stable tag: 1.1. 08 Stable tag: 1.1.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 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 83 86 = 1.1.0 = 84 87 * 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.