Skip to content

Commit 96be0a7

Browse files
Update changelog.
1 parent 83d2cc1 commit 96be0a7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.9.0
2+
- Bump minimum php version to 5.6 - #276 (Thanks to [@max-kovpak](https://github.com/max-kovpak))
3+
- Add support for Laravel 5.3 and fix EntityType lists method - #276 (Thanks to [@max-kovpak](https://github.com/max-kovpak))
4+
- Add `alterFieldValues` and `alterValid` methods to Form class - #272 (Thanks to [@rudiedirkx](https://github.com/rudiedirkx))
5+
- Fix collection type to use current request data if old input is not available - issue #268
6+
- Fix automatic class append functionality that was added in PR #220 - use `class_append` option instead.
7+
8+
19
## 1.8.0
210
- Add default classes per field - #220 (Thanks to @jvdlaar)
311
- Set up ServiceProvider to be compatible with Laravel 5.3 - #236 (Thanks to @marcoraddatz)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By default it supports Bootstrap 3.
1515
For laravel 4 version check [laravel4-form-builder](https://github.com/kristijanhusak/laravel4-form-builder)
1616

1717
## Upgrade to 1.6
18-
If you upgraded to `1.6.*` from `1.5.*` or eariler, and having problems with form value binding, rename `default_value` to `value`.
18+
If you upgraded to `>1.6.*` from `1.5.*` or eariler, and having problems with form value binding, rename `default_value` to `value`.
1919

2020
More info in [changelog](https://github.com/kristijanhusak/laravel-form-builder/blob/master/CHANGELOG.md)
2121

0 commit comments

Comments
 (0)