Changeset 2825692
- Timestamp:
- 11/29/2022 08:16:05 AM (2 years ago)
- Location:
- cart-link-for-woocommerce/trunk
- Files:
- 3 edited
- index.php (modified) (2 diffs)
- readme.txt (modified) (2 diffs)
- src/Campaign/TriggerAction.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
cart-link-for-woocommerce/trunk/index.php
r2812166 r2825692 4 4 * Description: Create, customize and save the direct links adding the predefined products setup to the cart. Share the cart links with your customers, make their carts be automatically filled with the right items and boost your sales in no time! 5 5 * Plugin URI: https://wordpress.org/plugins/cart-link-for-woocommerce/ 6 * Version: 1. 2.06 * Version: 1.3.0 7 7 * Author: Sebastian Pisula 8 8 * Author URI: mailto:[email protected] โฆ โฆ 12 12 * Tested up to: 6.1 13 13 * WC requires at least: 6.8 14 * WC tested up to: 7. 115 * Requires PHP: 7. 114 * WC tested up to: 7.2 15 * Requires PHP: 7.2 16 16 */ 17 17 cart-link-for-woocommerce/trunk/readme.txt
r2812166 r2825692 4 4 Requires at least: 5.7 5 5 Tested up to: 6.1 6 Requires PHP: 7. 17 Stable tag: 1. 2.06 Requires PHP: 7.2 7 Stable tag: 1.3.0 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html โฆ โฆ 60 60 == Changelog == 61 61 62 = 1.3.0 - 2022-11-29 = 63 * Added support for WooCommerce 7.2 64 * Fixed GET parameters passing after the redirection 65 62 66 = 1.2.0 - 2022-11-04 = 63 67 * Added support for WordPress 6.1 cart-link-for-woocommerce/trunk/src/Campaign/TriggerAction.php
r2747470 r2825692 54 54 } 55 55 56 wp_safe_redirect( $campaign->get_redirect_url() );56 wp_safe_redirect( add_query_arg( $_GET, $campaign->get_redirect_url() ) ); 57 57 die(); 58 58 }
Note: See TracChangeset for help on using the changeset viewer.