Plugin Directory

Changeset 3383645


Ignore:
Timestamp:
10/23/2025 09:14:23 PM (5 months ago)
Author:
gplsaver
Message:

2.4.8 10/23/2025

Remove warning for undefined $request variable
Test WooCommerce 10.3.0
Fix no payment found issue with block

Location:
woo-rfq-for-woocommerce
Files:
129 added
4 edited

Legend:

Unmodified
Added
Removed
  • woo-rfq-for-woocommerce/trunk/changelog.txt

    r3371181 r3383645  
    11=== Changelog ==
    22
    3 = 2.4.6 10/1/2025 =
     3= 2.4.8 10/23/2025 =
     4Remove warning for undefined $request variable
     5Test WooCommerce 10.3.0
     6Fix no payment found issue with block
     7
     8
     9= 2.4.7 10/1/2025 =
    410Remove warning for undefined $request variable
    511WooCommerce 10.2.2
  • woo-rfq-for-woocommerce/trunk/includes/classes/cart/gpls_woo_rfq_cart.php

    r3366684 r3383645  
    707707                $result=false;
    708708            }
    709            // np_write_log($result ,__FILE__,__LINE__);
     709
    710710            if(!$result)return;
    711           //  np_write_log($result ,__FILE__,__LINE__);
     711
    712712
    713713        // phpcs:disable
  • woo-rfq-for-woocommerce/trunk/readme.txt

    r3371182 r3383645  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 WC tested up to: 10.2.1
    9 Stable tag: 2.4.7
     8WC tested up to: 10.3.0
     9Stable tag: 2.4.8
    1010License: GPLv2
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    212212== Changelog ==
    213213
    214 = 2.4.7 10/1/2025 =
     214= 2.4.8 10/23/2025 =
    215215Remove warning for undefined $request variable
    216 WooCommerce 10.2.2
    217 WordPress 6.8.3
     216Test WooCommerce 10.3.0
     217Fix no payment found issue with block
    218218
    219219== Upgrade Notice ==
    220220
    221 = 2.4.7 10/1/2025 =
     221= 2.4.8 10/23/2025 =
    222222Remove warning for undefined $request variable
    223 WooCommerce 10.2.2
    224 WordPress 6.8.3
    225 
    226 
    227 
     223Test WooCommerce 10.3.0
     224Fix no payment found issue with block
     225
     226
     227
  • woo-rfq-for-woocommerce/trunk/woo-rfq-for-woocommerce.php

    r3371181 r3383645  
    33 * Plugin Name: NP Quote Request for WooCommerce
    44 * Description: NP Quote Request for WooCommerce enables your customers to easily submit a quote request to your WooCommerce store. It is very flexible and can be used in a variety of store settings. NP Quote Request for WooCommerce enables you to generate leads and engage with your customers!
    5  * Version: 2.4.7
     5 * Version: 2.4.8
    66 * Contributors: Neah Plugins,gplsaver
    77 * Author: Neah Plugins
Note: See TracChangeset for help on using the changeset viewer.