Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-category-showcase",
"version": "2.3.2",
"version": "2.4.0",
"description": "WooCommerce extension to showcase categories in various styles and layouts like sliders, blocks, and grids.",
"author": "ByteEver Team",
"license": "GPL-2.0-or-later",
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: pluginever
Tags: woocommerce, woocommerce Category, woocommerce Category Slider, WooCommerce Category Showcase, Slider
Tested up to: 7.0
Stable tag: 2.3.2
Stable tag: 2.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -144,6 +144,17 @@ You can upgrade to the Pro version by visiting our [Pro Plugin Page](https://plu
4. Example showcase

== Changelog ==
= 2.4.0 (27th July 2026) =
* Enhancement: Refactored the plugin architecture for improved performance, maintainability, and scalability.
* Enhancement: Redesigned the admin settings interface with improved tab organization.
* New: Added a deactivation feedback survey to collect user feedback.
* Enhancement: Reorganized admin templates and menu management for better extensibility.
* Enhancement: Improved the installer and update process with deferred upgrade routines and version handling.
* Developer: Modernized the plugin architecture, namespaces, and Composer dependencies.
* Compatibility: Make compatible with the latest version of WordPress.
* Compatibility: Make compatible with the latest version of WooCommerce.
* Fix: Few minor bug fixes and code improvements.

= 2.3.2 (24th May 2026) =
* Fix - Minor maintenance and internal improvements.
* Compatibility - Checked compatibility with the latest version of WordPress (v7.0).
Expand Down
8 changes: 4 additions & 4 deletions wc-category-showcase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Category Showcase
* Plugin URI: https://pluginever.com/plugins/woocommerce-category-showcase-pro/
* Description: WooCommerce extension to showcase categories in various styles and layouts like sliders, blocks, and grids.
* Version: 2.3.2
* Version: 2.4.0
* Requires at least: 5.2
* Requires PHP: 7.4
* Author: PluginEver
Expand All @@ -13,8 +13,8 @@
* Text Domain: wc-category-showcase
* Domain Path: /languages
* Tested up to: 7.0
* WC requires at least: 3.0.0
* WC tested up to: 10.7
* WC requires at least: 6.0.0
* WC tested up to: 10.9
* Requires Plugins: woocommerce
*
* @link https://pluginever.com/plugins/woocommerce-category-showcase-pro/
Expand Down Expand Up @@ -47,7 +47,7 @@
require_once __DIR__ . '/includes/functions.php';

$data = array(
'version' => '2.3.2',
'version' => '2.4.0',
'name' => 'Category Showcase',
'settings_url' => admin_url( 'admin.php?page=wc-category-showcase' ),
'support_url' => 'https://pluginever.com/support/',
Expand Down
Loading