Changeset 3088385
- Timestamp:
- 05/17/2024 02:11:27 PM (23 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
r2970775 r3088385 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. 26 * Version: 2.1.3 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. 3.112 * Tested up to: 6.5.3 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 8.1.1 14 * WC tested up to: 8.8.3 15 * Requires Plugins: woocommerce 15 16 * Requires PHP: 7.4 16 17 * License: GPLv2 or later 17 * Copyright © 2018-202 3Rafa Carvalhido18 * Copyright © 2018-2024 Rafa Carvalhido 18 19 * @package RaCar Clear Cart for WooCommerce 19 20 … … 57 58 $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php 58 59 59 $rccwoo_VERSION = '2.1. 2';60 $rccwoo_VERSION = '2.1.3'; 60 61 61 62 $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet'; -
racar-clear-cart-for-woocommerce/trunk/readme.txt
r2970775 r3088385 4 4 Tags: empty cart, clear cart, cart, woo commerce, woocommerce 5 5 Requires at least: 4.9.8 6 Tested up to: 6.3.1 7 Stable tag: 2.1.2 8 WC tested up to: 8.1.1 6 Tested up to: 6.5.3 7 Stable tag: 2.1.3 8 WC tested up to: 8.8.3 9 Requires Plugins: woocommerce 9 10 Requires PHP: 7.4 10 11 License: GPLv2 … … 116 117 117 118 == Changelog == 119 = 2.1.3 - 2024-05-17 = 120 * Update - Tested on latest and greatest -> WP 6.5.3 and WC 8.8.3 121 * Update - Added plugin dependency as per WP Core 6.5 API 122 118 123 = 2.1.2 - 2023-09-23 = 119 124 * Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1
Note: See TracChangeset
for help on using the changeset viewer.