pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/wordpress Update to version 6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7df7a9a85c0b
branches:  trunk
changeset: 388939:7df7a9a85c0b
user:      morr <morr%pkgsrc.org@localhost>
date:      Mon Nov 28 09:26:18 2022 +0000

description:
Update to version 6.1.

Changes:

- Twenty Twenty-Three: A fresh default theme with 10 distinct style variations
After the introduction of foundational elements for block themes and style variations introduced by the 5.9 and 6.0 releases WordPress site builders welcome a new default theme, Twenty Twenty-Three, 
that is powered by 10 different styles and tagged as  "Accessibility Ready." These intentionally unique ensure users can apply a different look and feel to their site with a single click-all within a 
single theme.

- New templates for an improved creator experience
Additional new and more refined templates now give site builders more control over the creation of their sites. In this suite of new templates find a custom template for posts & pages in the Site 
Editor. Create and edit template parts like headers and footers more quickly with a new search-and-replace tool and easily view your new site.

- Design tools for more consistency and control
Thoughtful upgrades to the controls for design elements and blocks make laying out and building your new site a more consistent, complete, and intuitive experience.

- Manage menus with ease
New fallback options in the navigation block mean you can edit the menu that's open; no searching needed. Plus, the controls for choosing and working on menus have their own place in the block 
settings. The mobile menu system also gets an upgrade with new features, including different icon options, to make the menu yours.

- Cleaner layouts and document settings visualization
View and manage post and page settings with a better-organized display improving the use of features like template picker and scheduler.

- One-click lock setting for all inner blocks
When locking blocks, a new toggle lets you apply your lock settings to all the blocks in a containing block like the group, cover, and column blocks.

- Improved block placeholders
Various blocks have improved placeholders that reflect customization options to help you design your site and its content. For example, the Image block placeholder displays custom borders and duotone 
filters even before selecting an image.

- Compose richer lists and quotes with inner blocks
The List and Quote blocks now support inner blocks, allowing for more flexible and rich compositions like adding headings inside your Quote blocks.

- More Responsive text with fluid typography
Fluid typography lets you define font sizes that adapt for easy reading in any screen size.

- Add starter patterns to any post type
In WordPress 6.0, when you created a new page, you would see suggested patterns so you did not have to start with a blank page. In 6.1, you will also see the starter patterns modal when you create a 
new instance of any post type.

- Find block themes faster
The Themes Directory has a filter for block themes, and a pattern preview gives a better sense of what the theme might look like while exploring different themes and patterns.

- Keep your Site Editor settings for later
Site Editor settings are now persistent for each user. This means your settings will now be consistent across browsers and devices.

- A streamlined style system
The CSS rules for margin, padding, typography, colors, and borders within the styles engine are now all in one place, reducing time spent on layout-specific tasks and helps to generate semantic class 
names.

- Updated interface options and features
Updates include styling elements like buttons, citations, and links globally; controlling hover, active, and focus states for links using theme.json (not available to control in the interface yet); 
and customizing outline support for blocks and elements, among other features.

- Continued evolution of layout options
The default content dimensions provided by themes can now be overridden in the Styles Sidebar, giving site builders better control over full-width content. Developers have fine-grained control over 
these controls.

- Block Template parts in classic themes
Block template parts can now be defined in classic themes by adding the appropriate HTML files `parts` directory at the root of the theme.

- Expanded support for Query Loop blocks
New filters let Query Block variations support custom queries for more powerful variations and advanced hierarchical post types filtering options.

- Filters for all your styles
Leverage filters in the Styles sidebar to control settings at all four levels of your site—core, theme, user, or block, from less to more specific.

- Spacing presets for faster, consistent design
Save time and avoid hard-coding values into a theme with preset margin and padding values for multiple blocks.

- Content-only editing support for container blocks
Thanks to content-only editing settings, layouts can be locked within container blocks. In a content-only block, its children are invisible to the List View and entirely uneditable. So you control 
the layout while your writers can focus on the content. Combine it with block-locking options for even more advanced control over your blocks.

- Other notes of interest
6.1 includes a new time-to-read feature showing content authors the approximate time-to-read values for pages, posts, and custom post types.
The site tagline is empty by default in new sites but can be modified in General Settings.
A new modal design offers a background blur effect, making it easier to focus on the task at hand.

- Enhancing WordPress 6.1 accessibility
Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.1 includes nearly 60 
updates specifically focused on enhancing the accessibility of the platform. Read about these updates to learn more about the continual initiatives aimed at improving accessibility.

- Improved performance in WordPress 6.1
WordPress 6.1 resolves more than 25 tickets dedicated to enhancing performance with improvements for every type of site. A full breakdown can be found in the Performance Field Guide.

Explore learn.wordpress.org for brief how-to videos and lots more on new features in WordPress. Or join a live interactive online workshop on a specific WordPress topic.

Developers can explore the WordPress 6.1 Field Guide, complete with detailed developer notes to help you build with and extend WordPress.Read the WordPress 6.1 Release Notes for more information on 
the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.

diffstat:

 www/wordpress/Makefile |    4 +-
 www/wordpress/PLIST    |  300 +++++++++++++++++++++++++++++++++++++-----------
 www/wordpress/distinfo |    8 +-
 3 files changed, 236 insertions(+), 76 deletions(-)

diffs (truncated from 566 to 300 lines):

diff -r 8fc8eee3b30a -r 7df7a9a85c0b www/wordpress/Makefile
--- a/www/wordpress/Makefile    Mon Nov 28 09:23:36 2022 +0000
+++ b/www/wordpress/Makefile    Mon Nov 28 09:26:18 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.105 2022/04/09 15:07:15 morr Exp $
+# $NetBSD: Makefile,v 1.106 2022/11/28 09:26:18 morr Exp $
 
 DISTNAME=              wordpress-${VERSION}
-VERSION=               5.9.3
+VERSION=               6.1
 CATEGORIES=            www
 MASTER_SITES=          https://wordpress.org/
 
diff -r 8fc8eee3b30a -r 7df7a9a85c0b www/wordpress/PLIST
--- a/www/wordpress/PLIST       Mon Nov 28 09:23:36 2022 +0000
+++ b/www/wordpress/PLIST       Mon Nov 28 09:26:18 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2022/02/22 23:14:24 morr Exp $
+@comment $NetBSD: PLIST,v 1.52 2022/11/28 09:26:18 morr Exp $
 share/doc/wordpress/license.txt
 share/doc/wordpress/readme.html
 share/examples/wordpress/wordpress.conf
@@ -574,6 +574,7 @@
 share/wordpress/wp-content/index.php
 share/wordpress/wp-content/plugins/akismet/.htaccess
 share/wordpress/wp-content/plugins/akismet/LICENSE.txt
+share/wordpress/wp-content/plugins/akismet/_inc/akismet-frontend.js
 share/wordpress/wp-content/plugins/akismet/_inc/akismet.css
 share/wordpress/wp-content/plugins/akismet/_inc/akismet.js
 share/wordpress/wp-content/plugins/akismet/_inc/img/logo-a-2x.png
@@ -603,67 +604,6 @@
 share/wordpress/wp-content/plugins/index.html
 share/wordpress/wp-content/plugins/index.php
 share/wordpress/wp-content/themes/index.php
-share/wordpress/wp-content/themes/twentytwenty/.stylelintrc.json
-share/wordpress/wp-content/themes/twentytwenty/404.php
-share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
-share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
-share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css
-share/wordpress/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css
-share/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2
-share/wordpress/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-1.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-square-2.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png
-share/wordpress/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png
-share/wordpress/wp-content/themes/twentytwenty/assets/js/color-calculations.js
-share/wordpress/wp-content/themes/twentytwenty/assets/js/customize-controls.js
-share/wordpress/wp-content/themes/twentytwenty/assets/js/customize-preview.js
-share/wordpress/wp-content/themes/twentytwenty/assets/js/customize.js
-share/wordpress/wp-content/themes/twentytwenty/assets/js/editor-script-block.js
-share/wordpress/wp-content/themes/twentytwenty/assets/js/index.js
-share/wordpress/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php
-share/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php
-share/wordpress/wp-content/themes/twentytwenty/comments.php
-share/wordpress/wp-content/themes/twentytwenty/footer.php
-share/wordpress/wp-content/themes/twentytwenty/functions.php
-share/wordpress/wp-content/themes/twentytwenty/header.php
-share/wordpress/wp-content/themes/twentytwenty/inc/block-patterns.php
-share/wordpress/wp-content/themes/twentytwenty/inc/custom-css.php
-share/wordpress/wp-content/themes/twentytwenty/inc/starter-content.php
-share/wordpress/wp-content/themes/twentytwenty/inc/svg-icons.php
-share/wordpress/wp-content/themes/twentytwenty/inc/template-tags.php
-share/wordpress/wp-content/themes/twentytwenty/index.php
-share/wordpress/wp-content/themes/twentytwenty/package-lock.json
-share/wordpress/wp-content/themes/twentytwenty/package.json
-share/wordpress/wp-content/themes/twentytwenty/print.css
-share/wordpress/wp-content/themes/twentytwenty/readme.txt
-share/wordpress/wp-content/themes/twentytwenty/screenshot.png
-share/wordpress/wp-content/themes/twentytwenty/searchform.php
-share/wordpress/wp-content/themes/twentytwenty/singular.php
-share/wordpress/wp-content/themes/twentytwenty/style-rtl.css
-share/wordpress/wp-content/themes/twentytwenty/style.css
-share/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/content.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php
-share/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php
-share/wordpress/wp-content/themes/twentytwenty/templates/template-cover.php
-share/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php
 share/wordpress/wp-content/themes/twentytwentyone/.stylelintignore
 share/wordpress/wp-content/themes/twentytwentyone/.stylelintrc-css.json
 share/wordpress/wp-content/themes/twentytwentyone/.stylelintrc.json
@@ -766,7 +706,6 @@
 share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss
 share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss
 share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss
-share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss
 share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
 share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss
 share/wordpress/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss
@@ -852,11 +791,81 @@
 share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-header.php
 share/wordpress/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php
 share/wordpress/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php
-share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2
+share/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2
+share/wordpress/wp-content/themes/twentytwentythree/parts/comments.html
+share/wordpress/wp-content/themes/twentytwentythree/parts/footer.html
+share/wordpress/wp-content/themes/twentytwentythree/parts/header.html
+share/wordpress/wp-content/themes/twentytwentythree/parts/post-meta.html
+share/wordpress/wp-content/themes/twentytwentythree/patterns/call-to-action.php
+share/wordpress/wp-content/themes/twentytwentythree/patterns/footer-default.php
+share/wordpress/wp-content/themes/twentytwentythree/patterns/hidden-404.php
+share/wordpress/wp-content/themes/twentytwentythree/patterns/hidden-comments.php
+share/wordpress/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php
+share/wordpress/wp-content/themes/twentytwentythree/patterns/post-meta.php
+share/wordpress/wp-content/themes/twentytwentythree/readme.txt
+share/wordpress/wp-content/themes/twentytwentythree/screenshot.png
+share/wordpress/wp-content/themes/twentytwentythree/style.css
+share/wordpress/wp-content/themes/twentytwentythree/styles/aubergine.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/block-out.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/canary.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/electric.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/grapes.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/marigold.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/pilgrimage.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/pitch.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/sherbet.json
+share/wordpress/wp-content/themes/twentytwentythree/styles/whisper.json
+share/wordpress/wp-content/themes/twentytwentythree/templates/404.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/archive.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/blank.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/blog-alternative.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/home.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/index.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/page.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/search.html
+share/wordpress/wp-content/themes/twentytwentythree/templates/single.html
+share/wordpress/wp-content/themes/twentytwentythree/theme.json
 share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2
 share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2
 share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2
 share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2
+share/wordpress/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2
 share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg
 share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg
 share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg
@@ -951,6 +960,9 @@
 share/wordpress/wp-content/themes/twentytwentytwo/readme.txt
 share/wordpress/wp-content/themes/twentytwentytwo/screenshot.png
 share/wordpress/wp-content/themes/twentytwentytwo/style.css
+share/wordpress/wp-content/themes/twentytwentytwo/styles/blue.json
+share/wordpress/wp-content/themes/twentytwentytwo/styles/pink.json
+share/wordpress/wp-content/themes/twentytwentytwo/styles/swiss.json
 share/wordpress/wp-content/themes/twentytwentytwo/templates/404.html
 share/wordpress/wp-content/themes/twentytwentytwo/templates/archive.html
 share/wordpress/wp-content/themes/twentytwentytwo/templates/blank.html
@@ -1095,7 +1107,12 @@
 share/wordpress/wp-includes/Text/Diff/Renderer.php
 share/wordpress/wp-includes/Text/Diff/Renderer/inline.php
 share/wordpress/wp-includes/admin-bar.php
+share/wordpress/wp-includes/assets/script-loader-packages.min.php
 share/wordpress/wp-includes/assets/script-loader-packages.php
+share/wordpress/wp-includes/assets/script-loader-react-refresh-entry.min.php
+share/wordpress/wp-includes/assets/script-loader-react-refresh-entry.php
+share/wordpress/wp-includes/assets/script-loader-react-refresh-runtime.min.php
+share/wordpress/wp-includes/assets/script-loader-react-refresh-runtime.php
 share/wordpress/wp-includes/atomlib.php
 share/wordpress/wp-includes/author-template.php
 share/wordpress/wp-includes/block-editor.php
@@ -1119,6 +1136,7 @@
 share/wordpress/wp-includes/block-supports/layout.php
 share/wordpress/wp-includes/block-supports/spacing.php
 share/wordpress/wp-includes/block-supports/typography.php
+share/wordpress/wp-includes/block-supports/utils.php
 share/wordpress/wp-includes/block-template-utils.php
 share/wordpress/wp-includes/block-template.php
 share/wordpress/wp-includes/blocks.php
@@ -1145,12 +1163,23 @@
 share/wordpress/wp-includes/blocks/audio/theme-rtl.min.css
 share/wordpress/wp-includes/blocks/audio/theme.css
 share/wordpress/wp-includes/blocks/audio/theme.min.css
+share/wordpress/wp-includes/blocks/avatar.php
+share/wordpress/wp-includes/blocks/avatar/block.json
+share/wordpress/wp-includes/blocks/avatar/editor-rtl.css
+share/wordpress/wp-includes/blocks/avatar/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/avatar/editor.css
+share/wordpress/wp-includes/blocks/avatar/editor.min.css
+share/wordpress/wp-includes/blocks/avatar/style-rtl.css
+share/wordpress/wp-includes/blocks/avatar/style-rtl.min.css
+share/wordpress/wp-includes/blocks/avatar/style.css
+share/wordpress/wp-includes/blocks/avatar/style.min.css
 share/wordpress/wp-includes/blocks/block.php
 share/wordpress/wp-includes/blocks/block/block.json
 share/wordpress/wp-includes/blocks/block/editor-rtl.css
 share/wordpress/wp-includes/blocks/block/editor-rtl.min.css
 share/wordpress/wp-includes/blocks/block/editor.css
 share/wordpress/wp-includes/blocks/block/editor.min.css
+share/wordpress/wp-includes/blocks/blocks-json.php
 share/wordpress/wp-includes/blocks/button/block.json
 share/wordpress/wp-includes/blocks/button/editor-rtl.css
 share/wordpress/wp-includes/blocks/button/editor-rtl.min.css
@@ -1186,6 +1215,10 @@
 share/wordpress/wp-includes/blocks/categories/style.css
 share/wordpress/wp-includes/blocks/categories/style.min.css
 share/wordpress/wp-includes/blocks/code/block.json
+share/wordpress/wp-includes/blocks/code/editor-rtl.css
+share/wordpress/wp-includes/blocks/code/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/code/editor.css
+share/wordpress/wp-includes/blocks/code/editor.min.css
 share/wordpress/wp-includes/blocks/code/style-rtl.css
 share/wordpress/wp-includes/blocks/code/style-rtl.min.css
 share/wordpress/wp-includes/blocks/code/style.css
@@ -1204,6 +1237,63 @@
 share/wordpress/wp-includes/blocks/columns/style-rtl.min.css
 share/wordpress/wp-includes/blocks/columns/style.css
 share/wordpress/wp-includes/blocks/columns/style.min.css
+share/wordpress/wp-includes/blocks/comment-author-name.php
+share/wordpress/wp-includes/blocks/comment-author-name/block.json
+share/wordpress/wp-includes/blocks/comment-content.php
+share/wordpress/wp-includes/blocks/comment-content/block.json
+share/wordpress/wp-includes/blocks/comment-content/style-rtl.css
+share/wordpress/wp-includes/blocks/comment-content/style-rtl.min.css
+share/wordpress/wp-includes/blocks/comment-content/style.css
+share/wordpress/wp-includes/blocks/comment-content/style.min.css
+share/wordpress/wp-includes/blocks/comment-date.php
+share/wordpress/wp-includes/blocks/comment-date/block.json
+share/wordpress/wp-includes/blocks/comment-edit-link.php
+share/wordpress/wp-includes/blocks/comment-edit-link/block.json
+share/wordpress/wp-includes/blocks/comment-reply-link.php
+share/wordpress/wp-includes/blocks/comment-reply-link/block.json
+share/wordpress/wp-includes/blocks/comment-template.php
+share/wordpress/wp-includes/blocks/comment-template/block.json
+share/wordpress/wp-includes/blocks/comment-template/style-rtl.css
+share/wordpress/wp-includes/blocks/comment-template/style-rtl.min.css
+share/wordpress/wp-includes/blocks/comment-template/style.css
+share/wordpress/wp-includes/blocks/comment-template/style.min.css
+share/wordpress/wp-includes/blocks/comments-pagination-next.php
+share/wordpress/wp-includes/blocks/comments-pagination-next/block.json
+share/wordpress/wp-includes/blocks/comments-pagination-numbers.php
+share/wordpress/wp-includes/blocks/comments-pagination-numbers/block.json
+share/wordpress/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css
+share/wordpress/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/comments-pagination-numbers/editor.css
+share/wordpress/wp-includes/blocks/comments-pagination-numbers/editor.min.css
+share/wordpress/wp-includes/blocks/comments-pagination-previous.php
+share/wordpress/wp-includes/blocks/comments-pagination-previous/block.json
+share/wordpress/wp-includes/blocks/comments-pagination.php
+share/wordpress/wp-includes/blocks/comments-pagination/block.json
+share/wordpress/wp-includes/blocks/comments-pagination/editor-rtl.css
+share/wordpress/wp-includes/blocks/comments-pagination/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/comments-pagination/editor.css
+share/wordpress/wp-includes/blocks/comments-pagination/editor.min.css
+share/wordpress/wp-includes/blocks/comments-pagination/style-rtl.css
+share/wordpress/wp-includes/blocks/comments-pagination/style-rtl.min.css
+share/wordpress/wp-includes/blocks/comments-pagination/style.css
+share/wordpress/wp-includes/blocks/comments-pagination/style.min.css
+share/wordpress/wp-includes/blocks/comments-title.php


Home | Main Index | Thread Index | Old Index