Plugin Directory

Changeset 3488368


Ignore:
Timestamp:
03/22/2026 07:04:25 PM (7 days ago)
Author:
rafacarvalhido
Message:

2.1.8 - 2026-03-22

  • Fix - Adjusted orphan variable
  • Tested on latest and greatest versions of PHP8, WP v6.9 and WC v10.6
Location:
racar-clear-cart-for-woocommerce
Files:
31 added
3 edited

Legend:

Unmodified
Added
Removed
  • racar-clear-cart-for-woocommerce/trunk/includes/views/class-racar-clear-cart-button.php

    r3482187 r3488368  
    2121            $css_classes = '';
    2222            $fall_out_style_option = 'visibility: visible;';
     23            $rccwoo_allowed_html = array(
     24                'input' => array(
     25                    'type'  => array(),
     26                    'id'    => array(),
     27                    'name'  => array(),
     28                    'value' => array(),
     29                )
     30            );
    2331//trace( '$css_classes 0' );
    2432//trace( $css_classes );           
  • racar-clear-cart-for-woocommerce/trunk/racar-clear-cart-for-woocommerce.php

    r3482187 r3488368  
    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.7
     6 * Version:     2.1.8
    77 * Author:      Rafa Carvalhido
    88 * Author URI:  https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/
     
    1212 * Tested up to: 6.9
    1313 * WC requires at least: 3.0
    14  * WC tested up to: 10.5
     14 * WC tested up to: 10.6
    1515 * Requires Plugins: woocommerce
    1616 * Requires PHP: 7.4
     
    6464    $rccwoo_basename = plugin_basename(__FILE__);//racar-clear-cart-for-woocommerce/racar-clear-cart-for-woocommerce.php
    6565
    66     $rccwoo_VERSION = '2.1.7';
     66    $rccwoo_VERSION = '2.1.8';
    6767
    6868    if ( ! defined( 'RACAR_DONATE_URL' ) ) {
  • racar-clear-cart-for-woocommerce/trunk/readme.txt

    r3482187 r3488368  
    117117
    118118== Changelog ==
     119= 2.1.8 - 2026-03-22 =
     120* Fix - Adjusted orphan variable
     121* Tested on latest and greatest versions of PHP8, WP v6.9 and WC v10.6
     122
    119123= 2.1.7 - 2026-03-13 =
    120124* Verifyed against PCP
Note: See TracChangeset for help on using the changeset viewer.