Changeset 3271929
- Timestamp:
- 04/13/2025 10:01:35 PM (12 months 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
r3088385 r3271929 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. 36 * Version: 2.1.4 7 7 * Author: Rafa Carvalhido 8 8 * Author URI: https://programawordpress.pro.br/blog/contato/rafa-carvalhido/ … … 10 10 * Domain Path: /languages 11 11 * Requires at least: 4.9.8 12 * Tested up to: 6. 5.312 * Tested up to: 6.7.2 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 8.8.314 * WC tested up to: 9.8.1 15 15 * Requires Plugins: woocommerce 16 16 * Requires PHP: 7.4 17 17 * License: GPLv2 or later 18 * Copyright © 2018-202 4Rafa Carvalhido18 * Copyright © 2018-2025 Rafa Carvalhido 19 19 * @package RaCar Clear Cart for WooCommerce 20 20 … … 58 58 $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php 59 59 60 $rccwoo_VERSION = '2.1. 3';60 $rccwoo_VERSION = '2.1.4'; 61 61 62 62 $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet'; -
racar-clear-cart-for-woocommerce/trunk/readme.txt
r3088385 r3271929 4 4 Tags: empty cart, clear cart, cart, woo commerce, woocommerce 5 5 Requires at least: 4.9.8 6 Tested up to: 6. 5.37 Stable tag: 2.1. 38 WC tested up to: 8.8.36 Tested up to: 6.7.2 7 Stable tag: 2.1.4 8 WC tested up to: 9.8.1 9 9 Requires Plugins: woocommerce 10 10 Requires PHP: 7.4 … … 117 117 118 118 == Changelog == 119 = 2.1.4 - 2025-04-13 = 120 * Update - Tested on latest and greatest -> WP 6.7.2 and WC 9.8.1 121 119 122 = 2.1.3 - 2024-05-17 = 120 123 * Update - Tested on latest and greatest -> WP 6.5.3 and WC 8.8.3
Note: See TracChangeset
for help on using the changeset viewer.