Changeset 3295137
- Timestamp:
- 05/17/2025 09:56:15 AM (10 months ago)
- Location:
- quick-buy-now-button-for-woocommerce
- Files:
-
- 16 added
- 2 edited
-
tags/1.0.15 (added)
-
tags/1.0.15/includes (added)
-
tags/1.0.15/includes/admin (added)
-
tags/1.0.15/includes/admin/class-woo_buy_now_button_settings.php (added)
-
tags/1.0.15/includes/admin/js (added)
-
tags/1.0.15/includes/admin/js/scripts.js (added)
-
tags/1.0.15/includes/class-woo_buy_now_button.php (added)
-
tags/1.0.15/includes/class-woo_buy_now_button_backend.php (added)
-
tags/1.0.15/includes/class-woo_buy_now_button_frontend.php (added)
-
tags/1.0.15/includes/themes-support.php (added)
-
tags/1.0.15/index.php (added)
-
tags/1.0.15/languages (added)
-
tags/1.0.15/languages/woo-buy-now-button.pot (added)
-
tags/1.0.15/quick-buy-now-button-for-woocommerce.php (added)
-
tags/1.0.15/readme.txt (added)
-
tags/1.0.15/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
r3175954 r3295137 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 47 * Version: 1.0.15 8 8 * Author URI: https://wpxpress.net 9 9 * Text Domain: woo-buy-now-button … … 12 12 * Requires PHP: 7.4 13 13 * Requires at least: 4.8 14 * Tested up to: 6. 615 * WC tested up to: 9. 314 * Tested up to: 6.8 15 * WC tested up to: 9.8 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 4' );23 define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.15' ); 24 24 } 25 25 -
quick-buy-now-button-for-woocommerce/trunk/readme.txt
r3175954 r3295137 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.8 6 Tested up to: 6. 66 Tested up to: 6.8 7 7 WC requires at least: 4.5 8 WC tested up to: 9. 39 Stable tag: 1.0.1 48 WC tested up to: 9.8 9 Stable tag: 1.0.15 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.15 = 115 * Add - WordPress 6.8+ compatibility 116 * Add - WooCommerce 9.8+ compatibility 117 114 118 = 1.0.14 = 115 119 * Add - WooCommerce 9.3+ compatibility
Note: See TracChangeset
for help on using the changeset viewer.