Version 1.5
Released: August 11, 2020
- Ensure appropriate title for author archives for that don’t have posts. (#50421)
- Twenty Twenty uses overly specific selector for button background. (#50271)
- Modifies the Customize setting Site Identity > Retina logo so that the option is hidden if there is no logo is set in Site Identity > Logo. (#50109)
- Removes the unnecessary
$css_dependencies
variable intwentytwenty_block_editor_styles()
. (#49986) - Fixes the issue with button styles not working when the Gutenberg plugin is activated while maintaining backwards compatibility. (#49896)
- Fixes the issue of caption being escaped by replacing
esc_html
withwp_kses_post
in the caption in featured images. (#49833) - Removes
text-transform: uppercase;
from button blocks in order to give the user the option to have a button without All Capital letters. (#49710) - Fixes the disappearing + in the block editor when using the latest version of the Gutenberg plugin. (#49610)
- Fixes the image alignment issue by removing
margin-left: auto;
andmargin-right: auto;
from.editor-styles-wrapper .wp-block-image.is-resized
. (#49600) - Fixes the issue of number of comments not translatable by removing the single quote from around the 1 in the
elseif
conditional of the comments template. (#49058) - Adds a Social Icons Filter to Twenty Twenty that allows for new icons to be added to the theme by filter. (#48713)
Version 1.4
Released: June 10, 2020
- Fixed comments template number of replies not translatable. (#49058)
- Fixed inconsistent top and bottom margins for
.alignwide
and.alignfull
on Chrome vs Safari. (#49435) - Fixed HTML in featured image caption is being escaped. (#49833)
- Fixed small typo. (#49932)
- Fixed uses overly specific selector for button background. (#50271)
Version 1.3
Released: May 14, 2020
- Fixed custom post types that don’t support authors, shows author box. (#48803)
- Fixed anchor links don’t work in mobile menu. (#48916)
- Added icon for g.page links. (#49088)
- Fixed missing license for images. (#49316)
- Fixed image caption is not aligned center when image is, on the front-end. (#49320)
- Fixed submenu items disappearing underneath the Cover block. (#49322)
- Fixed resized images are centered inside the editor (with no alignment set) since WordPress 5.4. (#49600)
- Fixed block editor inserter is missing the
+
. (#49610) - Fixed inline images in list blocks are not positioned correctly. (#49793)
- Added GPLv2 compatible TikTok icon to the social icon menu. (#49893)
- Fixed button styles produce inconsistent output and cannot be edited. (#49896)
- Fixed remove unnecessary
$css_dependencies
variable intwentytwenty_block_editor_styles()
. (#49986) - Added customizer retina_logo should be hidden when no logo is set. (#50109)
Version 1.2
Released: March 31, 2020
- Remove Non-printable characters from starter-content.php file (#49534)
- Fixed searchform.php error (#49523)
- Fixed Author Bio/Post Meta Width in Cover Template in Mobile (#49254)
- Remove unnecessary escaping for get_the_title() (#49190)
- Added social icon for WhatsApp (#49098)
- Fixed Property font-size is overwritten – coding standard. (#49015)
- Fixed Property border-style is overwritten – coding standard. (#49006)
- Fixed Post nav pages link outside of the container (#48979)
- Fixed Menu rendering problem Unicode (Bangla) (#48970)
- Fixed Menu on a mobile device becomes responsive after tapping a few times and switching pages (#48643)
- Added theme support for responsive embeds (#48552)
- Update calendar widget styles for 5.4 markup. (#49549)
Version 1.1
Released: December 12, 2019
- Add customizer option to show or hide author bio (#48550)
- Replace JS-based smooth scroll with CSS (#48551, #48763, #48866)
- Fix on mobile devices using a webkit browser, the menu and search modals could not be opened due to a
TypeError: document.body is null
(#48601) - Fix correctly align the author bio and bottom post meta on single posts on mobile (#48619)
- Remove duplicate array key/value in
TwentyTwenty_Non_Latin_Languages::get_non_latin_css()
(#48624) - Make the checkbox in the comment form larger and more consistent with other checkboxes (#48652)
- Fix typos in a variable name and inline comment in assets/js/color-calculations.js. (#48704)
- Fix placeholder misalignment in Firefox when a
height
is added as an inline style to the input field (#48876) - Pass
$post_meta
and$location
values totwentytwenty_start_of_post_meta_list
andtwentytwenty_end_of_post_meta_list
actions to provide better context (#48906) - Remove redundant
echo
forbloginfo()
call infooter.php
(#48918)
Version 1.0
Released: November 12, 2019
Initial Release.