Plugin Directory

Changeset 3204953


Ignore:
Timestamp:
12/09/2024 02:59:54 PM (16 months ago)
Author:
saffiretech
Message:

wp and wc latest version compatibility

Location:
bulk-edit-upsells-and-cross-sells-for-woocommerce
Files:
175 added
3 edited

Legend:

Unmodified
Added
Removed
  • bulk-edit-upsells-and-cross-sells-for-woocommerce/trunk/bulk-edit-upsells-and-cross-sells-for-woocommerce.php

    r3184778 r3204953  
    77 * Text Domain: bulk-edit-upsells-and-cross-sells-for-woocommerce
    88 * Domain Path: /languages
    9  * Stable Tag : 3.0.1
     9 * Stable Tag : 3.0.2
    1010 * Requires at least: 5.0
    11  * Tested up to: 6.6.2
     11 * Tested up to: 6.7.1
    1212 * Requires PHP: 7.2
    1313 * WC requires at least: 4.0.0
    14  * WC tested up to: 9.3.3
     14 * WC tested up to: 9.4.3
    1515 * License:     GPLv3
    1616 * License URI: URI: https://www.gnu.org/licenses/gpl-3.0.html
    17  * Version:     3.0.1
     17 * Version:     3.0.2
    1818 */
    1919
     
    10421042// ---------------------------------------------Multiple Sale Notice Display --------------------------------------------.
    10431043
    1044 add_action( 'admin_notices', 'beucw_show_sale_bf_notice' );
     1044// add_action( 'admin_notices', 'beucw_show_sale_bf_notice' );
    10451045
    10461046/**
  • bulk-edit-upsells-and-cross-sells-for-woocommerce/trunk/languages/bulk-edit-upsells-and-cross-sells-for-woocommerce.pot

    r3184778 r3204953  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Bulk Edit Upsells and Cross-Sells for WooCommerce 3.0.1\n"
     5"Project-Id-Version: Bulk Edit Upsells and Cross-Sells for WooCommerce 3.0.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bulk-edit-upsells-and-cross-sells-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-09T07:15:38+00:00\n"
     12"POT-Creation-Date: 2024-12-09T14:55:35+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.6.0\n"
     14"X-Generator: WP-CLI 2.8.1\n"
    1515"X-Domain: bulk-edit-upsells-and-cross-sells-for-woocommerce\n"
    1616
  • bulk-edit-upsells-and-cross-sells-for-woocommerce/trunk/readme.txt

    r3184778 r3204953  
    33Tags: upsell, woocommerce, AI, ChatGPT, OpenAi
    44Requires at least: 5.0
    5 Tested up to: 6.6.2
     5Tested up to: 6.7.1
    66Requires PHP: 7.2
    7 WC tested up to: 9.3.3
    8 Stable tag: 3.0.1
     7WC tested up to: 9.4.3
     8Stable tag: 3.0.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    142142== Changelog ==
    143143
     144= 3.0.2 10.12.2024 =
     145* Update: Tested with wordpress 6.7.1 and WooCommerce 9.4.3
     146
    144147= 3.0.1 09.11.2024 =
    145148* Fix: minor UI glitches.
Note: See TracChangeset for help on using the changeset viewer.