Plugin Directory

Changeset 2970772


Ignore:
Timestamp:
09/23/2023 08:16:23 PM (3 years ago)
Author:
rafacarvalhido
Message:
  • Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.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

    r2891547 r2970772  
    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.0
     6 * Version:     2.1.1
    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.2
     12 * Tested up to: 6.3.1
    1313 * WC requires at least: 3.0.0
    14  * WC tested up to: 7.5.1
     14 * WC tested up to: 8.1.1
    1515 * License: GPLv2 or later
    1616 * Copyright © 2018-2023 Rafa Carvalhido
     
    5656    $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php
    5757
    58     $rccwoo_VERSION = '2.1.0';
     58    $rccwoo_VERSION = '2.1.1';
    5959   
    6060    $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet';
  • racar-clear-cart-for-woocommerce/trunk/readme.txt

    r2891547 r2970772  
    101101= Who created this plugin? =
    102102Rafa Carvalhido is a Brazilian WordPress Specialist Developer.
    103 [Programa WordPress](https://programawordpress.pro.br/blog/contato/rafa-carvalhido/)
     103[Profissional WordPress](https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/)
    104104[Donate](https://paypal.me/RafaCarvalhido)
    105105[Hire him at Workana](https://www.workana.com/freelancer/rafa-carvalhido)
     
    116116
    117117== 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
    118121= 2.1.0 - 2023-03-31 =
    119122* Enhancement - Added redirection option as per @trondandre1962's request.
Note: See TracChangeset for help on using the changeset viewer.