3.1.0
August 13th, 2025
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 https://github.com/visuellverstehen/statamic-classify/pull/37
- chore: remove composer lock file by @LakkesRa in https://github.com/visuellverstehen/statamic-classify/pull/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 https://github.com/visuellverstehen/statamic-classify/pull/37
Compatibility
- PHP: 8.2, 8.3, 8.4
- Laravel: 10, 11, 12
- Statamic: 4, 5
Full Changelog: https://github.com/visuellverstehen/statamic-classify/compare/v3.0.0...v3.1.0
3.0.0
May 22nd, 2024
What's Changed
- Statamic V5 and Laravel 11 support by @SylvesterDamgaard in https://github.com/visuellverstehen/statamic-classify/pull/34
- Drop support for Statamic 3, laravel 8 and 9 plus php 8.1 and lower by @doriengr in https://github.com/visuellverstehen/statamic-classify/pull/35
New Contributors
- @SylvesterDamgaard made their first contribution in https://github.com/visuellverstehen/statamic-classify/pull/34
Full Changelog: https://github.com/visuellverstehen/statamic-classify/compare/2.6.2...v3.0.0
2.6.2
January 19th, 2024
What's Changed
- Bumb up symfony/css-selector version to ^7.0 by @doriengr in https://github.com/visuellverstehen/statamic-classify/pull/33
2.6.1
May 10th, 2023
2.6.0
April 18th, 2023
What's new?
- Allow selector chaining (#24)
- Add support for Laravel 10
2.5.0
April 13th, 2023
What's new?
- Added a
{{ classify }}
tag that allows to easily access all style configurations by element/styleset (#30) - Added support for Statamic 4
What's improved?
- Updated the addon description
- Added more information to readme
2.4.0
April 13th, 2022
What's Changed
- #26 Add support for Statamic 3.3 and Laravel 9 by @aerni
- #28 Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1
- #29 Bump statamic/cms from 3.2.27 to 3.2.39
New Contributors
- @aerni made their first contribution in https://github.com/visuellverstehen/statamic-classify/pull/26
2.3.2
December 21st, 2021
What's Changed
- Reimplements HtmlParser using Symfony DomCrawler by @JohnathonKoster in https://github.com/visuellverstehen/statamic-classify/pull/21
- Simplify adding css classes if using TailwindCSS by @jonassiewertsen in https://github.com/visuellverstehen/statamic-classify/pull/22
New Contributors
- @JohnathonKoster made their first contribution in https://github.com/visuellverstehen/statamic-classify/pull/21
Full Changelog: https://github.com/visuellverstehen/statamic-classify/compare/2.3.1...2.3.2
2.3.1
September 30th, 2021
- Prevent error for empty bard fields (#17)
2.3.0
August 25th, 2021
Add Statamic 3.2 support
2.2.0
June 30th, 2021
Nested tags are supported now π
Just to show you one example, which is really handy for lists inside of bard.
#89DDFF;">`ul li p a#89DDFF;">` #89DDFF;">=> #89DDFF;">'my-secial-css-class-for-nested-links-in-lists`,`a` => `a-general-link-class`,
2.1.1
March 25th, 2021
Set Statamic minimum requirement to 3.0.38
2.1.0
March 25th, 2021
Support Statamic 3.1
2.0.1
January 5th, 2021
PHP8 Support added
2.0.0
November 9th, 2020
Laravel 8 Ready
If you want to stay on Laravel 7, use Classify version ^1.0
1.0.4
September 10th, 2020
Readme updated
1.0.3
September 5th, 2020
- Fix All tags will be recognized.
1.0.2
August 24th, 2020
- N/A Changelog not available.
1.0.1
August 20th, 2020
Some small clean ups
1.0.0
August 13th, 2025
- N/A Changelog not available.