radicle v2.3.0 released

Radicle v2.3.0 has been released — you can download the latest version from the Roots Dashboard or from the GitHub repo

What’s Changed

:up_arrow: Dependencies & Requirements

  • :up_arrow: Bump minimum PHP requirement from 8.3 to 8.4
  • :up_arrow: Bump PHP and JS dependencies
  • :minus: Remove roave/security-advisories

:sparkles: Features & Enhancements

  • :sparkles: Add webfont setup
  • :wrench: Add APP_URL env variable
  • :wrench: Bedrock config: Infer WP_ENVIRONMENT_TYPE based on WP_ENV

:recycling_symbol: Refactors & Improvements

  • :recycling_symbol: Move service provider side effects from register() to boot()
  • :recycling_symbol: Refactor Button class to use DomDocument

:bug: Bug Fixes

  • :bug: Register modal block server-side to fix missing attributes
  • :bug: Fix i18n string extraction for app directory
  • :bug: Fix outline button block styles
  • :bug: Disable on-demand block asset loading for WP 6.9.1

:wrench: Build & Tooling

  • :wrench: Composer: Add name to wpackagist repository
  • :wrench: Trellis setup: Remove Vagrant setup

Full Changelog: https://github.com/roots/radicle/compare/v2.2.0...v2.3.0

1 Like

v2.3.1 has been released with two changes:

  • :bug: Fix remaining register() references from boot() refactor
  • :recycling_symbol: Use block-specific render_block_{$this->name} hook

v2.3.2 has been released:

  • :up_arrow: WordPress 6.9.4, update other dependencies, remove Ignition
  • :up_arrow: Merge upstream Bedrock config changes
  • :up_arrow: Bump @roots/vite-plugin to v1.3.1
  • :up_arrow: Bump @wordpress/icons to v11.8.0