Allow your customers to order once and get their products and services every month/week.
Install dependencies
composer install
pnpm install
Minimize files for Production
bash clean.sh
- New: Stripe renewal added.
- New: Trial feature added.
- New: Subscription limit added.
- Fix: Cancel by customer.
- Update: Improve user experience and bug fixing!
- Fix: pagination bug on
subscriptions
template. - Fix: Variable product exists on cart when pro plugin is deactivated!
- Fix: Display '1' inside cart-price after recurring type.
- Update: Improve order's Related Subscriptions description and status.
- New: Block pages support added.
- Update: Rebuild the plugin for better long term support.
- Update: Subscription status will be
pending
when order status isprocessing
. - New:
subscript_order_status_to_post_status
hook added to filter post status during order status changed event.
- New: Subscription storeAPI checkout support added.
- Fix: Handle order deletion.
- Update: WP timezone setting support added.
- New: Compatible with pro version.
- Fix: Displaying
/1{type}
inside product details.
- We rebuild our plugin from scratch to provide better & long terms supports
- Severals UI & compatibility issues solved
- Display color based subscription status
- Add required plugin installer
- Fix subscription customer box overflow issue
- Plugin action links added
- Code clean-up
- Fix some minor issues
- Update plugin name
- Did some Code refactoring
- AutoFix WPCodingStandard related issues using
phpcbf
- Fix "total" amount not display in "My Subscription's"
- Initial release