=== CodeWithSani Product Slider for WooCommerce ===
Contributors: codewithsani
Tags: woocommerce, product slider, product carousel, responsive slider
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.4
Tested up to PHP: 8.3
WC requires at least: 5.0
WC tested up to: 10.8
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Short Description: Responsive WooCommerce product slider with shortcode, autoplay, category filtering, RTL support, and custom display settings.

== Description ==

CodeWithSani Product Slider for WooCommerce allows you to display WooCommerce products in a responsive slider using a shortcode.

The plugin provides a simple admin interface to create sliders and configure display options such as product type, categories, layout behavior, and visibility settings.

== Features ==

* WooCommerce product slider using shortcode
* Product category filtering
* Featured products support
* Best selling products support
* Control number of products per slide
* Autoplay with speed control
* Infinite loop option
* Navigation arrows and dots
* Show/hide product price
* Show/hide Add to Cart button
* Show/hide slider title
* RTL (Right-to-Left) support
* Extra CSS class support for styling

== How It Works ==

1. Install and activate the plugin.
2. Go to Product Slider in the WordPress admin menu.
3. Create a new slider and configure settings.
4. Copy the generated shortcode.
5. Paste the shortcode into any page, post, or widget.
6. The product slider will display on the frontend.

== Getting Started ==

= Install and Activate =

Upload and activate the plugin via the WordPress Plugins screen.

= Create Slider =

Go to Product Slider → Add New Slider and configure:

* Product type (Products / Featured / Best Selling)
* Product categories
* Slider settings (slides, autoplay, speed, loop)
* Display settings (price, cart button, title)
* RTL support
* Custom CSS class

= Display Slider =

Use the generated shortcode inside any page, post, or widget.

Example:

[cwsps_product_slider id="123"]

== Frequently Asked Questions ==

= Does this plugin require WooCommerce? =
Yes, WooCommerce must be installed and active.

= Is it responsive? =
Yes, the slider is fully responsive on all devices.

= Does it support RTL languages? =
Yes, RTL mode is available for right-to-left languages.

= Can I filter products by category? =
Yes, category selection is supported per slider.

== Changelog ==

= 1.0.2 =

* Updated plugin prefixes, constants, classes, namespaces, hooks, shortcode names, and identifiers to use a more unique naming convention.
* Fixed WooCommerce asset URL loading to avoid hardcoded plugin directory paths.
* Improved compatibility with non-standard WordPress and WooCommerce installations.
* Performed additional code cleanup and WordPress coding standards improvements.
* Tested with WordPress 7.0 and latest WooCommerce version.

= 1.0.1 =
* Renamed plugin for WordPress.org compliance
* Updated plugin slug and text domain
* Improved naming uniqueness

= 1.0.0 =
* Initial release
* Added product slider functionality
* Added category filtering
* Added autoplay, loop, arrows, dots
* Added RTL support
* Added shortcode system
* Added admin configuration panel