Summary
Version 3.0.6 of the Illinois WordPress Theme has been tested up to WordPress version 6.9.4 and implements Illinois Toolkit version 3.10.1. This release contains enhancements to post display options, corrects several accessibility issues related to v2 blocks and improves functionality for several v3 blocks.
What’s Changed
Enhancements
- Added alignment control to v3 Hero block
- Added compact view toggle to v3 Accordion block
- Added option for centering buttons in Card blocks
- Added option to hide previous/next links on posts
- Added support for call to action buttons in the footer
- Added support for displaying full text on post pages
- Added support for hiding the title and byline on posts
- Incremented Illinois toolkit support to 3.10.1
- Updated Advanced Custom Fields to version 6.8.0.1
Bug Fixes
- Corrected issue with title overlapping featured image on mobile
- Corrected full width block spacing
- Fixed accessibility issues with v2 Clickable Card block
- Fixed accessibility issues with v2 Hero block
- Fixed accessibility issue with focused elements in section navigation link menu
- Removed color picker and typography options from core button block to prevent inaccessible color combinations
Upgrade Notes
Full Width Padding
Since the release of 3.0.6 some users have reported extra padding gets applied to blocks set to “Full width” alignment. This results in a about 9px of white space appearing on the left and right sides of blocks. This will be corrected in the 3.0.7 release. If you’d like to apply a fix in your 3.0.6 theme install, use this CSS rule:
#primary_secondary_wrapper .entry-content .alignfull {
padding-left: 0 !important; Read the rest “v3.0.6” 