mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
changelog and dep for v0.1.0-beta.14
This commit is contained in:
parent
563c03fc07
commit
880dff0e37
|
@ -1,5 +1,23 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Keys for extension dependency errors (#172)
|
||||||
|
- Keys for emails from flarum/mentions (#167)
|
||||||
|
- Keys for emails from flarum/subscriptions (#168)
|
||||||
|
- Key for password validation rule (#151)
|
||||||
|
- Keys for email testing in the admin area (#156)
|
||||||
|
- Key for all discussions meta title (#158)
|
||||||
|
- Key for following page meta title (#159)
|
||||||
|
- Keys for display name drivers (#166)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Quoted translated string that contains variable (#169)
|
||||||
|
- Period added to stop line in validation messages (#170)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Keys for mandrill email driver
|
||||||
|
- Keys for SES email driver
|
||||||
|
|
||||||
## [0.1.0-beta.13](https://github.com/flarum/lang-english/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
## [0.1.0-beta.13](https://github.com/flarum/lang-english/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"keywords": ["locale"],
|
"keywords": ["locale"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^0.1.0-beta.13"
|
"flarum/core": "^0.1.0-beta.14"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user