Skip to content

Commit

Permalink
fixed woocommerce ordering error issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanul46 committed Apr 30, 2024
1 parent b9eb409 commit ed0584e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Product Carousel Slider & Grid Ultimate for WooCommerce
Plugin URI: https://wpwax.com/product/woocommerce-product-carousel-slider-grid-ultimate-pro
Description: It is a fully responsive and mobile friendly WooCommerce Product Carousel, Slider and Grid plugin which comes with lots of features.
Version: 1.9.9
Version: 1.9.10
Author: wpWax
Author URI: https://wpwax.com
License: GPL2
Expand Down Expand Up @@ -100,8 +100,8 @@ public static function instance() {

public function declare_woocommerce_feature_compatibility() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', WCPCSU_DIR, true );
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'cart_checkout_blocks', WCPCSU_DIR, false );
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', WCPCSU_FILE, true );
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'cart_checkout_blocks', WCPCSU_FILE, false );
}
}

Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpwax
Tags: woocommerce carousel, woocommerce slider, woocommerce grid, woocommerce product slider, woocommerce product carousel, WooCommerce product display, WooCommerce product grid plugin, Dynamic product sliders, WooCommerce product carousel plugin, Customizable product sliders, Responsive WooCommerce carousel, WooCommerce product showcase
Requires at least: 4.0
Tested up to: 6.5
Stable tag: 1.9.9
Stable tag: 1.9.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -144,6 +144,8 @@ Post Grid and Carousel Ultimate plugin is very easy to use. Just follow the foll
12. Backend: Style Settings

== Changelog ==
= 1.9.10 =
* Fix: woocommerce high-performance order storage issue
= 1.9.9 =
* Fix: woocommerce high-performance order storage issue
* Add: WordPress 6.5 compatibility
Expand Down

0 comments on commit ed0584e

Please sign in to comment.