Changeset 3017132
- Timestamp:
- 01/03/2024 05:43:58 PM (2 years ago)
- Location:
- activecampaign-for-woocommerce/trunk
- Files:
-
- 2 added
- 3 edited
-
README.txt (modified) (2 diffs)
-
activecampaign-for-woocommerce.php (modified) (1 diff)
-
admin/partials/activecampaign-for-woocommerce-status-mapping.php (added)
-
admin/scripts/activecampaign-for-woocommerce-status-mapping.js (added)
-
includes/config/activecampaign-for-woocommerce-global-constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
activecampaign-for-woocommerce/trunk/README.txt
r3017123 r3017132 4 4 Requires at least: 6.0 5 5 Tested up to: 6.4.1 6 Stable tag: 2.5. 46 Stable tag: 2.5.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 84 84 == Changelog == 85 85 86 == 2.5.5 2024-01-03 == 87 * Fixing missing files 88 86 89 == 2.5.4 2023-01-02 == 87 90 * Custom order status mapping added to advanced settings -
activecampaign-for-woocommerce/trunk/activecampaign-for-woocommerce.php
r3017123 r3017132 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.5. 419 * Version: 2.5.5 20 20 * WC requires at least: 7.4 21 21 * WC tested up to: 8.3.1 -
activecampaign-for-woocommerce/trunk/includes/config/activecampaign-for-woocommerce-global-constants.php
r3017123 r3017132 26 26 */ 27 27 if ( ! defined( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION' ) ) { 28 define( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION', '2.5. 4' );28 define( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION', '2.5.5' ); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.