Skip to content

Commit

Permalink
fixed security issue and changes the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanul46 committed Mar 4, 2024
1 parent 03d70cb commit 1ac8995
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions main.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php
/**
/*
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.7
Version: 1.9.8
Author: wpWax
Author URI: https://wpwax.com
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Domain Path: /languages/
Text Domain: woo-product-carousel-slider-and-grid-ultimate
WC requires at least: 3.0
WC tested up to: 8.2
WC tested up to: 8.6
*/
defined('ABSPATH') || die('Direct access is not allow');

Expand Down Expand Up @@ -105,6 +105,8 @@ public function migrate_serialize_data() {

$args = array(
'post_type' => WCPCSU_CUSTOM_POST_TYPE,
'post_status' => 'any',
'posts_per_page' => -1,
);

$query = new WP_Query( $args );
Expand Down
5 changes: 4 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.4
Stable tag: 1.9.7
Stable tag: 1.9.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==
= 1.9.8 =
* Fix: Security issue
* Add: WooCommerce 8.6 compatibility
= 1.9.7 =
* Add: WordPress 6.4 compatibility
* Add: WooCommerce 8.2 compatibility
Expand Down

0 comments on commit 1ac8995

Please sign in to comment.