All notable changes to cerberus
will be documented in this file
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adds support for handling URLs of local storage disks in
FilesystemSuffixedTask::makeCurrent
.
- Ignore matches
/index.php
in domain tenant finder. A bad domain was generated with a URL as{my-tenant}/index.php
.
eduarguz/shift-php-cs
package.
- Update
friendsofphp/php-cs-fixer
package to version 3.0 - Add return type
int
toTenantAware.execute
- When switching tenants, the
SwitchMailerTask
will not instantiate a new mailer.
- Run GitHub Actions on push/pull_requests for all branches.
- Standard for the CHANGELOG.md file.
- TestsCase tearDown error due to an update in the orchestra/testbench package.
- Updates
spatie/laravel-multitenancy
to version 3.0.*
- Adds
ResetInstancesTask
to reset the containers when switching a tenant usingmultitenancy.forget_instances
key #24
- Adds
--no-slashes
option totenants:artisan
command. This option will prevent slashes from being added to the command. #23
- Config merge using array with numeric values. #21
- Handle JobsRetryRequested queue event
- Support for Laravel 9
- Support for PHP 8
- upgrade laravel-multitenancy to version ^2.0
- Support for PHP7