Changeset 2970775
- Timestamp:
- 09/23/2023 08:30:13 PM (3 years ago)
- Location:
- racar-clear-cart-for-woocommerce/trunk
- Files:
-
- 2 edited
-
racar-clear-cart-for-woocommerce.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
racar-clear-cart-for-woocommerce/trunk/racar-clear-cart-for-woocommerce.php
r2970772 r2970775 4 4 * Plugin URI: https://github.com/rafacarvalhido/racar-clear-cart-woo 5 5 * Description: This plugin adds a convenient button to empty the shopping cart. Clear the entire cart with one click. 6 * Version: 2.1. 16 * Version: 2.1.2 7 7 * Author: Rafa Carvalhido 8 8 * Author URI: https://programawordpress.pro.br/blog/contato/rafa-carvalhido/ … … 13 13 * WC requires at least: 3.0.0 14 14 * WC tested up to: 8.1.1 15 * Requires PHP: 7.4 15 16 * License: GPLv2 or later 16 17 * Copyright © 2018-2023 Rafa Carvalhido … … 56 57 $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php 57 58 58 $rccwoo_VERSION = '2.1. 1';59 $rccwoo_VERSION = '2.1.2'; 59 60 60 61 $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet'; -
racar-clear-cart-for-woocommerce/trunk/readme.txt
r2970772 r2970775 4 4 Tags: empty cart, clear cart, cart, woo commerce, woocommerce 5 5 Requires at least: 4.9.8 6 Tested up to: 6. 27 Stable tag: 2.1. 08 WC tested up to: 7.5.19 Requires PHP: 7. 06 Tested up to: 6.3.1 7 Stable tag: 2.1.2 8 WC tested up to: 8.1.1 9 Requires PHP: 7.4 10 10 License: GPLv2 11 11 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 116 116 117 117 == Changelog == 118 = 2.1. 1- 2023-09-23 =118 = 2.1.2 - 2023-09-23 = 119 119 * Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1 120 120
Note: See TracChangeset
for help on using the changeset viewer.