This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Releases: roots/soil
Releases · roots/soil
4.1.1
4.1.0
- Fix: XSS vulnerability on
language_attributes
- Fix: Clean up - re-add disabling extra RSS feeds
- Fix: Nav walker - CPT items active classes
- Fix: PHP 8.1 notices
- Add: WPCS security and compatibility checks
Full Changelog: 4.0.5...4.1.0
Soil 4.0.5
- Fix fallback autoloader compatibility with similarly named class names in other namespaces
- Google Analytics module: support checking production environment type via
wp_get_environment_type()
Soil 4.0.4
- Fix Google Analytics options: correctly support non-array default option
Soil 4.0.3
- Relative URLs module: Ensure
srcset
value is array
Soil 4.0.2
- Cleanup module: Fix notice for self-closing tags on site icon meta
Soil 4.0.1
- Add fallback autoloader when Composer isn't present
Soil 4.0.0
- BREAKING CHANGE - Refactor entire code base
- Add options support for modules
- Remove oEmbed wrapper due to incompatibility with Gutenberg
Soil 3.9.0
- Enable beacon tracking for Google Analytics (#243)
- Add support for GitHub Updater plugin (#241)
- Add AJAX support for relative URLs module (#215)
- Fix script cleanup error with single quotes (this was causing JS errors in the WP customizer) (#224)
- Check if is a search page before adding active class to menu item (#223)
- Move addition/removal of nav filters to walk function (#236)
- Add Google Optimize support for Google Analytics module (#215)
Soil 3.8.1
- Update version in plugin headers correctly (#231)