Releases: visuellverstehen/statamic-classify
Releases · visuellverstehen/statamic-classify
v4.0.0
What's Changed
- Laravel 13.x Compatibility by @ito-ito-ito-ito in #47
- Remove redundant laravel/framework constraint by @ito-ito-ito-ito in #48
- Migrate test suite to Pest 4 and fix CI matrix by @el-schneider in #49
Breaking Changes
- Minimum PHP version raised to 8.3 (was 8.2)
- Dropped Statamic 4 support
- Dropped Laravel 10 support
New Features
- Added Laravel 13 support
Maintenance
- Migrated test suite from PHPUnit to Pest 4
- Removed redundant
laravel/frameworkconstraint (transitive viastatamic/cms) - Fixed CI matrix: actually uses
matrix.statamic, removed brokenprefer-lowestjobs - Updated checkout action to v4
Compatibility
- PHP: 8.3, 8.4
- Laravel: 11, 12, 13
- Statamic: 5, 6
Full Changelog: v3.2.0...v4.0.0
v3.2.0
What's Changed
- Add Blade usage to README by @Jamesking56 in #40
- feat: add Statamic 6 support by @ito-ito-ito-ito in #46
New Features
- Added support for Statamic 6
- Updated Symfony DomCrawler and CSS Selector constraints to support
^8.0 - Updated TestCase for Statamic 6 compatibility
Documentation
- Added Blade usage instructions to README
- Added Statamic 6 badge and requirements to README
New Contributors
- @ito-ito-ito-ito made their first contribution in #46
Compatibility
- PHP: 8.2, 8.3, 8.4
- Laravel: 10, 11, 12
- Statamic: 4, 5, 6
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- feat: add Laravel 12 and PHP 8.4 support by @el-schneider in 4002b56
- docs: clarify direct child selector behavior in nested selectors by @el-schneider in 74a71c0
- Set correct license in composer.json by @Jamesking56 in #37
- chore: remove composer lock file by @LakkesRa in #36
- chore: add composer lock to gitignore by @LakkesRa in 50a27e6
New Features
- Added support for Laravel 12
- Added support for PHP 8.4
- Enhanced documentation for nested selectors with direct child behavior clarification
Maintenance & Fixes
- Fixed license specification in composer.json (now correctly shows MIT)
- Removed composer.lock from repository and added to .gitignore
New Contributors
- @Jamesking56 made their first contribution in #37
Compatibility
- PHP: 8.2, 8.3, 8.4
- Laravel: 10, 11, 12
- Statamic: 4, 5
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Statamic V5 and Laravel 11 support by @sylvesterdamgaard in #34
- Drop support for Statamic 3, laravel 8 and 9 plus php 8.1 and lower by @doriengr in #35
New Contributors
- @sylvesterdamgaard made their first contribution in #34
Full Changelog: 2.6.2...v3.0.0
2.6.2
2.6.1
2.6.0
2.5.0
Add support for Statamic 3.3 and Laravel 9
Simplify adding css classes if using TailwindCSS
What's Changed
- Reimplements HtmlParser using Symfony DomCrawler by @JohnathonKoster in #21
- Simplify adding css classes if using TailwindCSS by @jonassiewertsen in #22
New Contributors
- @JohnathonKoster made their first contribution in #21
Full Changelog: 2.3.1...2.3.2