# Flexible Subscriptions Payment Retry Changelog
## [1.0.11] - 2026-06-24
### Fixed
- Fixed retry processing for already paid renewals so it restores the next scheduled payment request without triggering invalid subscription status hook calls.
- Reused the core subscription schedule service to restore the next payment request after a successful retry.
- Fixed retry schedule lookup to use the proper Action Scheduler group and avoid duplicate retry scheduling checks.
## [1.0.10] - 2026-06-21
### Added
- Support for WooCommerce 10.9
## [1.0.9] - 2026-05-19
### Added
- Support for WordPress 7.0
## [1.0.8] - 2026-05-07
### Added
- Support for WooCommerce 10.8
## [1.0.7] - 2026-04-23
### Added
- Update reminder
## [1.0.6] - 2026-01-28
### Fixed
- Namespace declaration error.
## [1.0.5] - 2026-01-15
## Fixed
- PHP 8.5 compatibility fixes
## [1.0.4] - 2025-12-03
### Added
- Support for WordPress 6.9
- Support for WooCommerce 10.4
## [1.0.3] - 2025-10-22
### Changed
- Changed internal links.
## [1.0.2] - 2025-05-23
### Changed
- Changed internal links.
## [1.0.1] - 2025-01-15
### Added
- Polish translations
## [1.0.0] - 2024-12-13
### Added
- Initial version, allowing to retry failing payments automatically.