Releases: uweb/uw_wp_theme
3.3.1
3.3.0
An accessibility release on the theme for Fall 2024! Please test this update. It does not have breaking changes to the theme, but it may impact child theming and customizations for certain elements. See changelog below.
Changelog
See full list of code changes.
- Added visual hierarchy styling to headings used inside card body that are not card title
- Updated markup order for step cards, while maintaining visual layout
- Fixed green success badge/button so it used the correct, accessible background color
- Adjusted Bootstrap custom checkbox label spacing
- Updated all widget titles (both core WordPress widgets and custom UW widgets) to be h2s, while keeping same styling from h4s
- Removed unneeded aria-hidden and role=”search” from search toggle, fixed aria-hidden on search area disclosure (leftover from 2014)
- In search disclosure, moved search form options to the left side of the search field instead of after the submit button, updated initial focus to be with the search options (first form field) instead of the search term input field; modernized layout markup, related tweaks for mobile
- Replaced slash separator in breadcrumbs with a border element instead of a content slash, moved from :before to :after to more accurately reflect where it is; added color change on hover to match other links
- Removed unneeded aria-hidden on Quicklinks button
- Updated audience menu and footer hover color, other footer hover/active/focus behavior; modernized the footer code while keeping layout, including replacing slash separator with a border element
- Updated sidebar page nav use an aria-label that matches the text of the top-level item so it is announced to assistive technology correctly as “ navigation”
- Updated aria-labels to be more clear in header, footer, and widgets
- Fixed role and aria-label application for hero image in various header options
- Bugfix for jumbotron shortcode
3.2.1
URL updates in the default menu.
If you use the default whitebar URLs: please delete the existing default whitebar menu to have it automatically update.
Changelog
See full list of code changes.
- Updated URLs in default white bar navigation
3.2
An accessibility release on the theme for Summer 2024! Please test this update. It does not have breaking changes to the theme, but it may impact child theming for certain elements. See changelog below.
See full list of code changes.
Changelog
- Improved Bootstrap styling
-- Fixed description list alignment
-- Fixed form styling & layout
-- Added form styles for Contact Form 7 and Gravity Forms
-- Corrected contrast issues on small.muted-text, code element, and alerts
-- Corrected mark styling to have color and background color - Added ARIA role="navigation" to audience menu
- Added ARIA role="region” for hero area in all templates
- Corrected sidebar search submit button low contrast
- Corrected empty h4 in Recent Posts widget if no title provided
- Removed role="complementary" from widgets that are in the sidebar
- Improved aria labels for sidebar, widgets, and page title banner to more accurately describe sections
- Added ARIA role=”region” to accordion collapse element
- Removed unneeded role=”presentation” on RSS, Recent Posts, and Blogroll widget links, added aria-hidden to image only
- Added title to generic “more” link on RSS widget to elaborate on link context
- On the blog single posts, updated Previous and Next links to use markup instead of CSS font-weight property.
- Restored plus and play icon button styling (bug introduced in 3.1)
- Potentially breaking change: Changed Tabs to use a button instead of an a:link for the tab trigger. Existing functionality remains but because we changed from a to button, if anyone has built off expecting this being a link in your child theme, you’ll need to update your child theme to reflect button vs a.
- Potentially breaking change: Changed Carousel previous & next buttons to be buttons instead of links. Styling did not change but if the links were used in a child theme override you’ll need to update your child theme to reflect they are now buttons vs links.
3.1
A couple of new features for existing short codes, various bug fixes, and refinement of our radio/checkbox styles.
Some of these changes may cause unexpected behavior on modified forms, widgets, and captions. Please test your code before deploying to production.
Changelog
See full list of code changes.
- Added feature to use any web icon on buttons
- Added ability to link directly to Tabs/Tours
- Added non-bold text option to accordion style
- Bug: fixed issues with radio button and checkbox styles, converted to CSS
- Bug: fixed figure caption typo on galleries
- Bug: various blogroll & RSS widget image fixes
- Bug: fix image alignment issue on blogs
3.0.1
Bug fixes
Changelog
See full list of code changes.
- Bug fix: radio buttons and checkboxes not displaying properly
3.0.0
A major release of the theme with a number of feature enhancements, code changes, and removals. There are some modifications to how features work by default. Please test your site before updating.
Changelog
See full list of code changes.
- Upgraded jQuery version
- New card shortcode style option: Half Block
- Updated the mobile version of Tours to match Tabs
- Added a branded caption option to the gallery shortcode
- Added post dates to search results page
- Added option to turn sidebar on for attachment pages
- Added option to enable sidebar navigation on homepage
- Added option to change position of mega menu dropdowns
- Added option to toggle post thumbnail output on Prev / Next Post links on the bottom of single blog/post pages
- Added external link icon for navigation menus items
- Added image credit field to attachment pages
- Added unique IDs to all shortcode output
- Added ability to expand/link to Accordion section from a URL
- Added setting to add custom text to the 404 pages
- Added light grey background option to grid shortcode
- Added stretch link option to card shortcode
- Removed Super Admin / Admin permissions checks for menu updates
- Removed iFrame allow list from theme
- a11y: output mobile jumbotron image above the text
- Bug: fixed heading clear issue
- Bug: Fix media modal popup errors when linked to attachment pages
- Bug: Fixed contact widget displaying improperly when multiple long entries are added
- Bug: Fixed grid shortcode mobile spacing issue
- Bug: Classic menu automatically wraps when there are more than 8 items
Full Changelog: 2.3...3.0.0
2.3.1 bugfix release
Changelog
See full list of code changes.
Fixes a fatal error affecting some versions of PHP & WordPress
Full Changelog: 2.3...2.3.1
2.3 maintenance release
Changelog
See full list of code changes.
This is a maintenance release for our development workflow and a minor change to help with PHP 8 errors.
2023-7-31
- Removed unneeded dev files
- Updated dev packages
- Removed unneeded dev packages
- Removed unnecessary gulp tasks
- Moved sass sourcemaps into css folder
- PHP 8 error mitigation
Full Changelog: 2.2.2...2.3
2.2.0
Changelog
See full list of code changes.
This release includes template changes. Please check the changelog for files that have been updated or removed.
2023-2-27
- Added option to enable feature images displaying on posts and blog listing
- Removed unused mobile menu template file
- Updated iframe allow list
- Removed Super Admin requirement on page meta boxes
- Bug: corrected UW Web Strategy Team email in Dashboard widget
- Bug: removed author from subpage list shortcode output
- Bug: removed author line from non-post content templates
- Bug: updated permissions check on menus to function on single site installs