Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 6887fb9

Browse files
committed
add v9.1.0 changelog
1 parent 566d234 commit 6887fb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v9.1.0
4+
- do not call get translation with fallback locale and fallback enabled [#502](https://github.com/dimsav/laravel-translatable/pull/502)
5+
- Allow `translateOrDefault()` and `translateOrNew()` to default to user app locale [#500](https://github.com/dimsav/laravel-translatable/pull/500)
6+
- Change autoload translations behavior on runtime [#501](https://github.com/dimsav/laravel-translatable/pull/501)
7+
- use fallback in `attributesToArray()` [#503](https://github.com/dimsav/laravel-translatable/pull/503)
8+
- added `orderByTranslation()` scope [#504](https://github.com/dimsav/laravel-translatable/pull/504)
9+
- example in doc for locale filtering in `whereTranslation()` scope [#487](https://github.com/dimsav/laravel-translatable/pull/487)
10+
- fire saving event in every case [#457](https://github.com/dimsav/laravel-translatable/pull/457)
11+
312
## v9.0.0
413
- Added support for Laravel 5.6 [#435](https://github.com/dimsav/laravel-translatable/pull/435)
514

0 commit comments

Comments
 (0)