mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 06:29:45 +08:00
Release v0.1.0-beta.13
This commit is contained in:
parent
c2e7a5413c
commit
74e02b6a3c
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.0-beta.13](https://github.com/flarum/tags/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
||||
|
||||
### Added
|
||||
- Add title and description meta tags (#72)
|
||||
|
||||
|
||||
### Changed
|
||||
- Updated JS dependencies
|
||||
- Improved performance of subqueries (#75)
|
||||
- Allow menu items between listed tags and link to tags page (#70)
|
||||
- Using new model extender
|
||||
|
||||
## [0.1.0-beta.12](https://github.com/flarum/tags/compare/v0.1.0-beta.11...v0.1.0-beta.12)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"source": "https://github.com/flarum/tags"
|
||||
},
|
||||
"require": {
|
||||
"flarum/core": "^0.1.0-beta.12"
|
||||
"flarum/core": "^0.1.0-beta.13"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user