pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/wordpress
Module Name: pkgsrc
Committed By: morr
Date: Tue Feb 22 23:14:24 UTC 2022
Modified Files:
pkgsrc/www/wordpress: Makefile PLIST distinfo
Log Message:
Update to version 5.9.1
Changes for 5.9 are too big to list. You can view them here: https://wordpress.org/news/2022/01/josephine/
Changes in 5.9.1:
WordPress 5.9.1 features 33 bug fixes on Core, as well as 52 bug fixes for the Block Editor.
The WordPress 5.9.1 release was led by Jean-Baptiste Audras and George Mamadashvili.
The following core tickets from Trac were fixed:
#54250 Twenty Twenty One: Editor Buttons margins incompatible with gap
#54782 Default presets in use by default themes need to be updated
#54844 Unnecessary database queries when a block theme isn’t in use
#54849 Site transients cause DB errors when installing
#54862 FSE Navigation Block Styling Submenu
#54886 "Show hidden updates" button is invisible
#54889 Cannot access "Manage menus" in Navigation block toolbar when running a classic theme
#54896 TT2: Blank screen displayed for custom post type
#54900 PHP warning in `WP_REST_Global_Styles_Controller` if no `styles` exist in theme.json
#54902 Media Library Overlay Drag-and-Drop To Reorder Images Does Not Work In WP 5.9
#54904 Bounce hoverIntent.js version in script-loader to 10.1.2
#54906 Check _get_cron_array type in upgrade_590 routine
#54908 Standard post type UI is exposed for templates and template parts
#54911 Twenty Twenty-Two: Theme Check Plugin issue for the image size
#54922 Normalizing CSS also catches CSS IDs instead of only URLs
#54928 Twenty Twenty-Two: 404 search label should be translated
#54929 Twenty Twenty-Two: Pricing Table pattern header levels should be consistent
#54944 By applying a background color to a group block, it aligns to the left in the editor
#54955 Custom fields issue
#54960 Media Library Dragging Option Isn’t Reflected
#54977 Dashboard welcome banner: fix bug when displayed in certain contexts
#55018 Twenty Twenty-Two – Update theme URI link
#55072 Widgets editor: Widget Group is missing .wp-widget-group__inner-blocks container
#55103 Twenty Twenty-Two: Restore padding for Group blocks with a background color
#55109 Plugins no longer download to tmp folder
#55148 In block themes, styles should load in the head
#55151 View scripts of blocks are loaded in editor
#55161 Full Site Editing: PHP Warning with incomplete presets
#55177 Normalizing relative CSS links should skip data URIs
#55178 Allow fully extending WP_Theme_JSON and WP_Theme_JSON_Resolver classes
#55179 Backport bugfixes from Gutenberg into Core for WP 5.9.1
#55188 Block styles should load after global styles in the editor
#55190 Global styles duotone not rendering in post editor
The following block editor issues from GitHub were fixed:
PR38857 Fix for late static binding in the resolver
PR38780 Block Editor: Add settings to enable/disable auto anchor generation
PR38750 Load block support styles in the head for block themes
PR38745 Fix global styles loading logic
PR38695 Site Editor: Limit template part slugs to Latin chars
PR38671 Allow extending the WP_Theme_JSON_Gutenberg class
PR38656 Edit Site: Add template check to ‘setPage’ action
PR38655 Add site editor initial redirect error handling
PR38649 Fix search block html handling for label and button text
PR38642 Gallery block: copy all attributes when transforming to Image blocks
PR38625 Allow child classes to use the private methods and constants
PR38561 Only apply the social links block migration if there’s a need for a migration
PR38516 Block preview: fix resize listener
PR38442 Duotone: Allow users to specify custom filters
PR38432 Remove the aria-label from the site title block
PR38399 Images: Try moving responsive rule to common.scss.
PR38362 Cover block: Add back missing styles
PR38310 Gallery block: fix bug with link destination default option not being set
PR38189 Gallery: Ensure the last image takes up all available space
PR38070 Post Editor: Fix template queries
PR37983 Tree Grid: Fix keyboard navigation for expand/collapse table rows in Firefox
PR37954 Fix duotone render in non-fse themes
PR37941 Unset inherited backgrounds on Posts Lists
PR37895 Site Editor: Fix broken ‘Redo’ by removing faulty logic for discarding unsaved Logo changes
PR37885 Load the global styles before the theme styles in the editor
PR37853 Block.json schema: update fontSize and lineHeight props
PR37840 [History]: Fix redo after update/publish with transient edits
PR37778 Update core/archive block schema to reflect no block-level settings support
PR37774 Spacer: Fix unit settings filter
PR37762 Schema: Fix appearanceTools in theme.json schema
PR37650 Site Editor: Add keyboard shortcut help modal
PR37647 Site Editor: Add the “Help” link to the tools menu
PR37644 Fix: Coloring panel is unusable in RTL
PR37569 Docs: Add automated theme.json reference documentation
PR37493 Update: make color style labels simpler
PR37486 Show UI warning if Pages cannot be retrieved in Page List block
PR37474 Fix empty gray circle when site has no logo on template list page
PR37430 Update: Allow color gradient popover to be above the color toggle
PR37425 Border panel: Collapse color controls
PR37248 Site editor – try redirecting to homepage before the react render
PR37165 Remove versioning in theme schema descriptions
PR37067 Update: PanelColorGradientSettings to use dropdowns
PR37034 Block Editor: Handle the absence of href attrib in links
PR36917 Update theme.json version
PR36746 Update theme.json schema to allow for per-block management of settings
PR36540 Post Featured Image: Move width and height controls into the Dimensions panel via SlotFill
PR36411 Schemas: Allow custom blocks in theme.json styles
PR36343 Add pattern to name key in block.json Schema
PR36295 Schema: Allow block.json attribute type to be an array
PR36236 Fix duotone theme cache
PR36186 Spacer: add custom units for height and width
PR30873 Focus save button when entities save states panel is opened
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/wordpress/PLIST
cvs rdiff -u -r1.86 -r1.87 pkgsrc/www/wordpress/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/wordpress/Makefile
diff -u pkgsrc/www/wordpress/Makefile:1.102 pkgsrc/www/wordpress/Makefile:1.103
--- pkgsrc/www/wordpress/Makefile:1.102 Mon Jan 10 20:48:20 2022
+++ pkgsrc/www/wordpress/Makefile Tue Feb 22 23:14:24 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2022/01/10 20:48:20 morr Exp $
+# $NetBSD: Makefile,v 1.103 2022/02/22 23:14:24 morr Exp $
DISTNAME= wordpress-${VERSION}
-VERSION= 5.8.3
+VERSION= 5.9.1
CATEGORIES= www
MASTER_SITES= https://wordpress.org/
Index: pkgsrc/www/wordpress/PLIST
diff -u pkgsrc/www/wordpress/PLIST:1.50 pkgsrc/www/wordpress/PLIST:1.51
--- pkgsrc/www/wordpress/PLIST:1.50 Mon Jan 10 20:48:20 2022
+++ pkgsrc/www/wordpress/PLIST Tue Feb 22 23:14:24 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2022/01/10 20:48:20 morr Exp $
+@comment $NetBSD: PLIST,v 1.51 2022/02/22 23:14:24 morr Exp $
share/doc/wordpress/license.txt
share/doc/wordpress/readme.html
share/examples/wordpress/wordpress.conf
@@ -177,6 +177,7 @@ share/wordpress/wp-admin/images/about-he
share/wordpress/wp-admin/images/about-header-credits.svg
share/wordpress/wp-admin/images/about-header-freedoms.svg
share/wordpress/wp-admin/images/about-header-privacy.svg
+share/wordpress/wp-admin/images/about-texture.png
share/wordpress/wp-admin/images/align-center-2x.png
share/wordpress/wp-admin/images/align-center.png
share/wordpress/wp-admin/images/align-left-2x.png
@@ -539,6 +540,7 @@ share/wordpress/wp-admin/privacy.php
share/wordpress/wp-admin/profile.php
share/wordpress/wp-admin/revision.php
share/wordpress/wp-admin/setup-config.php
+share/wordpress/wp-admin/site-editor.php
share/wordpress/wp-admin/site-health-info.php
share/wordpress/wp-admin/site-health.php
share/wordpress/wp-admin/term.php
@@ -601,102 +603,6 @@ share/wordpress/wp-content/plugins/hello
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/twentynineteen/404.php
-share/wordpress/wp-content/themes/twentynineteen/archive.php
-share/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
-share/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
-share/wordpress/wp-content/themes/twentynineteen/comments.php
-share/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff
-share/wordpress/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2
-share/wordpress/wp-content/themes/twentynineteen/footer.php
-share/wordpress/wp-content/themes/twentynineteen/functions.php
-share/wordpress/wp-content/themes/twentynineteen/header.php
-share/wordpress/wp-content/themes/twentynineteen/image.php
-share/wordpress/wp-content/themes/twentynineteen/images/pattern_01.jpg
-share/wordpress/wp-content/themes/twentynineteen/images/pattern_02.jpg
-share/wordpress/wp-content/themes/twentynineteen/images/pattern_03.jpg
-share/wordpress/wp-content/themes/twentynineteen/images/pattern_04.jpg
-share/wordpress/wp-content/themes/twentynineteen/inc/back-compat.php
-share/wordpress/wp-content/themes/twentynineteen/inc/block-patterns.php
-share/wordpress/wp-content/themes/twentynineteen/inc/color-patterns.php
-share/wordpress/wp-content/themes/twentynineteen/inc/customizer.php
-share/wordpress/wp-content/themes/twentynineteen/inc/helper-functions.php
-share/wordpress/wp-content/themes/twentynineteen/inc/icon-functions.php
-share/wordpress/wp-content/themes/twentynineteen/inc/template-functions.php
-share/wordpress/wp-content/themes/twentynineteen/inc/template-tags.php
-share/wordpress/wp-content/themes/twentynineteen/index.php
-share/wordpress/wp-content/themes/twentynineteen/js/customize-controls.js
-share/wordpress/wp-content/themes/twentynineteen/js/customize-preview.js
-share/wordpress/wp-content/themes/twentynineteen/js/priority-menu.js
-share/wordpress/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js
-share/wordpress/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js
-share/wordpress/wp-content/themes/twentynineteen/package-lock.json
-share/wordpress/wp-content/themes/twentynineteen/package.json
-share/wordpress/wp-content/themes/twentynineteen/page.php
-share/wordpress/wp-content/themes/twentynineteen/postcss.config.js
-share/wordpress/wp-content/themes/twentynineteen/print.css
-share/wordpress/wp-content/themes/twentynineteen/print.scss
-share/wordpress/wp-content/themes/twentynineteen/readme.txt
-share/wordpress/wp-content/themes/twentynineteen/sass/_normalize.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/elements/_elements.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/elements/_lists.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/elements/_tables.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/forms/_buttons.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/forms/_fields.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/forms/_forms.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/layout/_layout.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/media/_captions.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/media/_galleries.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/modules/_alignments.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/modules/_clearings.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_links.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/_site.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/typography/_copy.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/typography/_headings.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/typography/_typography.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss
-share/wordpress/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss
-share/wordpress/wp-content/themes/twentynineteen/screenshot.png
-share/wordpress/wp-content/themes/twentynineteen/search.php
-share/wordpress/wp-content/themes/twentynineteen/single.php
-share/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.css
-share/wordpress/wp-content/themes/twentynineteen/style-editor-customizer.scss
-share/wordpress/wp-content/themes/twentynineteen/style-editor.css
-share/wordpress/wp-content/themes/twentynineteen/style-editor.scss
-share/wordpress/wp-content/themes/twentynineteen/style-rtl.css
-share/wordpress/wp-content/themes/twentynineteen/style.css
-share/wordpress/wp-content/themes/twentynineteen/style.scss
-share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-none.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-page.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content-single.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/content/content.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/header/site-branding.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
-share/wordpress/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.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
@@ -946,6 +852,117 @@ share/wordpress/wp-content/themes/twenty
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/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/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
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/divider-black.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/divider-white.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png
+share/wordpress/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg
+share/wordpress/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4
+share/wordpress/wp-content/themes/twentytwentytwo/functions.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/block-patterns.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php
+share/wordpress/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php
+share/wordpress/wp-content/themes/twentytwentytwo/index.php
+share/wordpress/wp-content/themes/twentytwentytwo/parts/footer.html
+share/wordpress/wp-content/themes/twentytwentytwo/parts/header-large-dark.html
+share/wordpress/wp-content/themes/twentytwentytwo/parts/header-small-dark.html
+share/wordpress/wp-content/themes/twentytwentytwo/parts/header.html
+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/templates/404.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/archive.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/blank.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/home.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/index.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/page-large-header.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/page-no-separators.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/page.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/search.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/single-no-separators.html
+share/wordpress/wp-content/themes/twentytwentytwo/templates/single.html
+share/wordpress/wp-content/themes/twentytwentytwo/theme.json
share/wordpress/wp-cron.php
share/wordpress/wp-includes/ID3/getid3.lib.php
share/wordpress/wp-includes/ID3/getid3.php
@@ -1082,6 +1099,7 @@ share/wordpress/wp-includes/assets/scrip
share/wordpress/wp-includes/atomlib.php
share/wordpress/wp-includes/author-template.php
share/wordpress/wp-includes/block-editor.php
+share/wordpress/wp-includes/block-i18n.json
share/wordpress/wp-includes/block-patterns.php
share/wordpress/wp-includes/block-patterns/query-grid-posts.php
share/wordpress/wp-includes/block-patterns/query-large-title-posts.php
@@ -1094,6 +1112,7 @@ share/wordpress/wp-includes/block-suppor
share/wordpress/wp-includes/block-supports/border.php
share/wordpress/wp-includes/block-supports/colors.php
share/wordpress/wp-includes/block-supports/custom-classname.php
+share/wordpress/wp-includes/block-supports/dimensions.php
share/wordpress/wp-includes/block-supports/duotone.php
share/wordpress/wp-includes/block-supports/elements.php
share/wordpress/wp-includes/block-supports/generated-classname.php
@@ -1109,6 +1128,10 @@ share/wordpress/wp-includes/blocks/archi
share/wordpress/wp-includes/blocks/archives/editor-rtl.min.css
share/wordpress/wp-includes/blocks/archives/editor.css
share/wordpress/wp-includes/blocks/archives/editor.min.css
+share/wordpress/wp-includes/blocks/archives/style-rtl.css
+share/wordpress/wp-includes/blocks/archives/style-rtl.min.css
+share/wordpress/wp-includes/blocks/archives/style.css
+share/wordpress/wp-includes/blocks/archives/style.min.css
share/wordpress/wp-includes/blocks/audio/block.json
share/wordpress/wp-includes/blocks/audio/editor-rtl.css
share/wordpress/wp-includes/blocks/audio/editor-rtl.min.css
@@ -1118,6 +1141,10 @@ share/wordpress/wp-includes/blocks/audio
share/wordpress/wp-includes/blocks/audio/style-rtl.min.css
share/wordpress/wp-includes/blocks/audio/style.css
share/wordpress/wp-includes/blocks/audio/style.min.css
+share/wordpress/wp-includes/blocks/audio/theme-rtl.css
+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/block.php
share/wordpress/wp-includes/blocks/block/block.json
share/wordpress/wp-includes/blocks/block/editor-rtl.css
@@ -1163,6 +1190,10 @@ share/wordpress/wp-includes/blocks/code/
share/wordpress/wp-includes/blocks/code/style-rtl.min.css
share/wordpress/wp-includes/blocks/code/style.css
share/wordpress/wp-includes/blocks/code/style.min.css
+share/wordpress/wp-includes/blocks/code/theme-rtl.css
+share/wordpress/wp-includes/blocks/code/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/code/theme.css
+share/wordpress/wp-includes/blocks/code/theme.min.css
share/wordpress/wp-includes/blocks/column/block.json
share/wordpress/wp-includes/blocks/columns/block.json
share/wordpress/wp-includes/blocks/columns/editor-rtl.css
@@ -1191,6 +1222,10 @@ share/wordpress/wp-includes/blocks/embed
share/wordpress/wp-includes/blocks/embed/style-rtl.min.css
share/wordpress/wp-includes/blocks/embed/style.css
share/wordpress/wp-includes/blocks/embed/style.min.css
+share/wordpress/wp-includes/blocks/embed/theme-rtl.css
+share/wordpress/wp-includes/blocks/embed/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/embed/theme.css
+share/wordpress/wp-includes/blocks/embed/theme.min.css
share/wordpress/wp-includes/blocks/file.php
share/wordpress/wp-includes/blocks/file/block.json
share/wordpress/wp-includes/blocks/file/editor-rtl.css
@@ -1201,11 +1236,16 @@ share/wordpress/wp-includes/blocks/file/
share/wordpress/wp-includes/blocks/file/style-rtl.min.css
share/wordpress/wp-includes/blocks/file/style.css
share/wordpress/wp-includes/blocks/file/style.min.css
+share/wordpress/wp-includes/blocks/file/view.asset.php
+share/wordpress/wp-includes/blocks/file/view.js
+share/wordpress/wp-includes/blocks/file/view.min.asset.php
+share/wordpress/wp-includes/blocks/file/view.min.js
share/wordpress/wp-includes/blocks/freeform/block.json
share/wordpress/wp-includes/blocks/freeform/editor-rtl.css
share/wordpress/wp-includes/blocks/freeform/editor-rtl.min.css
share/wordpress/wp-includes/blocks/freeform/editor.css
share/wordpress/wp-includes/blocks/freeform/editor.min.css
+share/wordpress/wp-includes/blocks/gallery.php
share/wordpress/wp-includes/blocks/gallery/block.json
share/wordpress/wp-includes/blocks/gallery/editor-rtl.css
share/wordpress/wp-includes/blocks/gallery/editor-rtl.min.css
@@ -1215,6 +1255,10 @@ share/wordpress/wp-includes/blocks/galle
share/wordpress/wp-includes/blocks/gallery/style-rtl.min.css
share/wordpress/wp-includes/blocks/gallery/style.css
share/wordpress/wp-includes/blocks/gallery/style.min.css
+share/wordpress/wp-includes/blocks/gallery/theme-rtl.css
+share/wordpress/wp-includes/blocks/gallery/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/gallery/theme.css
+share/wordpress/wp-includes/blocks/gallery/theme.min.css
share/wordpress/wp-includes/blocks/group/block.json
share/wordpress/wp-includes/blocks/group/editor-rtl.css
share/wordpress/wp-includes/blocks/group/editor-rtl.min.css
@@ -1224,11 +1268,11 @@ share/wordpress/wp-includes/blocks/group
share/wordpress/wp-includes/blocks/group/style-rtl.min.css
share/wordpress/wp-includes/blocks/group/style.css
share/wordpress/wp-includes/blocks/group/style.min.css
+share/wordpress/wp-includes/blocks/group/theme-rtl.css
+share/wordpress/wp-includes/blocks/group/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/group/theme.css
+share/wordpress/wp-includes/blocks/group/theme.min.css
share/wordpress/wp-includes/blocks/heading/block.json
-share/wordpress/wp-includes/blocks/heading/editor-rtl.css
-share/wordpress/wp-includes/blocks/heading/editor-rtl.min.css
-share/wordpress/wp-includes/blocks/heading/editor.css
-share/wordpress/wp-includes/blocks/heading/editor.min.css
share/wordpress/wp-includes/blocks/heading/style-rtl.css
share/wordpress/wp-includes/blocks/heading/style-rtl.min.css
share/wordpress/wp-includes/blocks/heading/style.css
@@ -1238,6 +1282,7 @@ share/wordpress/wp-includes/blocks/html/
share/wordpress/wp-includes/blocks/html/editor-rtl.min.css
share/wordpress/wp-includes/blocks/html/editor.css
share/wordpress/wp-includes/blocks/html/editor.min.css
+share/wordpress/wp-includes/blocks/image.php
share/wordpress/wp-includes/blocks/image/block.json
share/wordpress/wp-includes/blocks/image/editor-rtl.css
share/wordpress/wp-includes/blocks/image/editor-rtl.min.css
@@ -1247,6 +1292,10 @@ share/wordpress/wp-includes/blocks/image
share/wordpress/wp-includes/blocks/image/style-rtl.min.css
share/wordpress/wp-includes/blocks/image/style.css
share/wordpress/wp-includes/blocks/image/style.min.css
+share/wordpress/wp-includes/blocks/image/theme-rtl.css
+share/wordpress/wp-includes/blocks/image/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/image/theme.css
+share/wordpress/wp-includes/blocks/image/theme.min.css
share/wordpress/wp-includes/blocks/index.php
share/wordpress/wp-includes/blocks/latest-comments.php
share/wordpress/wp-includes/blocks/latest-comments/block.json
@@ -1288,6 +1337,36 @@ share/wordpress/wp-includes/blocks/more/
share/wordpress/wp-includes/blocks/more/editor-rtl.min.css
share/wordpress/wp-includes/blocks/more/editor.css
share/wordpress/wp-includes/blocks/more/editor.min.css
+share/wordpress/wp-includes/blocks/navigation-link.php
+share/wordpress/wp-includes/blocks/navigation-link/block.json
+share/wordpress/wp-includes/blocks/navigation-link/editor-rtl.css
+share/wordpress/wp-includes/blocks/navigation-link/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/navigation-link/editor.css
+share/wordpress/wp-includes/blocks/navigation-link/editor.min.css
+share/wordpress/wp-includes/blocks/navigation-link/style-rtl.css
+share/wordpress/wp-includes/blocks/navigation-link/style-rtl.min.css
+share/wordpress/wp-includes/blocks/navigation-link/style.css
+share/wordpress/wp-includes/blocks/navigation-link/style.min.css
+share/wordpress/wp-includes/blocks/navigation-submenu.php
+share/wordpress/wp-includes/blocks/navigation-submenu/block.json
+share/wordpress/wp-includes/blocks/navigation-submenu/editor-rtl.css
+share/wordpress/wp-includes/blocks/navigation-submenu/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/navigation-submenu/editor.css
+share/wordpress/wp-includes/blocks/navigation-submenu/editor.min.css
+share/wordpress/wp-includes/blocks/navigation.php
+share/wordpress/wp-includes/blocks/navigation/block.json
+share/wordpress/wp-includes/blocks/navigation/editor-rtl.css
+share/wordpress/wp-includes/blocks/navigation/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/navigation/editor.css
+share/wordpress/wp-includes/blocks/navigation/editor.min.css
+share/wordpress/wp-includes/blocks/navigation/style-rtl.css
+share/wordpress/wp-includes/blocks/navigation/style-rtl.min.css
+share/wordpress/wp-includes/blocks/navigation/style.css
+share/wordpress/wp-includes/blocks/navigation/style.min.css
+share/wordpress/wp-includes/blocks/navigation/view.asset.php
+share/wordpress/wp-includes/blocks/navigation/view.js
+share/wordpress/wp-includes/blocks/navigation/view.min.asset.php
+share/wordpress/wp-includes/blocks/navigation/view.min.js
share/wordpress/wp-includes/blocks/nextpage/block.json
share/wordpress/wp-includes/blocks/nextpage/editor-rtl.css
share/wordpress/wp-includes/blocks/nextpage/editor-rtl.min.css
@@ -1312,12 +1391,22 @@ share/wordpress/wp-includes/blocks/parag
share/wordpress/wp-includes/blocks/paragraph/style-rtl.min.css
share/wordpress/wp-includes/blocks/paragraph/style.css
share/wordpress/wp-includes/blocks/paragraph/style.min.css
+share/wordpress/wp-includes/blocks/pattern.php
+share/wordpress/wp-includes/blocks/pattern/block.json
+share/wordpress/wp-includes/blocks/post-author.php
+share/wordpress/wp-includes/blocks/post-author/block.json
+share/wordpress/wp-includes/blocks/post-author/style-rtl.css
+share/wordpress/wp-includes/blocks/post-author/style-rtl.min.css
+share/wordpress/wp-includes/blocks/post-author/style.css
+share/wordpress/wp-includes/blocks/post-author/style.min.css
+share/wordpress/wp-includes/blocks/post-comments.php
+share/wordpress/wp-includes/blocks/post-comments/block.json
+share/wordpress/wp-includes/blocks/post-comments/style-rtl.css
+share/wordpress/wp-includes/blocks/post-comments/style-rtl.min.css
+share/wordpress/wp-includes/blocks/post-comments/style.css
+share/wordpress/wp-includes/blocks/post-comments/style.min.css
share/wordpress/wp-includes/blocks/post-content.php
share/wordpress/wp-includes/blocks/post-content/block.json
-share/wordpress/wp-includes/blocks/post-content/editor-rtl.css
-share/wordpress/wp-includes/blocks/post-content/editor-rtl.min.css
-share/wordpress/wp-includes/blocks/post-content/editor.css
-share/wordpress/wp-includes/blocks/post-content/editor.min.css
share/wordpress/wp-includes/blocks/post-date.php
share/wordpress/wp-includes/blocks/post-date/block.json
share/wordpress/wp-includes/blocks/post-excerpt.php
@@ -1340,6 +1429,8 @@ share/wordpress/wp-includes/blocks/post-
share/wordpress/wp-includes/blocks/post-featured-image/style-rtl.min.css
share/wordpress/wp-includes/blocks/post-featured-image/style.css
share/wordpress/wp-includes/blocks/post-featured-image/style.min.css
+share/wordpress/wp-includes/blocks/post-navigation-link.php
+share/wordpress/wp-includes/blocks/post-navigation-link/block.json
share/wordpress/wp-includes/blocks/post-template.php
share/wordpress/wp-includes/blocks/post-template/block.json
share/wordpress/wp-includes/blocks/post-template/editor-rtl.css
@@ -1352,6 +1443,10 @@ share/wordpress/wp-includes/blocks/post-
share/wordpress/wp-includes/blocks/post-template/style.min.css
share/wordpress/wp-includes/blocks/post-terms.php
share/wordpress/wp-includes/blocks/post-terms/block.json
+share/wordpress/wp-includes/blocks/post-terms/style-rtl.css
+share/wordpress/wp-includes/blocks/post-terms/style-rtl.min.css
+share/wordpress/wp-includes/blocks/post-terms/style.css
+share/wordpress/wp-includes/blocks/post-terms/style.min.css
share/wordpress/wp-includes/blocks/post-title.php
share/wordpress/wp-includes/blocks/post-title/block.json
share/wordpress/wp-includes/blocks/post-title/style-rtl.css
@@ -1372,6 +1467,10 @@ share/wordpress/wp-includes/blocks/pullq
share/wordpress/wp-includes/blocks/pullquote/style-rtl.min.css
share/wordpress/wp-includes/blocks/pullquote/style.css
share/wordpress/wp-includes/blocks/pullquote/style.min.css
+share/wordpress/wp-includes/blocks/pullquote/theme-rtl.css
+share/wordpress/wp-includes/blocks/pullquote/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/pullquote/theme.css
+share/wordpress/wp-includes/blocks/pullquote/theme.min.css
share/wordpress/wp-includes/blocks/query-pagination-next.php
share/wordpress/wp-includes/blocks/query-pagination-next/block.json
share/wordpress/wp-includes/blocks/query-pagination-numbers.php
@@ -1394,10 +1493,6 @@ share/wordpress/wp-includes/blocks/query
share/wordpress/wp-includes/blocks/query-pagination/style.min.css
share/wordpress/wp-includes/blocks/query-title.php
share/wordpress/wp-includes/blocks/query-title/block.json
-share/wordpress/wp-includes/blocks/query-title/editor-rtl.css
-share/wordpress/wp-includes/blocks/query-title/editor-rtl.min.css
-share/wordpress/wp-includes/blocks/query-title/editor.css
-share/wordpress/wp-includes/blocks/query-title/editor.min.css
share/wordpress/wp-includes/blocks/query.php
share/wordpress/wp-includes/blocks/query/block.json
share/wordpress/wp-includes/blocks/query/editor-rtl.css
@@ -1409,6 +1504,10 @@ share/wordpress/wp-includes/blocks/quote
share/wordpress/wp-includes/blocks/quote/style-rtl.min.css
share/wordpress/wp-includes/blocks/quote/style.css
share/wordpress/wp-includes/blocks/quote/style.min.css
+share/wordpress/wp-includes/blocks/quote/theme-rtl.css
+share/wordpress/wp-includes/blocks/quote/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/quote/theme.css
+share/wordpress/wp-includes/blocks/quote/theme.min.css
share/wordpress/wp-includes/blocks/rss.php
share/wordpress/wp-includes/blocks/rss/block.json
share/wordpress/wp-includes/blocks/rss/editor-rtl.css
@@ -1429,6 +1528,10 @@ share/wordpress/wp-includes/blocks/searc
share/wordpress/wp-includes/blocks/search/style-rtl.min.css
share/wordpress/wp-includes/blocks/search/style.css
share/wordpress/wp-includes/blocks/search/style.min.css
+share/wordpress/wp-includes/blocks/search/theme-rtl.css
+share/wordpress/wp-includes/blocks/search/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/search/theme.css
+share/wordpress/wp-includes/blocks/search/theme.min.css
share/wordpress/wp-includes/blocks/separator/block.json
share/wordpress/wp-includes/blocks/separator/editor-rtl.css
share/wordpress/wp-includes/blocks/separator/editor-rtl.min.css
@@ -1438,6 +1541,10 @@ share/wordpress/wp-includes/blocks/separ
share/wordpress/wp-includes/blocks/separator/style-rtl.min.css
share/wordpress/wp-includes/blocks/separator/style.css
share/wordpress/wp-includes/blocks/separator/style.min.css
+share/wordpress/wp-includes/blocks/separator/theme-rtl.css
+share/wordpress/wp-includes/blocks/separator/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/separator/theme.css
+share/wordpress/wp-includes/blocks/separator/theme.min.css
share/wordpress/wp-includes/blocks/shortcode.php
share/wordpress/wp-includes/blocks/shortcode/block.json
share/wordpress/wp-includes/blocks/shortcode/editor-rtl.css
@@ -1499,16 +1606,28 @@ share/wordpress/wp-includes/blocks/table
share/wordpress/wp-includes/blocks/table/style-rtl.min.css
share/wordpress/wp-includes/blocks/table/style.css
share/wordpress/wp-includes/blocks/table/style.min.css
+share/wordpress/wp-includes/blocks/table/theme-rtl.css
+share/wordpress/wp-includes/blocks/table/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/table/theme.css
+share/wordpress/wp-includes/blocks/table/theme.min.css
share/wordpress/wp-includes/blocks/tag-cloud.php
share/wordpress/wp-includes/blocks/tag-cloud/block.json
-share/wordpress/wp-includes/blocks/tag-cloud/editor-rtl.css
-share/wordpress/wp-includes/blocks/tag-cloud/editor-rtl.min.css
-share/wordpress/wp-includes/blocks/tag-cloud/editor.css
-share/wordpress/wp-includes/blocks/tag-cloud/editor.min.css
share/wordpress/wp-includes/blocks/tag-cloud/style-rtl.css
share/wordpress/wp-includes/blocks/tag-cloud/style-rtl.min.css
share/wordpress/wp-includes/blocks/tag-cloud/style.css
share/wordpress/wp-includes/blocks/tag-cloud/style.min.css
+share/wordpress/wp-includes/blocks/template-part.php
+share/wordpress/wp-includes/blocks/template-part/block.json
+share/wordpress/wp-includes/blocks/template-part/editor-rtl.css
+share/wordpress/wp-includes/blocks/template-part/editor-rtl.min.css
+share/wordpress/wp-includes/blocks/template-part/editor.css
+share/wordpress/wp-includes/blocks/template-part/editor.min.css
+share/wordpress/wp-includes/blocks/template-part/theme-rtl.css
+share/wordpress/wp-includes/blocks/template-part/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/template-part/theme.css
+share/wordpress/wp-includes/blocks/template-part/theme.min.css
+share/wordpress/wp-includes/blocks/term-description.php
+share/wordpress/wp-includes/blocks/term-description/block.json
share/wordpress/wp-includes/blocks/text-columns/block.json
share/wordpress/wp-includes/blocks/text-columns/editor-rtl.css
share/wordpress/wp-includes/blocks/text-columns/editor-rtl.min.css
@@ -1532,6 +1651,12 @@ share/wordpress/wp-includes/blocks/video
share/wordpress/wp-includes/blocks/video/style-rtl.min.css
share/wordpress/wp-includes/blocks/video/style.css
share/wordpress/wp-includes/blocks/video/style.min.css
+share/wordpress/wp-includes/blocks/video/theme-rtl.css
+share/wordpress/wp-includes/blocks/video/theme-rtl.min.css
+share/wordpress/wp-includes/blocks/video/theme.css
+share/wordpress/wp-includes/blocks/video/theme.min.css
+share/wordpress/wp-includes/blocks/widget-group.php
+share/wordpress/wp-includes/blocks/widget-group/block.json
share/wordpress/wp-includes/bookmark-template.php
share/wordpress/wp-includes/bookmark.php
share/wordpress/wp-includes/cache-compat.php
@@ -1600,6 +1725,7 @@ share/wordpress/wp-includes/class-wp-htt
share/wordpress/wp-includes/class-wp-http-requests-response.php
share/wordpress/wp-includes/class-wp-http-response.php
share/wordpress/wp-includes/class-wp-http-streams.php
+share/wordpress/wp-includes/class-wp-http.php
share/wordpress/wp-includes/class-wp-image-editor-gd.php
share/wordpress/wp-includes/class-wp-image-editor-imagick.php
share/wordpress/wp-includes/class-wp-image-editor.php
@@ -1638,6 +1764,7 @@ share/wordpress/wp-includes/class-wp-ter
share/wordpress/wp-includes/class-wp-text-diff-renderer-inline.php
share/wordpress/wp-includes/class-wp-text-diff-renderer-table.php
share/wordpress/wp-includes/class-wp-theme-json-resolver.php
+share/wordpress/wp-includes/class-wp-theme-json-schema.php
share/wordpress/wp-includes/class-wp-theme-json.php
share/wordpress/wp-includes/class-wp-theme.php
share/wordpress/wp-includes/class-wp-user-meta-session-tokens.php
@@ -1674,6 +1801,10 @@ share/wordpress/wp-includes/css/dist/blo
share/wordpress/wp-includes/css/dist/block-directory/style-rtl.min.css
share/wordpress/wp-includes/css/dist/block-directory/style.css
share/wordpress/wp-includes/css/dist/block-directory/style.min.css
+share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css
+share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css
+share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles.css
+share/wordpress/wp-includes/css/dist/block-editor/default-editor-styles.min.css
share/wordpress/wp-includes/css/dist/block-editor/style-rtl.css
share/wordpress/wp-includes/css/dist/block-editor/style-rtl.min.css
share/wordpress/wp-includes/css/dist/block-editor/style.css
@@ -1714,6 +1845,10 @@ share/wordpress/wp-includes/css/dist/edi
share/wordpress/wp-includes/css/dist/edit-post/style-rtl.min.css
share/wordpress/wp-includes/css/dist/edit-post/style.css
share/wordpress/wp-includes/css/dist/edit-post/style.min.css
+share/wordpress/wp-includes/css/dist/edit-site/style-rtl.css
+share/wordpress/wp-includes/css/dist/edit-site/style-rtl.min.css
+share/wordpress/wp-includes/css/dist/edit-site/style.css
+share/wordpress/wp-includes/css/dist/edit-site/style.min.css
share/wordpress/wp-includes/css/dist/edit-widgets/style-rtl.css
share/wordpress/wp-includes/css/dist/edit-widgets/style-rtl.min.css
share/wordpress/wp-includes/css/dist/edit-widgets/style.css
@@ -1827,6 +1962,7 @@ share/wordpress/wp-includes/functions.ph
share/wordpress/wp-includes/functions.wp-scripts.php
share/wordpress/wp-includes/functions.wp-styles.php
share/wordpress/wp-includes/general-template.php
+share/wordpress/wp-includes/global-styles-and-settings.php
share/wordpress/wp-includes/http.php
share/wordpress/wp-includes/https-detection.php
share/wordpress/wp-includes/https-migration.php
@@ -1987,6 +2123,8 @@ share/wordpress/wp-includes/js/dist/dom.
share/wordpress/wp-includes/js/dist/dom.min.js
share/wordpress/wp-includes/js/dist/edit-post.js
share/wordpress/wp-includes/js/dist/edit-post.min.js
+share/wordpress/wp-includes/js/dist/edit-site.js
+share/wordpress/wp-includes/js/dist/edit-site.min.js
share/wordpress/wp-includes/js/dist/edit-widgets.js
share/wordpress/wp-includes/js/dist/edit-widgets.min.js
share/wordpress/wp-includes/js/dist/editor.js
@@ -2387,6 +2525,7 @@ share/wordpress/wp-includes/ms-site.php
share/wordpress/wp-includes/nav-menu-template.php
share/wordpress/wp-includes/nav-menu.php
share/wordpress/wp-includes/option.php
+share/wordpress/wp-includes/php-compat/readonly.php
share/wordpress/wp-includes/pluggable-deprecated.php
share/wordpress/wp-includes/pluggable.php
share/wordpress/wp-includes/plugin.php
@@ -2426,6 +2565,11 @@ share/wordpress/wp-includes/rest-api/end
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
+share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
+share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
+share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
+share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php
+share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
@@ -2440,6 +2584,7 @@ share/wordpress/wp-includes/rest-api/end
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
+share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
share/wordpress/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
Index: pkgsrc/www/wordpress/distinfo
diff -u pkgsrc/www/wordpress/distinfo:1.86 pkgsrc/www/wordpress/distinfo:1.87
--- pkgsrc/www/wordpress/distinfo:1.86 Mon Jan 10 20:48:20 2022
+++ pkgsrc/www/wordpress/distinfo Tue Feb 22 23:14:24 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.86 2022/01/10 20:48:20 morr Exp $
+$NetBSD: distinfo,v 1.87 2022/02/22 23:14:24 morr Exp $
-BLAKE2s (wordpress-5.8.3.tar.gz) = 625bb95bf452587b451e7fac32f2d556d96094727c0a95d3141d0b37d2e6a5e3
-SHA512 (wordpress-5.8.3.tar.gz) = 08ebf959d9ae8ca33bee86fec222fb0266dc10bf6db4ed1ebeb7886a422abd838cbcc4d004002dea2c923c7a0822a1f410881b01f2e234560836b1635d98718b
-Size (wordpress-5.8.3.tar.gz) = 15087521 bytes
+BLAKE2s (wordpress-5.9.1.tar.gz) = a6248d7ad2c29a19bc084b0e81696efe10b233e1b0bfa862bed924b0c77f8659
+SHA512 (wordpress-5.9.1.tar.gz) = bef81308a1ac5797db71eb28d0f242dadd01edeb1db949ad2b619a2df23828fdde05befffe15c5948d0e864a6b1dbd09fff0296daccc6739b75f525d1fe21c0e
+Size (wordpress-5.9.1.tar.gz) = 18720933 bytes
Home |
Main Index |
Thread Index |
Old Index