WordPress full changelog
WordPress 6.8.1
released Jul 9, 2025 (New Release)
WordPress 6.8.1 is a short-cycle maintenance release. More maintenance releases will be made available throughout 2025.
WordPress 6.8
released Apr 29, 2025 (New Release)
WordPress 6.8 polishes and refines the tools that you use every day, making your site faster, more secure, and easier to manage. The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles. Speculative loading speeds up navigation by preloading links before users navigate to them, bcrypt hashing strengthens password security automatically, and database optimizations improve performance.
The Style Book has a new, structured layout and clearer labels, to make it even easier to edit colors, typography—almost all your site styles—in one place.
Plus, now you can see it in Classic themes that have editor-styles or a theme.json file. Find the Style Book under Appearance > Design and use it to preview your theme’s evolution, as you edit CSS or make changes in the Customizer.
Editor improvements:
Easier ways to see your options in Data Views, and you can exclude sticky posts from the Query Loop. Plus, you’ll find lots of little improvements in the editor that smooth your way through everything you build.
Near-instant page loads, thanks to Speculative Loading:
In WordPress 6.8, pages load faster than ever. When you or your user hovers over or clicks a link, WordPress may preload the next page, for a smoother, near-instant experience. The system balances speed and efficiency, and you can control how it works, with a plugin or your own code. This feature only works in modern browsers—older ones will simply ignore it without any impact.
Stronger password security with bcrypt:
Now passwords are harder to crack with bcrypt hashing, which takes a lot more computing power to break. This strengthens overall security, as do other encryption improvements across WordPress. You don’t need to do anything—everything updates automatically.
Accessibility improvements:
100+ accessibility fixes and enhancements touch a broad spectrum of the WordPress experience. This release includes fixes to every bundled theme,
The Style Book has a new, structured layout and clearer labels, to make it even easier to edit colors, typography—almost all your site styles—in one place.
Plus, now you can see it in Classic themes that have editor-styles or a theme.json file. Find the Style Book under Appearance > Design and use it to preview your theme’s evolution, as you edit CSS or make changes in the Customizer.
Editor improvements:
Easier ways to see your options in Data Views, and you can exclude sticky posts from the Query Loop. Plus, you’ll find lots of little improvements in the editor that smooth your way through everything you build.
Near-instant page loads, thanks to Speculative Loading:
In WordPress 6.8, pages load faster than ever. When you or your user hovers over or clicks a link, WordPress may preload the next page, for a smoother, near-instant experience. The system balances speed and efficiency, and you can control how it works, with a plugin or your own code. This feature only works in modern browsers—older ones will simply ignore it without any impact.
Stronger password security with bcrypt:
Now passwords are harder to crack with bcrypt hashing, which takes a lot more computing power to break. This strengthens overall security, as do other encryption improvements across WordPress. You don’t need to do anything—everything updates automatically.
Accessibility improvements:
100+ accessibility fixes and enhancements touch a broad spectrum of the WordPress experience. This release includes fixes to every bundled theme,
WordPress 6.7.2
released Mar 18, 2025 (New Release)
WordPress 6.8 Beta 3 contains more than 3 Editor updates and fixes since the Beta 2 release, including 16 tickets for WordPress core.
WordPress 6.7.1
released Feb 8, 2025 (New Release)
This minor release features 16 bug fixes throughout Core and the Block Editor. WordPress 6.7.1 is a fast-follow release with a strict focus on bugs introduced in WordPress 6.7.
WordPress 6.7
released Nov 13, 2024 (New Release)
Conditionalise metaboxes based on Zoom Out (#66742)
Block toolbar: restrict visible child calculation to known blocks (#66702)
Optimize getVisibleElementBounds in scrollable cases (#66546)
Block toolbar: restrict visible child calculation to known blocks (#66702)
Optimize getVisibleElementBounds in scrollable cases (#66546)
WordPress 6.6.2
released Sep 10, 2024 (New Release)
The following core tickets from Trac are fixed:
All links underlined due to CSS specificity bump for top-level element-only selectors.
is_utf8_charset() undefined when called by code in compat.php (causes a fatal error).
PHP Fatal error: Uncaught Error: Object of class WP_Comment could not be converted to string.
Update the $_old_files array for 6.6 (which caused security plugins to flag the files).
Toolbar: consider moving user menu to a higher priority (after most plugins).
Layout: Invalid CSS for nested fullwidth layouts with zeroed-out custom padding.
Classic Editor Category metabox shows all categories, without scrolling.
The following block editor issues from GitHub are fixed:
Elements: Avoid specificity bump for top-level element-only selectors.
Navigation block: Allow themes to override block library text-decoration rule.
Fix invalid css for nested fullwidth layouts with zero padding applied.
Prevent empty void at the bottom of editor when block directory results are present.
Pattern overrides: Ensure “Reset” button always shows as last item and with border.
Global Styles: Disable “Reset styles” button when there are no changes.
Fix: Removed shuffle button when only 1 pattern is present.
fix: wp icon focus issue.
useBlockElement: return null until ref callback has time to clean up the old element.
All links underlined due to CSS specificity bump for top-level element-only selectors.
is_utf8_charset() undefined when called by code in compat.php (causes a fatal error).
PHP Fatal error: Uncaught Error: Object of class WP_Comment could not be converted to string.
Update the $_old_files array for 6.6 (which caused security plugins to flag the files).
Toolbar: consider moving user menu to a higher priority (after most plugins).
Layout: Invalid CSS for nested fullwidth layouts with zeroed-out custom padding.
Classic Editor Category metabox shows all categories, without scrolling.
The following block editor issues from GitHub are fixed:
Elements: Avoid specificity bump for top-level element-only selectors.
Navigation block: Allow themes to override block library text-decoration rule.
Fix invalid css for nested fullwidth layouts with zero padding applied.
Prevent empty void at the bottom of editor when block directory results are present.
Pattern overrides: Ensure “Reset” button always shows as last item and with border.
Global Styles: Disable “Reset styles” button when there are no changes.
Fix: Removed shuffle button when only 1 pattern is present.
fix: wp icon focus issue.
useBlockElement: return null until ref callback has time to clean up the old element.
WordPress 6.6.1
released Jul 24, 2024 (New Release)
The following core tickets from Trac are fixed:
All links underlined due to CSS specificity bump for top-level element-only selectors.
is_utf8_charset() undefined when called by code in compat.php (causes a fatal error).
PHP Fatal error: Uncaught Error: Object of class WP_Comment could not be converted to string.
Update the $_old_files array for 6.6 (which caused security plugins to flag the files).
Toolbar: consider moving user menu to a higher priority (after most plugins).
Layout: Invalid CSS for nested fullwidth layouts with zeroed-out custom padding.
Classic Editor Category metabox shows all categories, without scrolling.
The following block editor issues from GitHub are fixed:
Elements: Avoid specificity bump for top-level element-only selectors.
Navigation block: Allow themes to override block library text-decoration rule.
Fix invalid css for nested fullwidth layouts with zero padding applied.
Prevent empty void at the bottom of editor when block directory results are present.
Pattern overrides: Ensure “Reset” button always shows as last item and with border.
Global Styles: Disable “Reset styles” button when there are no changes.
Fix: Removed shuffle button when only 1 pattern is present.
fix: wp icon focus issue.
useBlockElement: return null until ref callback has time to clean up the old element.
All links underlined due to CSS specificity bump for top-level element-only selectors.
is_utf8_charset() undefined when called by code in compat.php (causes a fatal error).
PHP Fatal error: Uncaught Error: Object of class WP_Comment could not be converted to string.
Update the $_old_files array for 6.6 (which caused security plugins to flag the files).
Toolbar: consider moving user menu to a higher priority (after most plugins).
Layout: Invalid CSS for nested fullwidth layouts with zeroed-out custom padding.
Classic Editor Category metabox shows all categories, without scrolling.
The following block editor issues from GitHub are fixed:
Elements: Avoid specificity bump for top-level element-only selectors.
Navigation block: Allow themes to override block library text-decoration rule.
Fix invalid css for nested fullwidth layouts with zero padding applied.
Prevent empty void at the bottom of editor when block directory results are present.
Pattern overrides: Ensure “Reset” button always shows as last item and with border.
Global Styles: Disable “Reset styles” button when there are no changes.
Fix: Removed shuffle button when only 1 pattern is present.
fix: wp icon focus issue.
useBlockElement: return null until ref callback has time to clean up the old element.
WordPress 6.6
released Jul 16, 2024 (New Release)
The following core tickets from Trac are fixed:
Block Hooks: Incorrect context passed when setting ignored hooked blocks metadata
Patterns menu item, put back the context parameter.
wp_localize_script() on login_enqueue_scripts hook change in behavior
Some PHPUnit Tests are failing (test changes only)
Autoprefixer warning in `src/wp-admin/css/media.css` when running `precommit:css` Grunt task
Fatal error when passing non-strings to `WP_Translation_Controller::load_file()`
Classic Theme with theme.json attempts to load templates
Layout: Output of base layout rules conflicts with wide alignment of blocks in classic themes
Fix get_item_features() in class-avif-info.php
6.5 adds the “is-layout-constrained” class to the wrong place for classic themes
Plugin management: AJAX plugin activation consequences
The following block editor issues from GitHub are fixed:
#60489 – Layout: Skip outputting base layout rules that reference content or wide sizes if no layout sizes exist
#60620 – Fix inserter pattern pagination focus loss
#60608 – Fix static posts page setting resolved template
#60641 – Font Library: Fix modal scrollbar
#60661 – Interactivity API: Allow multiple event handlers for the same type with data-wp-on.
#60668 – Layout: Always add semantic classes
#60845 – List View: Fix stuck dragging mode in UI in Firefox when dealing with deeply nested lists
#60764 – Don’t output base flow and constrained layout rules on themes without theme.json
Block Hooks: Incorrect context passed when setting ignored hooked blocks metadata
Patterns menu item, put back the context parameter.
wp_localize_script() on login_enqueue_scripts hook change in behavior
Some PHPUnit Tests are failing (test changes only)
Autoprefixer warning in `src/wp-admin/css/media.css` when running `precommit:css` Grunt task
Fatal error when passing non-strings to `WP_Translation_Controller::load_file()`
Classic Theme with theme.json attempts to load templates
Layout: Output of base layout rules conflicts with wide alignment of blocks in classic themes
Fix get_item_features() in class-avif-info.php
6.5 adds the “is-layout-constrained” class to the wrong place for classic themes
Plugin management: AJAX plugin activation consequences
The following block editor issues from GitHub are fixed:
#60489 – Layout: Skip outputting base layout rules that reference content or wide sizes if no layout sizes exist
#60620 – Fix inserter pattern pagination focus loss
#60608 – Fix static posts page setting resolved template
#60641 – Font Library: Fix modal scrollbar
#60661 – Interactivity API: Allow multiple event handlers for the same type with data-wp-on.
#60668 – Layout: Always add semantic classes
#60845 – List View: Fix stuck dragging mode in UI in Firefox when dealing with deeply nested lists
#60764 – Don’t output base flow and constrained layout rules on themes without theme.json
WordPress 6.5.3
released May 8, 2024 (New Release)
WordPress 6.5.2
released Apr 10, 2024 (New Release)
WordPress for Windows 7 - free download notice
Windows 7 Download periodically updates software information of WordPress from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX Media Management Bundle
70% Off -
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% Off -
WinX HD Video Converter
56% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Software Ideas Modeler Portable 15.16
- Software Ideas Modeler Portable x64 14.55
- QuickRev 1.10.2
- Portable RJ TextEd 4.18
- ExamDiff Pro 16.0.1.15
- Microsoft Visual Studio 2022 17.10.3
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.2.2.5
- Qt Creator 18.0.0
- NCache Enterprise Edition x64 4.4
- Open Validator 2.5.2
- Geany Portable 2.0
- DOSBox 0.74.3
- XN Resource Editor Portable 3.0.0.1
- UDB Workbench 3.4.5
- D-Fend Reloaded 1.4.4
- Prey 2.12.2
- Ruby 1.9.3
- TeamTalk SDK Professional Edition 5.11a
- Hex Workshop 6.8.0.5419
Popular Tags
decompiler
dll
code protection
sql tool
sql
software protection
tool
obfuscation
development
vb net
database
programming
visual studio
editor
sql server
visual
software
visual basic
view
obfuscator
html
windows
uml
code security
edit
net
file
xml
sql tools
java
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 9.4.290
- PHP 8.5.0
- dotConnect for Oracle Professional Edition 10.4.290
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- StyleControls 5.86
- Turbo C++ 3.0
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.16
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- Software Ideas Modeler 14.66
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



