Radicle v1.1.0 has been released
If you have already purchased a license for Radicle, you can download the latest version from the Roots Dashboard or from the GitHub repo
Bug fixes
- Safe SVG is now included from wpackagist to avoid an issue where the plugin assets aren’t built
- CPTs provider: Fix for adding taxonomy to multiple CPTs (props @weirdlooop)
Improvements
Service providers
Service providers saw several updates thanks to @Log1x:
- Added types, improved docblocks
- Improved theme support registration syntax
- Changed widget registration to a short-handed function
- Moved post type and taxonomy registration into a collection
Dependency updates
Bud v6.12.0 and Tailwind v3.3
Bud has been updated to v6.12.0 which also included a few related changes:
- Removed storage directory specific configuration
- Re-generated the
theme.json
file with the new Tailwind950
colors - Tailwind config has been switched to TypeScript which improves the DX with typechecking and autosuggestions (props @kellymears)
WordPress 6.2 and PHP 8.1
WordPress has been bumped to 6.2, which also allowed us to update to PHP 8.1 by default for both the Lando config and Trellis due to the better support for PHP 8.x out of the box upstream