Changeset 3333376
- Timestamp:
- 07/24/2025 08:40:28 AM (8 months ago)
- Location:
- expivi/trunk
- Files:
-
- 4 edited
-
classes/class-expivi.php (modified) (1 diff)
-
classes/woocommerce/class-expivi-cart-manager.php (modified) (1 diff)
-
expivi.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
expivi/trunk/classes/class-expivi.php
r3324082 r3333376 29 29 * @var string 30 30 */ 31 public $version = '2.15. 4';31 public $version = '2.15.5'; 32 32 33 33 /** -
expivi/trunk/classes/woocommerce/class-expivi-cart-manager.php
r3116965 r3333376 543 543 544 544 // Redirect to cart. 545 wp_safe_redirect( wc_get_cart_url() ); 545 if ( has_action( 'expivi_after_add_to_cart_redirect' ) ) { 546 do_action( 'expivi_after_add_to_cart_redirect', $saved_config ); 547 } else { 548 wp_safe_redirect( wc_get_cart_url() ); 549 } 546 550 exit; 547 551 } -
expivi/trunk/expivi.php
r3324082 r3333376 4 4 * Description: Complex visualisation and configuration made simple 5 5 * Plugin URI: https://wordpress.org/plugins/expivi/ 6 * Version: 2.15. 46 * Version: 2.15.5 7 7 * Author: Expivi 8 8 * Author URI: https://www.expivi.com/ -
expivi/trunk/readme.txt
r3324082 r3333376 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 2.15. 47 Stable tag: 2.15.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 36 36 37 37 == Changelog == 38 = 2.15.5 24/07/2025 = 39 * Added new Cart Redirect Hook (expivi_after_add_to_cart_redirect) 40 38 41 = 2.15.4 30/06/2025 = 39 42 * Added new JS Hook xpv_init_custom_components_before_create
Note: See TracChangeset
for help on using the changeset viewer.