Releases: uweb/uw-2014
Releases · uweb/uw-2014
3.1
3.0.3
Updating default navigation items, quicklinks, and bug fixes.
Full Changelog: 3.0.2...3.0.3
3.0.2
This release is intended to help transition sites to PHP 8. If you come across any additional errors, please reach out to us with any issues.
What's New
- PHP 8 fatal error mitigation for Contact widget.
- Updated default menu links
- Updated documentation
- Updated iframe exception list
- Removed Twitter API references in favor of Twitter/X embeds
Full Changelog: 3.0.0...3.0.2
3.0.0
This is a major version release. PLEASE test your update before use. This update involves major and possible site-breaking changes as functionality has been rewritten. Remember to clear your server and browser cache upon update.
What's New
- Converted Quicklinks from admin-ajax JavaScript to PHP template.
- This creates a new template part within the uw-2014 theme as well as updates PHP and JavaScript associated with it. If you have a child theme with custom templates, you will must update it.
- Updated to use WordPress core version of jQuery.
- In WP 5.x this is a jump from jQuery 1.x to 3.x. Please test any code using jQuery before updating.
- YouTube shortcode converted to use WordPress oembed method for embedding.
- GoogleApps shortcode deprecated
- Accordion shortcode updated to the latest version of jQuery Accessible Accordion
- There is a change to the scaffolding/format for accordions outside of the shortcode. Please test before updating.
- Numerous error, localization, accessibility, and bug fixes.
Pull Requests
- Don't transform non-calendar embeds into calendar shortcodes by @btb in #164
- Fix googleapps embeds + documentation by @lcaple in #178
- updated youtube shortcode and removed css/js dependencies by @lcaple in #177
- jQuery version update by @lcaple in #181
- Convert quick links to PHP by @lcaple in #180
- UW-2014 3.0 Release by @lcaple in #184
Full Changelog: 2.3.3...3.0.0
2.3
2.2
2.1
Updates + features
- Added semantic versioning to .css and .js includes
- Updated permissions for Big Hero Template fields
- Added site based YouTube API key management
- Read more links aria label updates
- Fixed visibility widget bug
- Updated default navigation and quicklinks
- Modified aria labelling for read more links and menus
- Updated iframe include list
- Updated YouTube branding
- Added GitHub Updater support
- Various php error handling & bug fixes
2.0
Changelog
Since the last major release (1.4)
- Errors & Refactoring
- Mitigated and minimized PHP warnings & Errors in PHP 5 and 7
- Convert function declarations in classes to public static functions
- Updated RSS feed logic when checking for widget vs shortcode
- Updated class constructors to use PHP7 method
- Updated npm dev dependencies to latest versions
- Updated jQuery to mitigate vulnerability
- Fixed Contact Widget issues on Customizer interface
- 280 character support on Twitter Widget & API adjustments
- Fixed Quicklinks Underscore syntax bugs
- Styles & formatting
- Removed Google+ & Tumblr from footer
- Fixed margins and spacing on custom hero template pages
- Updated layout and copy on the 404 page
- Optimized image output on photocards
- Adjustments to Youtube playlist CSS
- Added styles for the AddToAny social media sharing plugin
- Defaults
- Updated default navigation
- Updated Read Me & Documentation dashboard section
- Youtube shortcode default to rel=0 / hide related content
- Misc
- Various minor bug fixes & syntax updates
- Various Accessibility fixes
- Code cleanup
1.4 Stable
Changelog
- Updated assets in CSS to use relative pathing
- Changed
get_stylesheet_directory_uri()toget_template_directory_uri()to fix admin interface 404s when child themes are enabled - Fixed Mobile quicklinks focus fix for iOS VoiceOver mode
- Fixed Contact Widget bug when used in WP 4.9
- Added option to turn off ReadMore link in blogroll shortcode
- Fixed mobile Firefox menu focus bug
- Various PHP code bug fixes
- Various ReadMe documentation updates
v1.3.3 Stable
Changelog
- Added Read More link to blogroll shortcode
- Image credit now allows a url
- Default quick links, main navigation, and footer social media updated
- Various accessibility improvements
- Various bug fixes