Changeset 3141677
- Timestamp:
- 08/26/2024 01:13:15 PM (15 months ago)
- Location:
- woo-force-authentification-before-checkout
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.5 (copied) (copied from woo-force-authentification-before-checkout/trunk)
-
tags/1.4.5/readme.txt (modified) (2 diffs)
-
tags/1.4.5/woo-force-authentification-before-checkout.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-force-authentification-before-checkout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-force-authentification-before-checkout/tags/1.4.5/readme.txt
r2998327 r3141677 4 4 Tags: woocommerce, checkout, login, register, force, before, cart 5 5 Requires at least: 4.8 6 Tested up to: 6. 46 Tested up to: 6.6 7 7 Requires PHP: 7.3 8 Stable tag: 1.4. 48 Stable tag: 1.4.5 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 == Changelog == 41 42 = 1.4.5 = 43 44 * Tested up to WordPress 6.6 41 45 42 46 = 1.4.4 = -
woo-force-authentification-before-checkout/tags/1.4.5/woo-force-authentification-before-checkout.php
r2998327 r3141677 3 3 Plugin Name: Force Authentification Before Checkout for WooCommerce 4 4 Description: Force customer to log in or register before checkout 5 Version: 1.4. 45 Version: 1.4.5 6 6 Author: Luiz Bills 7 7 Author URI: https://luizpb.com/ 8 9 Requires Plugins: woocommerce 8 10 9 11 License: GPLv3 … … 177 179 if ( isset( $_COOKIE[ $cookie_name ] ) ) { 178 180 unset( $_COOKIE[ $cookie_name ] ); 179 setcookie( $cookie_name, null, -1 );181 setcookie( $cookie_name, '', -1 ); 180 182 } 181 183 } -
woo-force-authentification-before-checkout/trunk/readme.txt
r2998327 r3141677 4 4 Tags: woocommerce, checkout, login, register, force, before, cart 5 5 Requires at least: 4.8 6 Tested up to: 6. 46 Tested up to: 6.6 7 7 Requires PHP: 7.3 8 Stable tag: 1.4. 48 Stable tag: 1.4.5 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 == Changelog == 41 42 = 1.4.5 = 43 44 * Tested up to WordPress 6.6 41 45 42 46 = 1.4.4 = -
woo-force-authentification-before-checkout/trunk/woo-force-authentification-before-checkout.php
r2998327 r3141677 3 3 Plugin Name: Force Authentification Before Checkout for WooCommerce 4 4 Description: Force customer to log in or register before checkout 5 Version: 1.4. 45 Version: 1.4.5 6 6 Author: Luiz Bills 7 7 Author URI: https://luizpb.com/ 8 9 Requires Plugins: woocommerce 8 10 9 11 License: GPLv3 … … 177 179 if ( isset( $_COOKIE[ $cookie_name ] ) ) { 178 180 unset( $_COOKIE[ $cookie_name ] ); 179 setcookie( $cookie_name, null, -1 );181 setcookie( $cookie_name, '', -1 ); 180 182 } 181 183 }
Note: See TracChangeset
for help on using the changeset viewer.