Skip to content

Commit

Permalink
Update changelog for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox authored Mar 14, 2019
1 parent 9e413c6 commit fa78d3f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to `twill` will be documented in this file.
## 1.2.1 (UNRELEASED)

### Added
- Browser field with multi-types (a0804b7, e6864f4) TODO: docs
- Laravel 5.8 support (#209)
- CMS users 2 factor authentication (requires the `php-imagick` extension installed when enabled) (2753b4aa)
- Media library custom fields (181eabe3)
- Browser field with multi-types (a0804b7, e6864f4)
- Medias, select and radio fields support in settings (#87) (5ba1dcd, 8d251f1)
- Support for default values in input and wysiwyg fields (1b27210)
- Add option to keep value inside connector field when toggled (d0a92f2)
Expand All @@ -30,8 +33,13 @@ All notable changes to `twill` will be documented in this file.
- Fix CMS global search on translated titles (a5b05d3)
- Fix for non existing crop settings (ca778f6)
- Fix default locale column length Closes #80 (209e63f)
- Fix logged-in admin user privilege escalation (27cd3f8a)
- Prevent unauthorized users from accessing CMS users listing
- Fix translated file form field creating duplicate attached files after saving twice


### Improved
- Update to Laravel Mix 4 (#113)
- Update front language components to support large number of languages (#47) (5e6c22a)
- Check database connection before twill:install (#66) (30b25be)
- Improve create super admin command (#68) (8ca8927)
Expand All @@ -43,6 +51,9 @@ All notable changes to `twill` will be documented in this file.
- Allow main nav to scroll on overflow-x (432b463)
- Add repeaterName parameter to repository repeater relates functions (#129) (aead7aa)
- Remove unecessary check for empty value before saving text fields into vuex store (e8866e4)
- Improve usability of the full screen content editor on mobile
- Various documentation improvements


## 1.2.0 2018-09-24

Expand Down

0 comments on commit fa78d3f

Please sign in to comment.