All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Maintenance release.
- Set minimum required PHP version to ^8.0.2 (to match October CMS' PHP requirement).
- Fix namespace of MaintenanceServiceProvider.
- Fix namespace of ResponseMaker.
- Drop support for older October CMS versions (<3.0).
- Drop support for PHP 7.4
- Add .gitattributes file to repository.
- Move
ResponseMaker
interface toClasses\Contracts
namespace.
- Add configuration option
use_preferred_locale
to switch locale based on preferred locale from browser request.
- Move Service Provider to ServiceProviders namespace.
- Add CHANGELOG file.
- Add support for PHP 7.4 and higher.