Changeset 3201798
- Timestamp:
- 12/03/2024 03:12:45 PM (16 months ago)
- Location:
- simple-empty-cart/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
simpe-empty-cart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-empty-cart/trunk/readme.txt
r3125293 r3201798 3 3 Tags: woocommerce, cart, empty 4 4 Requires at least: 5.0 5 Tested up to: 6. 5.35 Tested up to: 6.7.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 32 32 33 33 == Changelog == 34 35 = 1.1.3 = 36 * Minor compatibility improvements 34 37 35 38 = 1.1.2 = -
simple-empty-cart/trunk/simpe-empty-cart.php
r3125277 r3201798 3 3 Plugin Name: Simple Empty Cart 4 4 Description: Remove all items from the cart page with a single click - No bloat & Zero Impact code 🚀 5 Version: 1.1. 25 Version: 1.1.3 6 6 Author: UX Heart 7 Author UR L: http://uxheart.com7 Author URI: http://uxheart.com 8 8 License: GPL3 9 9 Text Domain: simple-empty-cart … … 25 25 function uxh_sec_add_settings_page() { 26 26 add_options_page( 27 __( 'Simple Empty Cart Settings', 'simple-empty-cart' ), 28 __( 'Simple Empty Cart', 'simple-empty-cart' ), 29 'manage_options', 30 'uxh_sec-settings', 27 __( 'Simple Empty Cart Settings', 'simple-empty-cart' ), 28 __( 'Simple Empty Cart', 'simple-empty-cart' ), 29 'manage_options', 30 'uxh_sec-settings', 31 31 'uxh_sec_render_settings_page' 32 32 );
Note: See TracChangeset
for help on using the changeset viewer.