Changeset 2782128
- Timestamp:
- 09/08/2022 06:34:45 PM (4 years ago)
- Location:
- wpmktgengine-extension-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/1.7.42 (copied) (copied from wpmktgengine-extension-woocommerce/trunk)
-
tags/1.7.42/readme.txt (modified) (2 diffs)
-
tags/1.7.42/wpmktgengine-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpmktgengine-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpmktgengine-extension-woocommerce/tags/1.7.42/readme.txt
r2782120 r2782128 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 1.7.40 9 8 Stable tag: 1.7.42 10 9 Understand how your leads and customers are participating with your ecommerce. 11 10 … … 44 43 == Changelog == 45 44 46 = 1.7.4 1=45 = 1.7.42 = 47 46 Added Order Queue if order fails to find Genoo API (i.e. if it's down) and will retry the push to Genoo account on regular increment. Cron job is set to run every 5 mniutes by default, and can be edited at Settings > eCommerce tab in Genoo plugin. Also added ability to push individual orders across if they have not yet synced with Genoo account. Go to Edit order and send to genoo button should be available. 48 47 -
wpmktgengine-extension-woocommerce/tags/1.7.42/wpmktgengine-woocommerce.php
r2782120 r2782128 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 1.7.4 18 Version: 1.7.42 9 9 License: GPLv2 10 10 WC requires at least: 3.0.0 … … 5533 5533 dbDelta($ordersql); 5534 5534 5535 $api_queue = "ALTER TABLE {$wpdb->prefix}genooqueue 5536 ADD COLUMN active_type int(11),order_payload Text null, payload Text null"; 5537 5538 $wpdb->query($api_queue); 5539 5535 5540 5536 5541 -
wpmktgengine-extension-woocommerce/trunk/readme.txt
r2782120 r2782128 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 1.7.40 9 8 Stable tag: 1.7.42 10 9 Understand how your leads and customers are participating with your ecommerce. 11 10 … … 44 43 == Changelog == 45 44 46 = 1.7.4 1=45 = 1.7.42 = 47 46 Added Order Queue if order fails to find Genoo API (i.e. if it's down) and will retry the push to Genoo account on regular increment. Cron job is set to run every 5 mniutes by default, and can be edited at Settings > eCommerce tab in Genoo plugin. Also added ability to push individual orders across if they have not yet synced with Genoo account. Go to Edit order and send to genoo button should be available. 48 47 -
wpmktgengine-extension-woocommerce/trunk/wpmktgengine-woocommerce.php
r2782120 r2782128 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 1.7.4 18 Version: 1.7.42 9 9 License: GPLv2 10 10 WC requires at least: 3.0.0 … … 5533 5533 dbDelta($ordersql); 5534 5534 5535 $api_queue = "ALTER TABLE {$wpdb->prefix}genooqueue 5536 ADD COLUMN active_type int(11),order_payload Text null, payload Text null"; 5537 5538 $wpdb->query($api_queue); 5539 5535 5540 5536 5541
Note: See TracChangeset
for help on using the changeset viewer.