Releases: elementor/hello-theme
Releases · elementor/hello-theme
v3.1.0
- Tweak: Update
Requires PHP 7.4
- Tweak: Update
Tested up to 6.5
- Tweak: Add the ability to style the brand layout
- Tweak: Remove deprecated Elementor code
- Tweak: Restore default focus styling inside the theme
- Tweak: Add
aria-label
attribute to various<nav>
elements - Tweak: Improve mobile menu keyboard accessibility
- Tweak: Semantic mobile menu toggle button
- Fix: The header renders redundant
<p>
when tagline is empty - Fix: Single post renders redundant wrapping
<div>
when it has no tags - Fix: Remove redundant wrapping
<div>
fromwp_nav_menu()
output - Fix: Wrap page
<h1>
with<div>
, not<header>
- Fix: Uses consistent
<h3>
for comments title and comment form - Fix: Remove heading tags from dynamic header/footer
- Fix: Mobile Menu hamburger is not visible for logged-out users in some cases (#369)
- Fix: Remove duplicate ID attributes in the header mobile menu
- Fix: Remove redundant table styles (#311)
- Fix: Remove redundant space bellow Site Logo in the header/footer
- Fix: Remove redundant CSS from dynamic header/footer layout
- Fix: Separate post tags in single post (#304)
- Fix: Display
the_tags()
afterwp_link_pages()
- Fix: Remove page break navigation from archives when using
<!--nextpage-->
- Fix: Style posts pagination component layout
- Fix: Add RTL support to pagination arrows in archive pages
- Fix: Update pagination prev/next labels and positions (#404)
- Fix: Check if Elementor is loaded when using dynamic header & footer
v3.0.1
3.0.0
- New: Option to disable cross-site header & footer
- Tweak: Update
Requires PHP 7.3
- Tweak: Update
Tested up to 6.4
- Tweak: Move cross-site header & footer styles to a separate CSS file
- Tweak: Don't load
header-footer.min.css
when disabling header & footer - Tweak: Don't load
hello-frontend.min.js
when disabling header & footer - Tweak: Replace jQuery code with vanilla JS in the frontend
- Tweak: Replace jQuery code with vanilla JS in WordPress admin
- Tweak: Remove unused JS code from the frontend
- Tweak: Remove unused CSS code from the editor
- Tweak: Remove unnecessary
role
attributes from HTML landmark elements - Tweak: Link from Elementor Site Settings to Hello Theme Settings
- Fix: Dynamic script version for better caching
v2.9.0
- New: Introducing the new settings page for the theme.
- New: Option to disable description meta tag.
- New: Option to disable skip link.
- New: Option to disable page title.
- New: Option to unregister Hello style.css.
- New: Option to unregister Hello theme.css.
- Tweak: Update
Requires at least 6.0
- Tweak: Update
Tested up to 6.3
v2.8.1
v2.8.0
- Tweak: Update
Requires PHP 7.0
- Tweak: Added description meta tag with excerpt text
- Tweak: Use CSS logical properties rather than physical properties
- Tweak: Replace legacy
page-break-*
CSS properties withbreak-*
properties - Tweak: Remove duplicate CSS classes for screen readers
- Tweak: Merge similar translation strings (i18n)
v2.7.1
v2.6.0
- Tweak: Added
theme_support
forscript
andstyle
to avoid validation warnings (#184) - Tweak: Sanitized content for allowed HTML tags in post title (#118)
- Tweak: Changed the containers to
max-width: 1140px
instead of960px
to align with the header-footer width - Tweak: Centering the page title for better consistency in all cases
- Tweak: Added link between the customizer to Elementor global settings
- Fix: Added output escaping in several places (#194)
- Fix: Post Password Form Submit button alignment (Props @romanbondar)
- Fix: Fatal error when kit doesn't exist or needs to be recreated (#175)