Changeset 3360867
- Timestamp:
- 09/13/2025 04:50:39 AM (6 months ago)
- Location:
- quick-buy-now-button-for-woocommerce
- Files:
-
- 17 added
- 2 edited
-
tags/1.0.16 (added)
-
tags/1.0.16/includes (added)
-
tags/1.0.16/includes/admin (added)
-
tags/1.0.16/includes/admin/class-woo_buy_now_button_settings.php (added)
-
tags/1.0.16/includes/admin/css (added)
-
tags/1.0.16/includes/admin/js (added)
-
tags/1.0.16/includes/admin/js/scripts.js (added)
-
tags/1.0.16/includes/class-woo_buy_now_button.php (added)
-
tags/1.0.16/includes/class-woo_buy_now_button_backend.php (added)
-
tags/1.0.16/includes/class-woo_buy_now_button_frontend.php (added)
-
tags/1.0.16/includes/themes-support.php (added)
-
tags/1.0.16/index.php (added)
-
tags/1.0.16/languages (added)
-
tags/1.0.16/languages/woo-buy-now-button.pot (added)
-
tags/1.0.16/quick-buy-now-button-for-woocommerce.php (added)
-
tags/1.0.16/readme.txt (added)
-
tags/1.0.16/wpml-config.xml (added)
-
trunk/quick-buy-now-button-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-buy-now-button-for-woocommerce/trunk/quick-buy-now-button-for-woocommerce.php
r3295137 r3360867 5 5 * Description: Makes your customers' checkout process easier and faster and allows you to redirect customers directly to the checkout, cart or any external link for quick purchase. 6 6 * Author: Tanvirul Haque 7 * Version: 1.0.1 57 * Version: 1.0.16 8 8 * Author URI: https://wpxpress.net 9 9 * Text Domain: woo-buy-now-button … … 13 13 * Requires at least: 4.8 14 14 * Tested up to: 6.8 15 * WC tested up to: 9.815 * WC tested up to: 10.1 16 16 * WC requires at least: 4.6 17 17 * License: GPLv2+ … … 21 21 22 22 if ( ! defined( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION' ) ) { 23 define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.1 5' );23 define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.16' ); 24 24 } 25 25 -
quick-buy-now-button-for-woocommerce/trunk/readme.txt
r3295137 r3360867 6 6 Tested up to: 6.8 7 7 WC requires at least: 4.5 8 WC tested up to: 9.89 Stable tag: 1.0.1 58 WC tested up to: 10.1 9 Stable tag: 1.0.16 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 112 112 == Changelog == 113 113 114 = 1.0.16 = 115 * Add - WooCommerce 10.1+ compatibility 116 114 117 = 1.0.15 = 115 118 * Add - WordPress 6.8+ compatibility
Note: See TracChangeset
for help on using the changeset viewer.