Changeset 2927233
- Timestamp:
- 06/16/2023 10:41:03 PM (3 years ago)
- Location:
- gratifypay/trunk
- Files:
-
- 2 edited
-
gratify-BNPL.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gratifypay/trunk/gratify-BNPL.php
r2907185 r2927233 12 12 * Plugin URI: https://docs.gratifypay.com/docs/woocommerce 13 13 * Description: GratifyPay's Woocommerce plugin for Gratify BNPL payment gateway 14 * Version: 1.3. 314 * Version: 1.3.4 15 15 * Requires PHP: 7.3 16 16 * Author: Gratify Pay … … 233 233 234 234 if(is_checkout() || is_cart()){ 235 wp_enqueue_script( 'wc-cart-fragments' ); 235 236 wp_enqueue_script( 'widget', "https://assets.gratifypay.com/plugin/v-latest/widget-2.js", array(), $plugin_version, true ); 236 237 } -
gratifypay/trunk/readme.txt
r2907186 r2927233 6 6 Requires at least: 5.8 7 7 Tested up to: 6.0.1 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 Requires PHP: 7.0 10 10 License: GPLv2 or later … … 91 91 * Defaults bug fixes 92 92 * Typo fixes 93 94 = 1.3.4 = 95 96 * Loading the Cart Fragments script from the Mini Cart Widget if its not already loaded, as its has been removed by default in WooCommerce version 7.8
Note: See TracChangeset
for help on using the changeset viewer.