Plugin Directory

Changeset 2927233


Ignore:
Timestamp:
06/16/2023 10:41:03 PM (3 years ago)
Author:
gratifypay
Message:

feat: WooCommerce 7.8 support

Location:
gratifypay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gratifypay/trunk/gratify-BNPL.php

    r2907185 r2927233  
    1212 * Plugin URI:        https://docs.gratifypay.com/docs/woocommerce
    1313 * Description:       GratifyPay's Woocommerce plugin for Gratify BNPL payment gateway
    14  * Version:           1.3.3
     14 * Version:           1.3.4
    1515 * Requires PHP:      7.3
    1616 * Author:            Gratify Pay
     
    233233                       
    234234                    if(is_checkout() || is_cart()){
     235                        wp_enqueue_script( 'wc-cart-fragments' );
    235236                        wp_enqueue_script( 'widget', "https://assets.gratifypay.com/plugin/v-latest/widget-2.js",  array(), $plugin_version, true );
    236237                    }
  • gratifypay/trunk/readme.txt

    r2907186 r2927233  
    66Requires at least: 5.8
    77Tested up to: 6.0.1
    8 Stable tag: 1.3.3
     8Stable tag: 1.3.4
    99Requires PHP: 7.0
    1010License: GPLv2 or later
     
    9191* Defaults bug fixes
    9292* 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.