Smart Subscriptions for WooCommerce Changelog

2026-05-29 - version 1.0.3
* New: WooCommerce 10.6.2, 10.7.0, 10.8.1 compatible
* New: My Account > Subscriptions list now shows paginated results (10 per page) matching WooCommerce core orders behavior
* New: Note under Next Payment Date when editing a subscription to clarify how it is auto-calculated when a trial is active [Admin]
* Fix: PHP notice: Undefined variable: plugin
* Fix: PHP Notice: Trying to access array offset on value of type null
* Fix: Trial period unit (day/week/month/year) lost during subscription creation
* Fix: Updating an active trial subscription overwrites the trial unit with the trial length [Admin]
* Fix: Trial end date not recalculated when trial fields are updated [Admin]
* Fix: Next payment date not recalculated when trial length is changed or removed [Admin]
* Fix: Next payment date calculated from the trial end date instead of trial end date + billing period [Admin]
* Fix: Trial row not showing on My Account > Subscription details
* Fix: Completed trial showing 'X day trial (completed)' instead of the actual trial unit on My Account > Subscription details
* Update: Trial period field in subscription edit now has separate inputs for length and unit (day/week/month/year) [Admin]
* Update: Trial unit select falls back to the linked product trial unit when the stored value is missing or corrupted [Admin]
* Update: Move plugin-specific system info from WooCommerce > Settings > Smart Subscriptions > Advanced to WooCommerce > Status > System Status Report [Admin]
* Update: Code improvements
* Update: POT file

2026-02-26 - version 1.0.2
* New: WooCommerce 10.5.2 compatible
* Fix: SKU, Virtual, Downloadable options missing when creating or editing a subscription product [Admin]
* Fix: Inventory tab missing when creating or editing a subscription product [Admin]
* Fix: Uninstalling the plugin adds a log entry [Admin]
* Fix: Subscriptions endpoint returning 404 on My Account on first activation and after deactivation or reactivation on existing sites
* Fix: My Account > Subscriptions not displaying the title set in the My Account Page Title setting
* Update: Default value for My Account Page Title setting
* Update: Text improvements
* Update: Code improvements
* Update: POT file
* Developer: Remove usage of SA_SMART_SUBSCRIPTIONS_VERSION constant
* Developer: Use get_plugin_data() to fetch plugin version

2026-01-26 - version 1.0.1
* New: WooCommerce 10.2.3, 10.3.7, 10.4.3 compatible
* New: WordPress 6.9 compatible
* Fix: PHP fatal error during order placement when a subscription product has a trial period set
* Fix: Hardcoded colors instead of using the theme colors in My Account > Subscriptions
* Fix: Payment Settings section end not showing properly in the setting [Admin]
* Update: Retry Failed Payments setting section heading [Admin]
* Update: Description update for a few settings [Admin]
* Update: Readme file changes
* Update: Code improvements
* Update: POT file
* Update: Rename plugin to Smart Subscriptions for WooCommerce

2025-11-06 - version 1.0.0
* New: First release