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

Commit

Permalink
uppercase first letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 7, 2018
1 parent f17f573 commit 067009d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

## v9.1.0
- do not call get translation with fallback locale and fallback enabled [#502](https://github.com/dimsav/laravel-translatable/pull/502)
- Do not call get translation with fallback locale and fallback enabled [#502](https://github.com/dimsav/laravel-translatable/pull/502)
- Allow `translateOrDefault()` and `translateOrNew()` to default to user app locale [#500](https://github.com/dimsav/laravel-translatable/pull/500)
- Change autoload translations behavior on runtime [#501](https://github.com/dimsav/laravel-translatable/pull/501)
- use fallback in `attributesToArray()` [#503](https://github.com/dimsav/laravel-translatable/pull/503)
- added `orderByTranslation()` scope [#504](https://github.com/dimsav/laravel-translatable/pull/504)
- example in doc for locale filtering in `whereTranslation()` scope [#487](https://github.com/dimsav/laravel-translatable/pull/487)
- fire saving event in every case [#457](https://github.com/dimsav/laravel-translatable/pull/457)
- Use fallback in `attributesToArray()` [#503](https://github.com/dimsav/laravel-translatable/pull/503)
- Added `orderByTranslation()` scope [#504](https://github.com/dimsav/laravel-translatable/pull/504)
- Example in doc for locale filtering in `whereTranslation()` scope [#487](https://github.com/dimsav/laravel-translatable/pull/487)
- Fire saving event in every case [#457](https://github.com/dimsav/laravel-translatable/pull/457)
- Allow to change default translation model namespace from config file [#508](https://github.com/dimsav/laravel-translatable/pull/508)

## v9.0.0
Expand Down

0 comments on commit 067009d

Please sign in to comment.