Skip to content

Latest commit

 

History

History
96 lines (50 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

96 lines (50 loc) · 2.71 KB

Changelog

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.

[Unreleased]

Fixed:

  • Adds support for handling URLs of local storage disks in FilesystemSuffixedTask::makeCurrent.

Fixed

  • Ignore matches /index.php in domain tenant finder. A bad domain was generated with a URL as {my-tenant}/index.php.

Added

  • eduarguz/shift-php-cs package.

Changed

  • Update friendsofphp/php-cs-fixer package to version 3.0
  • Add return type int to TenantAware.execute

Changed

  • When switching tenants, the SwitchMailerTask will not instantiate a new mailer.

Added

  • Run GitHub Actions on push/pull_requests for all branches.

Changed

  • Standard for the CHANGELOG.md file.

Fixed

  • TestsCase tearDown error due to an update in the orchestra/testbench package.

Changed

  • Updates spatie/laravel-multitenancy to version 3.0.*

Added

  • Adds ResetInstancesTask to reset the containers when switching a tenant using multitenancy.forget_instances key #24

Added

  • Adds --no-slashes option to tenants:artisan command. This option will prevent slashes from being added to the command. #23

Fixed

  • Config merge using array with numeric values. #21

Added

  • Handle JobsRetryRequested queue event

Added

  • Support for Laravel 9
  • Support for PHP 8

Changed

  • upgrade laravel-multitenancy to version ^2.0

Removed

  • Support for PHP7