mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
changelog and dep for v0.1.0-beta.14
This commit is contained in:
parent
1a19fd63da
commit
5d013bfea7
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.0-beta.14](https://github.com/flarum/pusher/compare/v0.1.0-beta.13...v0.1.0-beta.14)
|
||||
|
||||
### Changed
|
||||
- Updated mithril to version 2
|
||||
- Load language strings correctly on en-/disable
|
||||
- Updated JS dependencies
|
||||
|
||||
### Fixed
|
||||
- Publish no events for tags when flarum/tags isn't installed (#25)
|
||||
|
||||
## [0.1.0-beta.13](https://github.com/flarum/pusher/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"source": "https://github.com/flarum/pusher"
|
||||
},
|
||||
"require": {
|
||||
"flarum/core": "^0.1.0-beta.13",
|
||||
"flarum/core": "^0.1.0-beta.14",
|
||||
"pusher/pusher-php-server": "^2.2"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user