Plugin Directory

Changeset 3143946


Ignore:
Timestamp:
08/29/2024 08:17:47 PM (19 months ago)
Author:
wpwham
Message:

Version 3.1.12 update

Location:
crowdfunding-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • crowdfunding-for-woocommerce/trunk/crowdfunding-for-woocommerce.php

    r2938952 r3143946  
    44Plugin URI: https://wpwham.com/products/crowdfunding-for-woocommerce/
    55Description: Crowdfunding products for WooCommerce.
    6 Version: 3.1.11
     6Version: 3.1.12
    77Author: WP Wham
    88Author URI: https://wpwham.com/
    99Text Domain: crowdfunding-for-woocommerce
    1010Domain Path: /langs
    11 WC requires at least: 3.0
    12 WC tested up to: 7.8
    13 Copyright: © 2018-2023 WP Wham. All rights reserved.
     11Copyright: © 2018-2024 WP Wham. All rights reserved.
    1412License: GNU General Public License v3.0
    1513License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3533}
    3634
     35add_action( 'before_woocommerce_init', function() {
     36    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     37        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     38    }
     39} );
     40
    3741if ( ! class_exists( 'Alg_Woocommerce_Crowdfunding' ) ) :
    3842
     
    4145 *
    4246 * @class   Alg_Woocommerce_Crowdfunding
    43  * @version 3.1.11
     47 * @version 3.1.12
    4448 */
    4549final class Alg_Woocommerce_Crowdfunding {
     
    5458     * @since 2.3.0
    5559     */
    56     public $version = '3.1.11';
     60    public $version = '3.1.12';
    5761
    5862    /**
  • crowdfunding-for-woocommerce/trunk/readme.txt

    r2938952 r3143946  
    33Tags: woocommerce, crowdfunding
    44Requires at least: 4.4
    5 Tested up to: 6.2
    6 Stable tag: 3.1.11
     5Tested up to: 6.6
     6Stable tag: 3.1.12
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7676
    7777== Changelog ==
     78
     79= 3.1.12 - 2024-08-29 =
     80* UPDATE: bump tested versions.
    7881
    7982= 3.1.11 - 2023-07-15 =
Note: See TracChangeset for help on using the changeset viewer.