mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Release v1.2
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## [1.2.0](https://github.com/flarum/pusher/compare/v1.1.0...v1.2.0)
|
||||
|
||||
### Changed
|
||||
- Convert to TypeScript (https://github.com/flarum/pusher/pull/34).
|
||||
- Replace jQuery with vanilla JS (https://github.com/flarum/pusher/pull/35).
|
||||
|
||||
### Fixed
|
||||
- Discussion list pagination breaks when clicking on the update button (https://github.com/flarum/pusher/pull/33).
|
||||
|
||||
## [1.1.0](https://github.com/flarum/pusher/compare/v1.0.0...v1.1.0)
|
||||
|
||||
No changes.
|
||||
|
@@ -19,7 +19,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"flarum/core": "^1.1",
|
||||
"flarum/core": "^1.2",
|
||||
"pusher/pusher-php-server": "^2.2"
|
||||
},
|
||||
"autoload": {
|
||||
|
Reference in New Issue
Block a user