Changeset 2891518
- Timestamp:
- 03/31/2023 06:51:32 PM (3 years ago)
- Location:
- racar-clear-cart-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/admin/class-rccwoo_Admin_Options.php (modified) (2 diffs)
-
racar-clear-cart-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
racar-clear-cart-for-woocommerce/trunk/includes/admin/class-rccwoo_Admin_Options.php
r2891064 r2891518 454 454 public function rccwoo_support_render() { 455 455 global $allowed_html; 456 $html = __( 'Do you need help with this plugin? Please open a ticket' , 'racar-clear-cart-for-woocommerce' ) . ' <a href=" https://www.paypal.com/paypalme/RafaCarvalhido" target="_blank">' . __('here' , 'racar-clear-cart-for-woocommerce') . '</a>';456 $html = __( 'Do you need help with this plugin? Please open a ticket' , 'racar-clear-cart-for-woocommerce' ) . ' <a href="//wordpress.org/support/plugin/racar-clear-cart-for-woocommerce/" target="_blank">' . __('here' , 'racar-clear-cart-for-woocommerce') . '</a>'; 457 457 echo wp_kses( $html , $allowed_html ); 458 458 } … … 460 460 public function rccwoo_donate_render() { 461 461 global $allowed_html; 462 $html = __( 'Do you want to show your love? Please buy me some coffee' , 'racar-clear-cart-for-woocommerce' ) . ' <a href=" //wordpress.org/support/plugin/racar-clear-cart-for-woocommerce/" target="_blank">' . __('by clicking here' , 'racar-clear-cart-for-woocommerce') . '</a>';462 $html = __( 'Do you want to show your love? Please buy me some coffee' , 'racar-clear-cart-for-woocommerce' ) . ' <a href="https://www.paypal.com/paypalme/RafaCarvalhido" target="_blank">' . __('by clicking here' , 'racar-clear-cart-for-woocommerce') . '</a>'; 463 463 echo wp_kses( $html , $allowed_html ); 464 464 } -
racar-clear-cart-for-woocommerce/trunk/racar-clear-cart-for-woocommerce.php
r2891064 r2891518 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.0. 36 * Version: 2.0.4 7 7 * Author: Rafa Carvalhido 8 8 * Author URI: https://programawordpress.pro.br/blog/contato/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.0. 3';58 $rccwoo_VERSION = '2.0.4'; 59 59 60 60 $rccwoo_NOME_STYLESHEET = 'rccwoo-stylesheet'; -
racar-clear-cart-for-woocommerce/trunk/readme.txt
r2891064 r2891518 5 5 Requires at least: 4.9.8 6 6 Tested up to: 6.1.1 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 WC tested up to: 7.5.1 9 9 Requires PHP: 7.0 … … 116 116 117 117 == Changelog == 118 = 2.0.4 - 2023-03-31 = 119 * Fix - Support and donation links were exchanged. 120 118 121 = 2.0.3 - 2023-03-31 = 119 122 * Fix - Fixed inputs in wp-admin buged in some systems.
Note: See TracChangeset
for help on using the changeset viewer.