=== MiloSubscriptions ===
Contributors: w7sdev
Tags: subscriptions, woocommerce, recurring, payments, billing
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 0.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight WooCommerce subscription plugin. Create subscription products with recurring billing periods.

== Description ==

MiloSubscriptions adds a subscription product type to WooCommerce. Create products with recurring billing schedules and manage them from your WordPress admin.

**Features:**

* Subscription product type with configurable billing period (day, week, month, year)
* Configurable billing interval (every 1st, 2nd, 3rd, or 6th period)
* Subscription price field on the product editor
* Price display with billing period on the product page and shop
* Admin page listing all subscription products
* HPOS (High-Performance Order Storage) compatible

**Requirements:**

* WordPress 6.0 or later
* WooCommerce 8.0 or later
* PHP 7.4 or later

== Installation ==

1. Upload the `milosubscriptions` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Ensure WooCommerce is installed and active.
4. Create a new product and select "Simple Subscription" as the product type.
5. Configure the billing period and price in the Subscription tab.

== Frequently Asked Questions ==

= Does this plugin require WooCommerce? =

Yes. WooCommerce 8.0 or later must be installed and active.

= What billing periods are supported? =

Day, week, month, and year. Each can be combined with an interval (every 1st, 2nd, 3rd, or 6th).

= Is it compatible with HPOS? =

Yes. The plugin declares full compatibility with WooCommerce High-Performance Order Storage.

== Screenshots ==

1. Subscription product settings in the product editor.
2. Subscription products listed in the admin page.

== Changelog ==

= 0.0.1 =
* Initial release.
* Subscription product type registration.
* Billing period and interval configuration.
* Admin subscriptions list page.
* HPOS compatibility declaration.
