Releases: godaddy-wordpress/go
Releases · godaddy-wordpress/go
1.2.10
1.2.9
Enhancements
- Adjust vertical spacing in the block editor. #510
- Add viewport basis Customizer controls to allow for granular control over the themes white space. #512
- Add CoBlocks Events block styles. This allows the heading and paragraph typography variables to properly apply to the Events block. #514
- Improve our getting started documentation and add an admin notice for users who have cloned the Go theme from GitHub. #515
- Adjust vertical alignment and block spacing. #516
Bug Fixes
- Resolve an issue where the featured image causes featured image text to be white. #513
1.2.8
1.2.7
Enhancements
- Various design and functionality improvements to the WooCommerce slide out cart. #488
- Introduce improved fallbacks for CSS custom properties. #491
- Allow for design styles to specify no Google fonts. #493
- Declare HTML5 scripts and styles support for better compliance with W3C validator. #498
Bug Fixes
- Fix copyright footer text error on save. #497
1.2.6
1.2.5
Enhancements
- Introduce AMP compatibility. #447, #471
- Update CSS variables, improve spacing, improve typography scale. #467
- Improve development processes (
npm run watch
). #478 - Introduced a
changelog.txt
file to easier track changes between releases. Update Github release notes with changelog changes. #475 - Improvements to the copyright footer text, including a new filter (
go_footer_copyrght_year_text
). #468
Bug Fixes
1.2.4
Enhancements
- Improve vertical vertical rhythm and spacing. #451
- Switch from PO/MO to JSON-based translation system. #459
Bug Fixes
- Conditionally set menu locations description based on selected footer variation. #445
- Prevent site header from overlapping the mobile menu. #449
- Tweak CoBlocks carousel block arrows for Welcoming, Trendy and Playful design styles. #452
- Fix gallery caption alignment. #461
- Hide previously open menu items when a new one is opened. #464
1.2.3
- Add jQuery as a dependency of
frontend.js
.
1.2.2
- Set
is_automatic
to false inincludes/tgm.php
. - Removed excess, unused, files.
- Removed
font-family
from globalp
element. @props Danny Cooper - Renamed 'Colors' panel title in the customizer to 'Site Design'.
- Remove
esc_attr()
fromsearchform.php
. - Swap
esc_attr_x()
foresc_html_x()
insearchform.php
. - Update theme
screenshot.png
and add attribution for image used in screenshot. - Add attribution for node dependencies in
readme.txt
. - Refactor
primary-menu.js
andsearch-toggle.js
to lock tab focus to the main menu and the search form, respectively.
1.2.1
- Refactor
woo-menu-cart.js
to resolve JavaScript error on non-shop sites. - Remove the
href
attribute from the cart slide out button element. - Disable the WooCommerce slide out cart when on the cart page.