mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 15:33:20 +08:00
changelog and dep for v0.1.0-beta.14
This commit is contained in:
parent
db88a12cde
commit
9164eafd42
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.0-beta.14](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.13...v0.1.0-beta.14)
|
||||
|
||||
### Added
|
||||
- Meta title now available for following page (#23)
|
||||
|
||||
### Changed
|
||||
- Updated mithril to version 2
|
||||
- Load language strings correctly on en-/disable
|
||||
- Updated JS dependencies
|
||||
- Notification emails now are translatable (#30)
|
||||
|
||||
### Fixed
|
||||
- Button colors for dark mode were too vague (#26)
|
||||
|
||||
## [0.1.0-beta.13](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"source": "https://github.com/flarum/subscriptions"
|
||||
},
|
||||
"require": {
|
||||
"flarum/core": "^0.1.0-beta.13"
|
||||
"flarum/core": "^0.1.0-beta.14"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user