Plugin Directory

Changeset 3271929


Ignore:
Timestamp:
04/13/2025 10:01:35 PM (12 months ago)
Author:
rafacarvalhido
Message:

Tested on latest and greatest -> WP 6.7.2 and WC 9.8.1

Location:
racar-clear-cart-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • racar-clear-cart-for-woocommerce/trunk/racar-clear-cart-for-woocommerce.php

    r3088385 r3271929  
    44 * Plugin URI:  https://github.com/rafacarvalhido/racar-clear-cart-woo
    55 * Description: This plugin adds a convenient button to empty the shopping cart. Clear the entire cart with one click.
    6  * Version:     2.1.3
     6 * Version:     2.1.4
    77 * Author:      Rafa Carvalhido
    88 * Author URI:  https://programawordpress.pro.br/blog/contato/rafa-carvalhido/
     
    1010 * Domain Path: /languages
    1111 * Requires at least: 4.9.8
    12  * Tested up to: 6.5.3
     12 * Tested up to: 6.7.2
    1313 * WC requires at least: 3.0.0
    14  * WC tested up to: 8.8.3
     14 * WC tested up to: 9.8.1
    1515 * Requires Plugins: woocommerce
    1616 * Requires PHP: 7.4
    1717 * License: GPLv2 or later
    18  * Copyright © 2018-2024 Rafa Carvalhido
     18 * Copyright © 2018-2025 Rafa Carvalhido
    1919 * @package RaCar Clear Cart for WooCommerce
    2020
     
    5858    $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php
    5959
    60     $rccwoo_VERSION = '2.1.3';
     60    $rccwoo_VERSION = '2.1.4';
    6161   
    6262    $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet';
  • racar-clear-cart-for-woocommerce/trunk/readme.txt

    r3088385 r3271929  
    44Tags: empty cart, clear cart, cart, woo commerce, woocommerce
    55Requires at least: 4.9.8
    6 Tested up to: 6.5.3
    7 Stable tag: 2.1.3
    8 WC tested up to: 8.8.3
     6Tested up to: 6.7.2
     7Stable tag: 2.1.4
     8WC tested up to: 9.8.1
    99Requires Plugins: woocommerce
    1010Requires PHP: 7.4
     
    117117
    118118== 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
    119122= 2.1.3 - 2024-05-17 =
    120123* 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.