Neither 1.1.2 nor 1.1.3 was ever tagged (only v1.1.0 and v1.1.1 exist), so their changes roll into the 1.2.0 release. This merges the untagged sections into a single ## [1.2.0] section and adds the two missing features, so release.yml publishes real notes when v1.2.0 is tagged.
Changelog-only change; no source touched. Verified the release workflow's awk extraction returns the full 1.2.0 section.
Tag to follow after this merges.
The plugin header already carries **1.2.0**, but `CHANGELOG.md` topped out at the untagged `## [1.1.3]` section, and two shipped features were never recorded:
- #104 — lesson booking detail view + booked-offering info on upcoming/list views
- #105 — weekly/monthly scheduled billing
Neither 1.1.2 nor 1.1.3 was ever tagged (only v1.1.0 and v1.1.1 exist), so their changes roll into the 1.2.0 release. This merges the untagged sections into a single `## [1.2.0]` section and adds the two missing features, so `release.yml` publishes real notes when v1.2.0 is tagged.
Changelog-only change; no source touched. Verified the release workflow's awk extraction returns the full 1.2.0 section.
Tag to follow after this merges.
The plugin header carries 1.2.0 but CHANGELOG.md still topped out at the
untagged 1.1.3 section, and two shipped features (#104 lesson booking
detail, #105 weekly/monthly scheduled billing) were unrecorded. Neither
1.1.2 nor 1.1.3 was ever tagged, so their changes belong to the 1.2.0
release. Merge the untagged sections into a single 1.2.0 section and add
the two missing features so the release workflow publishes real notes.
Co-Authored-By: Claude Opus 4.8 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The plugin header already carries 1.2.0, but
CHANGELOG.mdtopped out at the untagged## [1.1.3]section, and two shipped features were never recorded:Neither 1.1.2 nor 1.1.3 was ever tagged (only v1.1.0 and v1.1.1 exist), so their changes roll into the 1.2.0 release. This merges the untagged sections into a single
## [1.2.0]section and adds the two missing features, sorelease.ymlpublishes real notes when v1.2.0 is tagged.Changelog-only change; no source touched. Verified the release workflow's awk extraction returns the full 1.2.0 section.
Tag to follow after this merges.