Releases: austintoddj/canvas
Releases · austintoddj/canvas
v5.3.8
Fixed
- PostgreSQL field type error (#695)
- Locale class requiring the
php-intl
extension to be loaded (#704)
v5.3.7
Fixed
- Fixed a bug when performing validation against PostgreSQL (#692)
v5.3.6
Added
- Optional locale on the Settings page (9542225)
v5.3.5
Fixed
- Fixed the Upgrade Guide link in the readme (a92fad6)
v5.3.4
Changed
- Updated the profile modal UI (f09c97d)
Added
- Added support for Webp uploads (#676, 9ae435b)
- Added the Farsi/Persian language (c6aa3d6)
- View/Visit contextual info to the stats details (ee873d3)
v5.3.3
Fixed
- Added a default User model if none is configured (8136115)
v5.3.2
Changed
- Updated German translations (acb7bf8)
- UI/UX enhancements
Added
- Added the ability to publish translation files (#657, #658)
- Allow a user model override (fa864b8)
v5.3.1
Changed
- Added the upgrade path to 5.3.0 from 5.2 (6267c09)
v5.3.0
Fixed
- Updated Catalan translations (65b3ec2)
- Post counts in the status dropdown (522009b)
- Allow immutable dates (5cb0a64)
- Unique constraints around the
syncTopic()
method (4cfe89a)
Changed
- Moved tests from TravisCI to Github Actions (0802950)
Added
- Laravel 7 support
- Catalan translations (cafa872)
Removed
- Dropped support for Laravel 5.6|5.8
- Removed and refactored the
canvas:ui
command into its own package: cnvs/studio