Changeset 3002011
- Timestamp:
- 11/27/2023 06:38:08 AM (2 years ago)
- Location:
- woomotiv
- Files:
-
- 3 edited
- 1 copied
-
tags/3.4.1 (copied) (copied from woomotiv/trunk)
-
trunk/index.php (modified) (3 diffs)
-
trunk/lib/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woomotiv/trunk/index.php
r2760563 r3002011 4 4 * Plugin Name: Woomotiv - Live Sales Notification for Woocommerce 5 5 * Description: Laverage social proof to increase trust, traffic and sales. 6 * Version: 3.4. 16 * Version: 3.4.3 7 7 * Author: Sabri Taieb 8 8 * Author Uri: https://delabon.com … … 11 11 * 12 12 * WC requires at least: 3.0 13 * WC tested up to: 6.6.114 * 13 * WC tested up to: 8.3.1 14 * 15 15 **/ 16 16 … … 18 18 19 19 # Defined 20 define( 'WOOMOTIV_VERSION', '3.4. 1' );20 define( 'WOOMOTIV_VERSION', '3.4.3' ); 21 21 define( 'WOOMOTIV_URL', plugins_url( '', __FILE__ ) ); 22 22 define( 'WOOMOTIV_DIR', __DIR__ ); -
woomotiv/trunk/lib/functions.php
r2760563 r3002011 396 396 397 397 // Excluded products 398 if( count($excluded_products) ){398 if( isset($excluded_products) && count($excluded_products) ){ 399 399 $excluded_products_str = implode(',', $excluded_products); 400 400 $raw .= " AND C.ID NOT IN ({$excluded_products_str})"; -
woomotiv/trunk/readme.txt
r2760563 r3002011 2 2 Contributors: delabon 3 3 Requires at least: 4.6 4 Tested up to: 6. 0.05 Stable tag: 3.4. 14 Tested up to: 6.4.1 5 Stable tag: 3.4.3 6 6 Requires PHP: 5.6 7 7 Tags: woocommerce notification, woocommerce sales notification, woocommerce sales popup, marketing, boost sales, boost conversion … … 97 97 == Changelog == 98 98 99 = 3.4.3 = 100 101 * Woocommerce 8.3.1 support! 102 * WordPress 6.4.1 support! 103 * Fix a PHP warning 104 99 105 = 3.4.1 = 100 106
Note: See TracChangeset
for help on using the changeset viewer.