title |
---|
Change Log |
All notable changes to this project will be documented in this file.
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
This project adheres to Semantic Versioning.
Features that are deprecated will generally be removed in the next minor
update unless noted otherwise.
- Fix PHP 8 issue when filling
*
fields.
- Fix PHP 8 issue where filling
*
fields was removing a field upon symbol removal.
- Replace spaces with
+
in image cache paths.
- Fix issue where translation IDs were overriding main IDs.
- Added
F j, Y
date format option.
- Fix issue where
EloquentCriteria
was returning null.
- Fixed migration class issues.
- Fixed migration support for L8.
- Added support for addons in vendor directory.
- Config
streams::addons.autoload
which defaults totrue
.
- Changed integrator to not throw such a fit if a suspected addon class does not exist.