Changeset 2970772
- Timestamp:
- 09/23/2023 08:16:23 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
r2891547 r2970772 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. 06 * Version: 2.1.1 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. 212 * Tested up to: 6.3.1 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 7.5.114 * WC tested up to: 8.1.1 15 15 * License: GPLv2 or later 16 16 * Copyright © 2018-2023 Rafa Carvalhido … … 56 56 $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php 57 57 58 $rccwoo_VERSION = '2.1. 0';58 $rccwoo_VERSION = '2.1.1'; 59 59 60 60 $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet'; -
racar-clear-cart-for-woocommerce/trunk/readme.txt
r2891547 r2970772 101 101 = Who created this plugin? = 102 102 Rafa Carvalhido is a Brazilian WordPress Specialist Developer. 103 [Pro grama WordPress](https://programawordpress.pro.br/blog/contato/rafa-carvalhido/)103 [Profissional WordPress](https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/) 104 104 [Donate](https://paypal.me/RafaCarvalhido) 105 105 [Hire him at Workana](https://www.workana.com/freelancer/rafa-carvalhido) … … 116 116 117 117 == Changelog == 118 = 2.1.1 - 2023-09-23 = 119 * Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1 120 118 121 = 2.1.0 - 2023-03-31 = 119 122 * Enhancement - Added redirection option as per @trondandre1962's request.
Note: See TracChangeset
for help on using the changeset viewer.