Released: November 12th, 2024 with WordPress 6.7<\/a><\/p>\n\n\n\n
z-index<\/code> to 99999<\/code>. (
#55892<\/a>)<\/li>\n\n\n\n
Respect user-defined font size settings in Code blocks. (#61753<\/a>)<\/li>\n\n\n\n
Fix Code block font family difference in editors. (#61808<\/a>)<\/li>\n\n\n\n
Fix Button block Outline style text color on the front end. (#61846<\/a>)<\/li>\n\n\n\n
Fix Navigation block submenus, preventing them from being cut off. (#61672<\/a>)<\/li>\n\n\n\n
Add missing initial-scale<\/code> value in viewport meta tag. (
[59026]<\/a>)<\/li>\n\n\n\n
Load block patterns on the init<\/code> hook to avoid triggering notices caused by loading the translations too early. (
#62237<\/a>)<\/li>\n\n\n\n
Add contributors to copyright notices. (#61943<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 4.3<\/h2>\n\n\n\n
Released: July 16th, 2024 with WordPress 6.6<\/a><\/p>\n\n\n\n
\n- Update Table block font size so it inherits any custom size set on the block. (#58074<\/a>)<\/li>\n\n\n\n
- Correct Pullquote block alignment so it centers within the non-framed editor. (#57472<\/a>)<\/li>\n\n\n\n
- Remove the last sentence of the ‘Left-aligned Image and Paragraph’ pattern to resolve oddly spelled words. ([57987]<\/a>, #61004<\/a>)<\/li>\n\n\n\n
- Remove blank CSS lines. (#59493<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 4.2<\/h2>\n\n\n\n
Released: April 2nd, 2024 with WordPress 6.5<\/a><\/p>\n\n\n\n
Version 4.1<\/h2>\n\n\n\nReleased: November 7, 2023<\/p>\n\n\n\n
\n- Implement
the_header_image_tag<\/code> function for enhanced compatibility with new image features such as lazy loading, async decoding and fetch priority (
#58675<\/a>)<\/li>\n\n\n\n
Update default themes to use new script function signature: the last parameter of wp_enqueue_script()<\/code> is an array instead of the boolean true<\/code> (
#59302<\/a>)<\/li>\n\n\n\n
Use defer<\/code> loading strategy for theme scripts (
#59316<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 4.0<\/h2>\n\n\n\nReleased: August 8, 2023<\/p>\n\n\n\n
\n- Remove call to
load_theme_textdomain()<\/code> function if the WordPress version is at least 4.6 (
#58318<\/a>)<\/li>\n\n\n\n
Add “Requires at least” and “Requires PHP” to readme.txt (#57857<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 3.9<\/h2>\n\n\n\nReleased: March 29, 2023<\/p>\n\n\n\n
\n- Improve various globals documentation, as per docblock standards (#57069<\/a>)<\/li>\n\n\n\n
- Remove title attributes (#57199<\/a>)<\/li>\n\n\n\n
- Bundle Google Fonts locally (#55985<\/a>)<\/li>\n\n\n\n
- Properly reflect text color changes in Table block (#56466<\/a>)<\/li>\n\n\n\n
- Use strict comparison in bundled themes’ PHP files. ([55420<\/a>])<\/li>\n<\/ul>\n\n\n\n
Version 3.8<\/h2>\n\n\n\nReleased: November 1, 2022<\/p>\n\n\n\n
\n- Multiple Themes: Correctly escape stylesheet URL (#56696<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.7<\/h2>\n\n\n\nReleased: May 24, 2022<\/p>\n\n\n\n
\n- Typo correction in a bundled pattern (#55099<\/a>).<\/li>\n\n\n\n
- Define List item separator as a WP_Locale property (#39733<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.6<\/h2>\n\n\n\nReleased: January 25, 2022<\/p>\n\n\n\n
\n- Remove “role” attribute on HTML5 elements with a default landmark role. (#54079<\/a>)<\/li>\n\n\n\n
- Bundled Themes: Add “Tested up to” in style.css (#53797<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.5<\/h2>\n\n\n\nReleased: July 26, 2021<\/p>\n\n\n\n
\n- Bundled themes: block-patterns.php file should use
get_template_directory_uri<\/code> instead of get_stylesheet_directory_uri<\/code> (
#53769<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 3.4<\/h2>\n\n\n\nReleased: July 20, 2021<\/p>\n\n\n\n
\n- Introduce block patterns for Twenty Twelve. (#51105<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.3<\/h2>\n\n\n\nReleased: December 8, 2020<\/p>\n\n\n\n
\n- For image attachments, replace the text “Return to” with “Go to”. (#47235<\/a>)<\/li>\n\n\n\n
- Correct punctuation in “Your comment is awaiting moderation” string. (#49867<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.2<\/h2>\n\n\n\nReleased: August 11, 2020<\/p>\n\n\n\n
\n- Add custom color palettes for block editor. (#50120<\/a>)<\/li>\n\n\n\n
- Use HTTPS for XHTML Friends Network URL. (#48002<\/a>)<\/li>\n\n\n\n
- Consistently check for WP_Error before outputting get_the_tag_list(). (#39860<\/a>)<\/li>\n\n\n\n
- Use strict type check for in_array() and array_search() where strings are involved. (#49542<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.1<\/h2>\n\n\n\nReleased: March 31, 2020<\/p>\n\n\n\n
\n- Update calendar widget styles for 5.4 markup. (#49549<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 3.0<\/h2>\n\n\n\nReleased: May 7, 2019<\/p>\n\n\n\n
\n- Trigger a new
wp_body_open<\/code> action immediately after the opening body<\/code> tag, and add shim. (
#12563<\/a>, #46679<\/a>)<\/li>\n\n\n\n
Use theme version number when enqueuing styles. (#39997<\/a>)<\/li>\n\n\n\n
Update readme.txt file content to fix validation errors. (#45871<\/a>)<\/li>\n\n\n\n
Update link to child theme documentation to point to its new locations. (#46450<\/a>)<\/li>\n\n\n\n
Correct linear-gradient<\/code> syntax in the theme\u2019s CSS. (
#46786<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 2.9<\/h2>\n\n\n\nReleased: February 21, 2019<\/p>\n\n\n\n
\n- Add escaping to the pingback URL. (#43717<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.8<\/h2>\n\n\n\nReleased: January 9, 2019<\/p>\n\n\n\n
\n- Correct
px<\/code> and em<\/code> order in the blocks.css. (
#45794<\/a>)<\/li>\n\n\n\n
Make sure button blocks respect the default rounded style, as well as the squared and outline options. (#45541<\/a>)<\/li>\n\n\n\n
Bump version numbers of updated scripts and stylesheets to prevent caching. (#45679<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 2.7<\/h2>\n\n\n\nReleased: December 19, 2018<\/p>\n\n\n\n
\n- Update styles so button blocks will apply theme’s custom colors. (#45432<\/a>)<\/li>\n\n\n\n
- Correct block appender appearance in block editor. (#45450<\/a>)<\/li>\n\n\n\n
- Remove the term “Gutenberg” from code comments and editor styles. (#45452<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.6<\/h2>\n\n\n\nReleased: December 6, 2018<\/p>\n\n\n\n
\n- Add front end styles, editor styles and a custom color palette for the new block-based editor. (#45040<\/a> and #45240<\/a>)<\/li>\n\n\n\n
- Add theme support for responsive block embeds. (#45274<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.5<\/h2>\n\n\n\nReleased: May 17, 2018<\/p>\n\n\n\n
\n- Code is Poetry. WordPress’ code just… wasn’t. (#41057<\/a>)<\/li>\n\n\n\n
- Add link to privacy policy page in footer. (#43715<\/a>)<\/li>\n\n\n\n
- Comments: Move comment consent input outside the label for a11y. (#43436<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.4<\/h2>\n\n\n\nReleased: November 14, 2017<\/p>\n\n\n\n
\n- Remove “called called” and “can can” dittography. (#41836<\/a>)<\/li>\n\n\n\n
- Change tag cloud format to a list (ul) for better semantics and accessibility. (#40138<\/a>)<\/li>\n\n\n\n
- Make sure new gallery widgets look good in themes. (#41969<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.3<\/h2>\n\n\n\nReleased: June 8, 2017<\/p>\n\n\n\n
\n- Improve styles for 4.8 widgets. (#40745<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.2<\/h2>\n\n\n\nReleased: December 6, 2016<\/p>\n\n\n\n
\n- Add preconnect to fonts.gstatic.com. (#37171<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.1<\/h2>\n\n\n\nReleased: August 15, 2016<\/p>\n\n\n\n
\n- Remove .pot files from Default Themes. (#34884<\/a>)<\/li>\n\n\n\n
- Update theme tags. (#37426<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 2.0<\/h2>\n\n\n\nReleased: April 12, 2016<\/p>\n\n\n\n
\n- Standardize on “front end”\/”back end” (noun) and “front-end”\/”back-end”. (#34887<\/a>)<\/li>\n\n\n\n
- Use selective refresh to preview changes to site title and tagline in core themes. (#27355<\/a>)<\/li>\n\n\n\n
- Require opt-in for selective refresh of widgets. (#27355<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 1.9<\/h2>\n\n\n\nReleased: December 8, 2015<\/p>\n\n\n\n
\n- Correct license information in readme.txt. (#33590<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 1.8<\/h2>\n\n\n\nReleased August 18, 2015<\/p>\n\n\n\n
\n- Fix content skip link appearance. (#32232<\/a>)<\/li>\n\n\n\n
- Add readme file to explain basic theme usage, link to changelog in Codex, and include license information. (#31814<\/a>)<\/li>\n\n\n\n
- Use https for Google API external libraries. (#32552<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 1.7<\/h2>\n\n\n\nReleased April 23, 2015<\/p>\n\n\n\n
\n- Fix escaping and minor code style issues (#29127<\/a>)<\/li>\n\n\n\n
- Fill in support for
screen-reader-text<\/code> class (
#31095<\/a>)<\/li>\n\n\n\n
Replace current() with reset(), which is guaranteed to be the first item (#31259<\/a>, #31260<\/a>)<\/li>\n\n\n\n
Update CSS rules for .screen-reader-text<\/code> to be consistent with current accessibility guidelines (
#31279<\/a>)<\/li>\n\n\n\n
Use SSL for theme and author URIs (#31699<\/a>)<\/li>\n\n\n\n
Add trailing slashes to theme URIs to avoid a redirect (#31839<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 1.6<\/h2>\n\n\n\nReleased: December 18, 2014<\/p>\n\n\n\n
\n- Fix widget stacking problem in older IE browsers for Front Page template. (#28938<\/a>)<\/li>\n\n\n\n
- Menu on touch devices: fix jQuery selector for menu items with submenus. (#24767<\/a>)<\/li>\n\n\n\n
- Use proper way to get customizer settings values.(#29577<\/a>)<\/li>\n\n\n\n
- Improve keyboard accessibility on Custom Header and Custom Background screen. (#29289<\/a>)<\/li>\n\n\n\n
- Change instances of “Theme Customizer” to just “Customizer”, as the Customizer isn’t necessarily theme-specific. (#29947<\/a>)<\/li>\n\n\n\n
- Add an alt attribute with the site title for header images linked to the home page. (#15926<\/a>)<\/li>\n\n\n\n
- Use HTTPS URLs for core.trac.wordpress.org. (#27115<\/a>)<\/li>\n\n\n\n
- Prevent the arrow in “Continue reading” links from wrapping to a second line. (#27908<\/a>)<\/li>\n<\/ul>\n\n\n\n
Version 1.5<\/h2>\n\n\n\nReleased: September 4, 2014<\/p>\n\n\n\n
\n- Make small-screen menu accessible to keyboard commands and voice-driven software by using a focusable button element rather than
h3<\/code> for the toggle element. (
#28224<\/a>)<\/li>\n\n\n\n
Bump JS version. (#24767<\/a>)<\/li>\n\n\n\n
Make submenu links work correctly on tablets. (#24767<\/a>)<\/li>\n\n\n\n
Avoid a PHP notice in bundled themes if no images were found. (#28361<\/a>)<\/li>\n\n\n\n
Use correct logic in IE conditional comments in header template. (#28151<\/a>)<\/li>\n\n\n\n
Prevent ‘Page %s’ from being added to page title on 404 error pages. (#16468<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 1.4<\/h2>\n\n\n\nReleased: May 8, 2014<\/p>\n\n\n\n
\n- On attachment pages for audio and video, display players. Currently, only a link is displayed. Add minimal CSS rules for compatibility. (#27243<\/a>)<\/li>\n\n\n\n
- In
prepend_attachment<\/code>, add logic to support attachment types that are not image<\/code>. (
#27243<\/a>)<\/li>\n\n\n\n
In get_post_class()<\/code>, don’t add the has-post-thumbnail<\/code> class for attachment pages. (
#27243<\/a>)<\/li>\n\n\n\n
Improve menu navigation for keyboard and voice-over interactions by properly focusing on submenu items when they are open. (#24839<\/a>)<\/li>\n\n\n\n
Remove doc block comments for @return void<\/code>. (
#27098<\/a>)<\/li>\n\n\n\n
Style select<\/code> element. (
#27434<\/a>)<\/li>\n\n\n\n
Remove unused singular<\/code> selectors in print CSS block. (
#26866<\/a>)<\/li>\n\n\n\n
Don’t print the featured image when viewing an attachment. (#27243<\/a>)<\/li>\n\n\n\n
Update the HTML5 Shiv across the default themes to 3.7.0. (#26491<\/a>)<\/li>\n\n\n\n
Use the ‘display’ filter for get_bloginfo( ‘name’ ) attached to the wp_title filter. (#26811<\/a>)<\/li>\n\n\n\n
New screenshots at 880×660 to maximize theme goodness in the new theme viewer design. (#26159<\/a>)<\/li>\n\n\n\n
Add and display new tags to highlight the ever-growing number of responsive themes available. (#21442<\/a>)<\/li>\n\n\n\n
Implement Microsoft-specific @viewport<\/code> rules for better responsive styling in Windows 8 “snapped” views. (
#25888<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 1.3<\/h2>\n\n\n\nReleased: October 24, 2013<\/p>\n\n\n\n
\n- Translator comments are special, make sure they are parsed properly. (#25256<\/a>)<\/li>\n\n\n\n
- Don’t use
\/**<\/code> docblocks for simple multiline comments. (
#25256<\/a>)<\/li>\n\n\n\n
Update code comments to reflect WP inline docs standards. (#25256<\/a>)<\/li>\n\n\n\n
Spell out duplicate hook locations. (#25658<\/a>)<\/li>\n\n\n\n
Use the correct body class for attachments in the IE stylesheet. (#25506<\/a>)<\/li>\n\n\n\n
Use the correct body class for attachments where .single-attachment is only used when the attachment’s parent is not a page. (#25506<\/a>)<\/li>\n\n\n\n
Simplify header image check. (#25400<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 1.2<\/h2>\n\n\n\nReleased: August 1, 2013<\/p>\n\n\n\n
\n- Load Google Font in the visual editor to improve user experience. #22499<\/a>)<\/li>\n\n\n\n
- Fix button active state to avoid a 2px shift. (#22825<\/a>)<\/li>\n\n\n\n
- Fix double featured images in Front Page Template. Show featured image in single page views. (#22943<\/a>)<\/li>\n\n\n\n
- Update post author comment markup and styles, improving hCard data parsing and simplifying styles.(#23128<\/a>)<\/li>\n\n\n\n
- Better layout for floated image captions. (#23147<\/a>)<\/li>\n\n\n\n
- Remove unnecessary class values in posts navigation. (#23152<\/a>)<\/li>\n\n\n\n
- Properly style visited links in entries, widgets, and comment text. #23200<\/a>)<\/li>\n\n\n\n
- Clear center-aligned images properly. (#23244<\/a>)<\/li>\n\n\n\n
- Use
.text()<\/code> instead of .html()<\/code> for blogname and blog description in Theme Customizer JavaScript handlers. (
#23435<\/a>)<\/li>\n\n\n\n
Better handling for cases where a background color is set to white or an empty value (like first run with no theme_mods set) and a background image is enabled, which resulted previously in a broken layout. (#23586<\/a>)<\/li>\n\n\n\n
Enable live preview for Header Text Color in Theme Customizer. Change also removes an !important declaration (yay) in Custom Header CSS rules. Fix regression introduced in r23572, allow hide\/show of Header Text in Customizer. (#23600<\/a>)<\/li>\n\n\n\n
Improve Appearance > Header styles to match front end view better — including loading special Google Font there. Add back missing space in CSS value. (#23790<\/a>)<\/li>\n\n\n\n
Add identifier to style elements added by the theme. (#24033<\/a>)<\/li>\n\n\n\n
Add .displaying-header-text to the default themes, as the Custom Header page toggles this class. (#24113<\/a>)<\/li>\n\n\n\n
In editor-style.css change .mceWPnextpage to .mce-wp-nextpage to match the core fix for Chrome. (#24177<\/a>)<\/li>\n\n\n\n
Fix minor indentation issues in CSS files (spaces to tabs). (#24196<\/a>)<\/li>\n\n\n\n
Remove the_title_attribute() title attributes where it duplicates the_title() in anchor text. (#24203<\/a>)<\/li>\n\n\n\n
Remove \/extend\/ from Theme URI headers in default themes. (#24389<\/a>)<\/li>\n<\/ul>\n\n\n\nVersion 1.1<\/h2>\n\n\n\n
Released: December 11, 2012<\/p>\n\n\n\n
Initial release.<\/p>\n","protected":false},"excerpt":{"rendered":"
Version 4.4 Released: November 12th, 2024 with WordPress 6.7 Version 4.3 Released: July 16th, 2024 with WordPress 6.6 Version 4.2 Released: April 2nd, 2024 with WordPress 6.5 Version 4.1 Released: November 7, 2023 Version 4.0 Released: August 8, 2023 Version 3.9 Released: March 29, 2023 Version 3.8 Released: November 1, 2022 Version 3.7 Released: May 24, 2022 […]<\/p>\n","protected":false},"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false},"category":[80,82],"class_list":["post-16359717","helphub_article","type-helphub_article","status-publish","hentry","category-customization","category-default-themes"],"revision_note":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/articles\/16359717","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/articles"}],"about":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/types\/helphub_article"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/comments?post=16359717"}],"version-history":[{"count":8,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/articles\/16359717\/revisions"}],"predecessor-version":[{"id":16365350,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/articles\/16359717\/revisions\/16365350"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/media?parent=16359717"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/category?post=16359717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}