1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 11:52:16 +02:00

changes for stable

This commit is contained in:
Daniel Klabbers
2021-05-25 16:50:04 +02:00
parent c7b235a781
commit 448d8401d4
3 changed files with 119 additions and 355 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [1.0.0](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
### Fixed
- Tooltips generate a deprecation warning
- Inconsistent data for subscribed provided by API (https://github.com/flarum/subscriptions/pull/37)
## [0.1.0-beta.16](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed