This release introduces major collaboration features, developer APIs,
and performance improvements.
Key Changes:
* Collaboration: Introduced "Notes" for block-level commenting and
feedback directly in the editor.
* Dashboard: Expanded Command Palette to support navigation and actions
across the entire admin interface.
* APIs: Added the Abilities API to standardize permissions for AI and
automation workflows.
* Design: Added "Fit text to container" typography option for Paragraph
and Heading blocks.
* Performance: Improved LCP with on-demand block styles, optimized
database queries, and refined caching.
* Accessibility: Fixed over 30 issues related to screen readers, focus
handling, and assistive tech.
* UI/UX: Enhanced visual drag-and-drop and introduce new blocks
(Accordion, Terms Query)
Release notes:
https://wordpress.org/news/2025/12/gene/
MFH: 2025Q4
Security updates included in this release:
* A data exposure issue where authenticated users could access some
restricted content.
* A cross-site scripting (XSS) vulnerability requiring an authenticated
user role that affects the nav menus.
Release notes:
https://wordpress.org/news/2025/09/wordpress-6-8-3-release/
PR: 290366 288378
Approved by: joneum (maintainer)
MFH: 2025Q4
Fix distinfo:
Changes in wp-content/languages/admin-de_DE.po
- "Eine Änderung deiner E-Mail-Adresse in %s steht noch aus."
+ "Eine Änderung deiner E-Mail-Adresse zu %s steht noch aus."
- "Eine Änderung der Administratoren-E-Mail-Adresse in %s steht noch aus."
+ "Eine Änderung der Administrator-E-Mail-Adresse zu %s steht noch aus."
Sponsored by: Netzkommune GmbH
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
A big Thank You to the original contributors of these ports:
* Andreas Fehlner (fehlner@gmx.de)
* Boris Samorodov <bsam@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Slaven Rezic <eserte@cs.tu-berlin.de>
* Thierry Thomas <thierry@pompo.net>
* hq@FreeBSD.org
* miwi
* n@nectar.com
* wosch
With hat: portmgr
Welcome to “Arturo”
Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.
Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.
With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.1
Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.
Full Changelog see: https://wordpress.org/news/2022/05/arturo/
Sponsored by: Netzkommune GmbH
For all languages:
Make the port portlint(1),portclippy(1) compliant.
For www,french,german,japanese,russian:
Fix pkg-message.in to only show upgrade message when upgrading.
For www,zh_CN,zh_TW,french,german:
Use do-install-DOCS-on for documentation.
For zh_CN,zh_TW:
Add CPE information
PR: 260013
Approved by: maintainer timeout