Changeset 3170365
- Timestamp:
- 10/16/2024 09:53:19 PM (18 months ago)
- Location:
- activecampaign-for-woocommerce/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
activecampaign-for-woocommerce.php (modified) (1 diff)
-
includes/config/activecampaign-for-woocommerce-global-constants.php (modified) (1 diff)
-
includes/orders/class-activecampaign-for-woocommerce-order-action-events.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
activecampaign-for-woocommerce/trunk/README.txt
r3169593 r3170365 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6.2 6 Stable tag: 2.7. 86 Stable tag: 2.7.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 95 95 == Changelog == 96 96 97 = 2.7.9 2024-10-16 = 98 * Bugfix - Issue with our order action event has been resolved 99 97 100 = 2.7.8 2024-10-15 = 98 101 * Bugfix - WooCommerce hook for stripe added to the order sync -
activecampaign-for-woocommerce/trunk/activecampaign-for-woocommerce.php
r3169593 r3170365 17 17 * Plugin URI: https://www.activecampaign.com/ 18 18 * Description: Add Abandoned Cart functionality to your WooCommerce store, synchronize order & customer information using ActiveCampaign. 19 * Version: 2.7. 819 * Version: 2.7.9 20 20 * WC requires at least: 7.4.0 21 21 * WC tested up to: 9.3.3 -
activecampaign-for-woocommerce/trunk/includes/config/activecampaign-for-woocommerce-global-constants.php
r3169593 r3170365 26 26 */ 27 27 if ( ! defined( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION' ) ) { 28 define( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION', '2.7. 8' );28 define( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION', '2.7.9' ); 29 29 } 30 30 -
activecampaign-for-woocommerce/trunk/includes/orders/class-activecampaign-for-woocommerce-order-action-events.php
r3169593 r3170365 228 228 } 229 229 230 public function woocommerce_order_edit_status( $order_id, $new_status ) {230 public function execute_order_edit_status( $order_id, $new_status ) { 231 231 $wc_order = $this->get_wc_order( $order_id ); 232 232
Note: See TracChangeset
for help on using the changeset viewer.