Change Log
Introduction
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.
Versioning
This project adheres to Semantic Versioning.
Deprecated Features
Features that are deprecated will generally be removed in the next minor
update unless noted otherwise.
Releases
[2.3.11] - 2019-09-05
Changed
- Changed verbiage for
redirects:dump
command.
[2.3.10] - 2019-07-19
Added
- Added support for
php artisan refresh
command.
[2.3.9] - 2019-07-19
Fixed
- Fixed issue where redirects might not be found for some reason (old browser cache). 404 in such cases.
[2.3.8] - 2019-03-13
Added
- Added documentation.
- Added
redirects:dump
CLI command.
Fixed
- Fixed issues around
route:cache
like closures and re-generating routes on pages save.
Changed
- Changed
composer.json
to include proper support links. - Changed
composer.json
to use"anomaly/streams-platform": "^1.6"
. - Changed the method in which module includes redirect routes.