Update wordpress to 6.9.0 (#4251)
This commit is contained in:
parent
9d05282890
commit
ca696403ad
@ -7,7 +7,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
app:
|
||||
image: wordpress:6.8.3@sha256:c9f42b6d7789a95d7d9eb0f9caea42f3d8bac1ddc36745200b5b4014feec5767
|
||||
image: wordpress:6.9.0@sha256:91eeee906a3edacc66550eeca85aff027e13754aba64a98bdb8f9598e8dadeee
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
- WORDPRESS_DB_HOST=wordpress_db_1
|
||||
|
||||
@ -3,7 +3,7 @@ id: wordpress
|
||||
name: WordPress
|
||||
tagline: The open source publishing platform of choice for millions of websites worldwide
|
||||
category: social
|
||||
version: "6.8.3"
|
||||
version: "6.9.0"
|
||||
port: 8567
|
||||
description: >-
|
||||
📚 **Empower Your Digital Voice** - The open-source publishing platform trusted by millions. From personal blogs to enterprise portals, WordPress gives everyone the tools to share their stories.
|
||||
@ -41,10 +41,13 @@ releaseNotes: >-
|
||||
⚠️ To fully update your Wordpress instance, you need to go to the admin interface and update from there as well.
|
||||
|
||||
|
||||
This release includes several security improvements and fixes:
|
||||
- Fixed data exposure issue allowing authenticated users to access restricted content
|
||||
- Fixed XSS vulnerability affecting navigation menus for authenticated user roles
|
||||
- Security fixes backported to older WordPress versions
|
||||
WordPress 6.9 brings major upgrades to collaboration and content creation:
|
||||
- New Notes feature for block-level commenting and streamlined reviews
|
||||
- Expanded Command Palette accessible throughout the entire dashboard
|
||||
- Fit text to container option for Paragraph and Heading blocks
|
||||
- New Abilities API for standardized permissions and automated workflows
|
||||
- Over 30 accessibility improvements for screen readers and assistive tech
|
||||
- Significant performance enhancements including improved page load times and optimized database queries
|
||||
|
||||
|
||||
Full release notes can be found at https://wordpress.org/news/category/releases/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user