- Bump module version to mainline (no change)
- Added the following content fields to the Taxon model/table:
subtitle
excerpt
description
top_content
bottom_content
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Changed minimum Laravel version to v10.43
- Bump module version to mainline (no change)
- Bump module version to mainline (no change)
- Added Laravel 10 support
- Bump module version to mainline (no change)
- Bump module version to mainline (no change)
- Added final PHP 8.2 support
- Changed minimum Concord version requirement to v1.12
- Changed minimum Laravel requirement to 9.2
- Changed minimum Concord requirement to 1.11
- Bump module version to mainline (no change)
- Added Laravel 9 support
- Added PHP 8.1 support
- Dropped PHP 7.4 Support
- Dropped Laravel 6-8 Support
- Removed Admin from "Framework" - it is available as an optional separate package see vanilo/admin
- Minimum Laravel version is 8.22.1. See GHSA-3p32-j457-pg5x
- Changed internal CS ruleset from PSR-2 to PSR-12
- Dropped PHP 7.3 support
- Added PHP 8 support
- Added
Taxon::findOneByParentsAndSlug
method - Added
Taxonomy::findOneBySlug
method - Added
taxa
(andtaxons
alias) relationship toTaxonomy
model - Changed CI from Travis to Github
Known Issue: - The Taxon::findOneByParentsAndSlug()
method is not working with Laravel 6 (only with Laravel 7 & 8)
- BC: Return types have been added to some methods in Taxon and Taxonomy interfaces
- Added Laravel 8 Support
- Dropped Laravel 5 Support
- Dropped PHP 7.2 Support
- Added Laravel 7 support
- Added PHP 7.4 support
- Dropped PHP 7.1 support
- Combination of PHP 7.4 & Laravel 5.6|5.7 is not recommended
due to improper order of
implode()
arguments in eloquent-sluggable dependency
- Added Laravel 6 Support
- No changes, just version bump
- Complete Laravel 5.8 compatibility (likely works with 0.4.0 & 0.5.0 as well)
- PHP 7.0 support has been dropped
- HasTaxons trait has been added
- The very first release of this module
- Supports taxonomies, taxons
- Taxons can be assigned to any model