Plugin Directory

Changeset 2970775


Ignore:
Timestamp:
09/23/2023 08:30:13 PM (3 years ago)
Author:
rafacarvalhido
Message:
  • Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1

Adjusted readme pra mostrar versão testada

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

    r2970772 r2970775  
    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.1
     6 * Version:     2.1.2
    77 * Author:      Rafa Carvalhido
    88 * Author URI:  https://programawordpress.pro.br/blog/contato/rafa-carvalhido/
     
    1313 * WC requires at least: 3.0.0
    1414 * WC tested up to: 8.1.1
     15 * Requires PHP: 7.4
    1516 * License: GPLv2 or later
    1617 * Copyright © 2018-2023 Rafa Carvalhido
     
    5657    $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php
    5758
    58     $rccwoo_VERSION = '2.1.1';
     59    $rccwoo_VERSION = '2.1.2';
    5960   
    6061    $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet';
  • racar-clear-cart-for-woocommerce/trunk/readme.txt

    r2970772 r2970775  
    44Tags: empty cart, clear cart, cart, woo commerce, woocommerce
    55Requires at least: 4.9.8
    6 Tested up to: 6.2
    7 Stable tag: 2.1.0
    8 WC tested up to: 7.5.1
    9 Requires PHP: 7.0
     6Tested up to: 6.3.1
     7Stable tag: 2.1.2
     8WC tested up to: 8.1.1
     9Requires PHP: 7.4
    1010License: GPLv2
    1111License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    116116
    117117== Changelog ==
    118 = 2.1.1 - 2023-09-23 =
     118= 2.1.2 - 2023-09-23 =
    119119* Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1
    120120
Note: See TracChangeset for help on using the changeset viewer.