1.2.6 - Beta
Pre-release
Pre-release
Added
- New config option:
'allow_prerelease' => trueenables support for prerelease versions (-alpha,-beta,-rc) during update checks. - Regex-based detection of prerelease versions using SemVer-style matching:
1.2.3-beta,2.0.0-alpha.1, etc. - Fully backward-compatible: prereleases are skipped by default unless explicitly opted in.
- Updated both plugin and theme update flows to honor prerelease rules.
Improved
- Minor inline doc updates for better integration guidance.
Please Note: I am still testing this but there shouldn't be breaking changes I will test on my plugins first which is fully scoped and will not effect anyone else this will likely become 1.3 when its released