Plugin Directory

Changeset 3496341


Ignore:
Timestamp:
04/01/2026 09:35:00 AM (3 days ago)
Author:
yithemes
Message:

Version 2.49.0

Location:
yith-woocommerce-request-a-quote
Files:
425 added
4 edited

Legend:

Unmodified
Added
Removed
  • yith-woocommerce-request-a-quote/trunk/includes/class.yith-request-quote.php

    r3452942 r3496341  
    4949        public $raq_variations = array();
    5050
     51        /**
     52         * List of errors
     53         *
     54         * @var array
     55         */
     56        public $errors = array();
    5157
    5258        /**
  • yith-woocommerce-request-a-quote/trunk/init.php

    r3476345 r3496341  
    33 * Plugin Name: YITH Request a Quote for WooCommerce
    44 * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-request-a-quote
    5  * Version: 2.48.0
     5 * Version: 2.49.0
    66 * Author: YITH
    77 * Author URI: https://yithemes.com/
     
    1010 * Domain Path: /languages/
    1111 * Requires Plugins: woocommerce
    12  * WC requires at least: 10.4
    13  * WC tested up to: 10.6
     12 * WC requires at least: 10.5
     13 * WC tested up to: 10.7
    1414 *
    1515 * @package YITH\RequestAQuote
     
    7676    return;
    7777} else {
    78     define( 'YITH_YWRAQ_VERSION', '2.48.0' );
     78    define( 'YITH_YWRAQ_VERSION', '2.49.0' );
    7979}
    8080
  • yith-woocommerce-request-a-quote/trunk/languages/yith-woocommerce-request-a-quote.pot

    r3476345 r3496341  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: YITH Request a Quote for WooCommerce 2.48.0\n"
     5"Project-Id-Version: YITH Request a Quote for WooCommerce 2.49.0\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/yith-woocommerce-request-a-quote\n"
    8 "POT-Creation-Date: 2026-03-06 11:40:12+00:00\n"
     8"POT-Creation-Date: 2026-04-01 09:28:33+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    115115msgstr ""
    116116
    117 #: includes/class.yith-request-quote.php:282
     117#: includes/class.yith-request-quote.php:288
    118118#: includes/functions.yith-request-quote.php:477
    119119msgid "Product already in the list."
    120120msgstr ""
    121121
    122 #: includes/class.yith-request-quote.php:448
     122#: includes/class.yith-request-quote.php:454
    123123msgid "Error occurred while adding product to Request a Quote list."
    124124msgstr ""
    125125
    126 #: includes/class.yith-request-quote.php:567
     126#: includes/class.yith-request-quote.php:573
    127127msgid "Please enter a name"
    128128msgstr ""
    129129
    130 #: includes/class.yith-request-quote.php:572
     130#: includes/class.yith-request-quote.php:578
    131131msgid "Please enter a valid email"
    132132msgstr ""
    133133
    134 #: includes/class.yith-request-quote.php:576
     134#: includes/class.yith-request-quote.php:582
    135135msgid "Your list is empty, add products to the list to send a request"
    136136msgstr ""
    137137
    138 #: includes/class.yith-request-quote.php:706
     138#: includes/class.yith-request-quote.php:712
    139139#. translators: placeholder of missing attributes.
    140140msgid "%s is a required field"
     
    143143msgstr[1] ""
    144144
    145 #: includes/class.yith-request-quote.php:710
     145#: includes/class.yith-request-quote.php:716
    146146msgid "Please choose product options…"
    147147msgstr ""
  • yith-woocommerce-request-a-quote/trunk/readme.txt

    r3476345 r3496341  
    33Contributors: yithemes
    44Tags: request a quote button, woocommerce request for quote, woocommerce request a quote shortcode, request a quote, quote, YITH, woocommerce, shop, ecommerce, e-commerce, quotations, request for quote, rfq, raq, proposal, ask an estimate, budget, email quote
    5 Requires at least: 6.7
    6 Tested up to: 6.9
    7 Stable tag: 2.48.0
     5Requires at least: 6.8
     6Tested up to: 7.0
     7Stable tag: 2.49.0
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    158158== Changelog ==
    159159
     160= 2.49.0 - Released on 01 April 2026 =
     161* New: Support for WooCommerce 10.7
     162* New: Support for WordPress 7.0
     163* Update: YITH plugin framework
     164
    160165= 2.48.0 - Released on 06 March 2026 =
    161166* New: Support for WooCommerce 10.6
Note: See TracChangeset for help on using the changeset viewer.