Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "file size" column to the media library menu #2362

Open
wants to merge 151 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
151 commits
Select commit Hold shift + click to select a range
8a13109
Branch 5.9
SergeyBiryukov Jan 4, 2022
abb893a
Query: Improve sanitization within `WP_Tax_Query`.
desrosj Jan 6, 2022
73421fa
Query: Improve sanitization within `WP_Meta_Query`.
desrosj Jan 6, 2022
6677fc3
Upgrade/Install: Avoid using `unserialize()` unnecessarily.
desrosj Jan 6, 2022
844676b
Formatting: Correctly encode ASCII characters in post slugs.
desrosj Jan 6, 2022
8c1e547
REST API: Typo correction in a link description object.
audrasjb Jan 8, 2022
436e02e
Help/About: Change the Learn WP link in the about page.
audrasjb Jan 8, 2022
0cde09d
Fix: WordPress default presets aren't loaded for all themes.
jorgefilipecosta Jan 10, 2022
2aaf564
Fix: Update some default presets in use by default themes to the new …
jorgefilipecosta Jan 10, 2022
6db9175
Update packages to include these bug fixes from Gutenberg:
noisysocks Jan 11, 2022
848f055
Twenty Twenty-Two: Sync updates from GitHub for RC 2.
desrosj Jan 11, 2022
749ebbb
Editor: Fix enqueueing additional styles in wp_enqueue_block_style() …
hellofromtonya Jan 11, 2022
ce45d70
Script Loader: Fix a variable typo in `wp_enqueue_block_style`.
dream-encode Jan 11, 2022
4414a36
Site Editor: Fix typo in home template translatable description.
hellofromtonya Jan 11, 2022
cc838a9
Administration: Update design of the Dashboard welcome panel.
ryelle Jan 11, 2022
36c8f31
Help/About: Update the About section for 5.9.
ryelle Jan 11, 2022
1e2282f
WordPress 5.9 RC2.
SergeyBiryukov Jan 11, 2022
0f2ce5b
Post WordPress 5.9 RC2 version bump.
SergeyBiryukov Jan 11, 2022
471a63d
Media: Add a missing `/` in post thumbnail lazy loading regex.
audrasjb Jan 14, 2022
2fd10c8
Twenty Twenty-Two: Sync updates from GitHub from RC3.
audrasjb Jan 17, 2022
3a1df5b
Administration: Revert [51946].
hellofromtonya Jan 17, 2022
e23f6d9
Editor: Explicitly load remote block patterns in the block and site e…
hellofromtonya Jan 17, 2022
ce2a936
Update @wordpress packages
noisysocks Jan 18, 2022
1f1a0a5
Editor: @wordpress package updates.
hellofromtonya Jan 18, 2022
6c54fa8
WordPress 5.9 RC3.
SergeyBiryukov Jan 18, 2022
e0f857a
Post WordPress 5.9 RC3 version bump.
SergeyBiryukov Jan 18, 2022
425cffc
Twenty Twenty-Two: update the required version.
desrosj Jan 21, 2022
b5ed49d
Bundled Themes: Reverts [52549].
desrosj Jan 21, 2022
eca356b
Tests: Temporarily add expected exceptions to a few theme tests.
desrosj Jan 21, 2022
ba31305
Bundled Themes: Bump the versions for bundled themes for release.
desrosj Jan 22, 2022
0b1eb91
Customizer: Remove Menus panel when a theme does not support menus
noisysocks Jan 24, 2022
f3c2c39
Update @wordpress packages
noisysocks Jan 24, 2022
08aa0b7
Help/About: Update Freedoms page for 5.9.
peterwilsoncc Jan 24, 2022
b91bc36
Plugins/Themes: Allow to install/activate plugins/themes which requir…
ocean90 Jan 24, 2022
693e0b0
Tests: Revert [52617].
ocean90 Jan 24, 2022
7fe1460
Docs: Docblock corrections for `get_block_file_template()`.
audrasjb Jan 24, 2022
acc1a8a
Editor: Bump editor packages to include the latest fixes.
desrosj Jan 24, 2022
cce7fa7
WordPress 5.9 RC4.
SergeyBiryukov Jan 24, 2022
ff8f975
Post WordPress 5.9 RC4 version bump.
SergeyBiryukov Jan 24, 2022
3374dd7
Upgrade/Install: Update `$_old_files` for 5.9.
SergeyBiryukov Jan 24, 2022
c97dfae
WordPress 5.9.
SergeyBiryukov Jan 25, 2022
7c346cf
Post WordPress 5.9 version bump.
SergeyBiryukov Jan 25, 2022
dd1c0af
Upgrade: Prevent warnings upgrading cron array.
peterwilsoncc Feb 2, 2022
f8ce6e2
External libraries: Update jQuery UI to 1.13.1
peterwilsoncc Feb 3, 2022
6ecf6ee
Twenty Twenty-Two: Make 404 pattern search label and button translata…
peterwilsoncc Feb 3, 2022
871afd0
Twenty Twenty-Two: Replace GitHub with .org link in Theme URI.
peterwilsoncc Feb 3, 2022
a5c5997
Themes: Fix for Classic themes using default presets.
SergeyBiryukov Feb 4, 2022
f0180f5
Tests: Rename the test file and class for `wp_get_global_stylesheet()…
SergeyBiryukov Feb 5, 2022
5b2cd50
Twenty Twenty-Two: Remove negative side margins on group blocks with …
audrasjb Feb 7, 2022
513b728
Twenty Twenty-Two: Update mergeinfo after [52688].
SergeyBiryukov Feb 11, 2022
a091ce2
Twenty Twenty-Two: Optimize the `assets/images/ducks.jpg` image.
SergeyBiryukov Feb 11, 2022
64ccc06
Twenty Twenty-Two: Fix headings consistency in Pricing table pattern.
SergeyBiryukov Feb 11, 2022
f86f3d6
Editor: Remove standard post type UI for templates and template parts.
audrasjb Feb 11, 2022
0f34336
Upgrade/Install: Make sure the "Show hidden updates" button is visibl…
SergeyBiryukov Feb 11, 2022
cdf0661
Script Loader: Prevent normalizing HTML IDs in `_wp_normalize_relativ…
audrasjb Feb 11, 2022
5a7a70a
Script Loader: Prevent normalizing HTML IDs in `_wp_normalize_relativ…
audrasjb Feb 11, 2022
46aa382
Query: Check if the theme supports `block-templates` before calling `…
audrasjb Feb 12, 2022
0afadd5
Update mergeinfo for the 5.9 branch.
SergeyBiryukov Feb 12, 2022
b9a082e
Twenty Fifteen: Add gradient background options using the theme color…
audrasjb Feb 13, 2022
33244d0
Revert [52722].
audrasjb Feb 13, 2022
93ece82
Twenty Twenty-One: Allow editor styles to control block margins.
audrasjb Feb 14, 2022
3075d02
Editor: Only render term update notices on term screens.
peterwilsoncc Feb 15, 2022
efe5e46
External libraries: Update version string for hoverIntent.
peterwilsoncc Feb 15, 2022
e417119
Widgets: Missing markup from Widgets Group block.
audrasjb Feb 15, 2022
eb88321
Administration: Fix a CSS issue on the Welcome Panel when the "Dashbo…
audrasjb Feb 15, 2022
b0eed4d
Script Loader: Load block themes styles in the head section.
audrasjb Feb 16, 2022
9a7e624
Editor: Prevent front-end assets of a block from being enqueued in th…
ocean90 Feb 17, 2022
00452c7
Themes: Allow extending `WP_Theme_JSON` and `WP_Theme_JSON_Resolver` …
audrasjb Feb 17, 2022
70213b9
Script Loader: Load block support styles in the head for block themes.
jorgefilipecosta Feb 17, 2022
1c560a4
Script Loader: Improvements to the load block support styles mechanism.
jorgefilipecosta Feb 17, 2022
349bc33
Global Styles: Fix PHP warning in WP_REST_Global_Styles_Controller if…
jorgefilipecosta Feb 17, 2022
cbf7219
Global Styles: Load the global styles before the theme styles in the …
jorgefilipecosta Feb 17, 2022
aa65a85
Editor: Grant only admins access to the "Navigation Menus" UI for blo…
hellofromtonya Feb 17, 2022
37849d4
Docs: Typo corrections in `class-wp-theme-json` docblocks.
audrasjb Feb 17, 2022
4bdde1f
Editor: Backport Duotone fixes for 5.9.1.
audrasjb Feb 17, 2022
4a30e29
Filesystem API: Use a temp folder for `Content-Disposition` files.
SergeyBiryukov Feb 17, 2022
2f1ca79
Script Loader: Prevent normalizing data URIs in `_wp_normalize_relati…
hellofromtonya Feb 17, 2022
7a40118
Editor: Adds an additional check to guard against incompete presets.
hellofromtonya Feb 17, 2022
632b4c9
Editor: Update block editor packages for WordPress 5.9.1.
audrasjb Feb 17, 2022
de80656
Options: Disable transients while installing.
hellofromtonya Feb 17, 2022
4c52266
Editor: Automatically apply global styles duotone filters to render i…
hellofromtonya Feb 17, 2022
f3c1894
WordPress 5.9.1 RC1.
audrasjb Feb 17, 2022
bc9067b
Post WordPress 5.9.1 RC1 version bump.
audrasjb Feb 17, 2022
fd74b1f
Twenty Twenty-Two: Bump theme version to 1.1.
audrasjb Feb 21, 2022
d6e0fa7
Help/About: Update the About page for WordPress 5.9.1.
audrasjb Feb 22, 2022
35cd881
WordPress 5.9.1.
audrasjb Feb 22, 2022
67d7e50
Post WordPress 5.9.1 version bump.
SergeyBiryukov Feb 22, 2022
8cc9e53
Themes: Remove the Live Preview link when installing a block theme fr…
audrasjb Feb 26, 2022
0709236
External Librairies: Update jQuery.query to version 2.2.3.
audrasjb Mar 10, 2022
1b34d90
WordPress 5.9.2.
audrasjb Mar 10, 2022
c78c876
Update WordPress packages.
jorgefilipecosta Mar 10, 2022
27d3af8
Block Editor: Improve Global Styles filtering order.
jorgefilipecosta Mar 10, 2022
0b800e2
Post WordPress 5.9.2 version bump.
SergeyBiryukov Mar 11, 2022
1f2b9ce
Editor: Optimize preload paths for post and site editors.
audrasjb Mar 28, 2022
e258cac
Media: Make `get_post_galleries()` only return galleries.
audrasjb Mar 28, 2022
5963fa5
Themes: Hide block themes live preview link following installation.
audrasjb Mar 29, 2022
930b56b
Themes: Avoid undefined variable warning on `get_svg_filters()`.
audrasjb Mar 29, 2022
f4837d7
Editor: Use `wp_unique_id()` instead of `uniqid()` to generate CSS cl…
audrasjb Mar 29, 2022
99e04b1
Editor: Change location of block support styles in `wp_head`.
audrasjb Mar 29, 2022
8cbd8c0
Editor: Fix broken asset URLs when using WP outside of the regular di…
audrasjb Mar 29, 2022
aae0805
Administration: Do not specify menu order for the Widgets menu when t…
audrasjb Mar 29, 2022
7a6a2ec
Filesystem API: Include the `ssh-ed25519` public key signature algori…
audrasjb Mar 29, 2022
1a569f3
Customizer: When a block theme is active, add an information about Si…
audrasjb Mar 29, 2022
beb96fe
Update WordPress packages for 5.9.3.
audrasjb Mar 30, 2022
8b3d9f3
WordPress 5.9.3 RC1.
audrasjb Mar 30, 2022
e0b75a4
Post WordPress 5.9.3 RC1 version bump.
audrasjb Mar 30, 2022
5c3ae7e
Help/About: Update the About page for WordPress 5.9.3.
audrasjb Apr 5, 2022
7812f57
Help/About: Update the About page with the correct number of bugfixes…
audrasjb Apr 5, 2022
8008f01
WordPress 5.9.3.
audrasjb Apr 5, 2022
0ea7a38
Post WordPress 5.9.3 version bump.
SergeyBiryukov Apr 5, 2022
ea2e02a
Security: Add 5.9 to the list of versions receiving security updates.
SergeyBiryukov May 3, 2022
e1b417f
Build/Test Tools: Pass GitHub Actions environment variables to the Do…
SergeyBiryukov May 4, 2022
3345113
Build/Test Tools: Update 3rd party GitHub Actions.
desrosj Jun 30, 2022
6bcc644
Block Patterns: Update the value used for keywords.
SergeyBiryukov Jul 6, 2022
969da70
Grouped backports to the 5.9 branch.
SergeyBiryukov Aug 30, 2022
63d0b8e
WordPress 5.9.4.
desrosj Aug 30, 2022
560efbf
Security: Introduce strings to indicate support status.
peterwilsoncc Oct 10, 2022
7c29fcf
Tests: Replace the timezone used in date/time tests.
peterwilsoncc Oct 14, 2022
6d9162d
Grouped backports to the 5.9 branch.
audrasjb Oct 17, 2022
5a1c18b
Partial revert of [54545].
desrosj Oct 17, 2022
67cf588
Editor: Bump `@wordpress` packages for 5.9.5.
desrosj Oct 17, 2022
6a86cc3
WordPress 5.9.5.
audrasjb Oct 17, 2022
652f890
Docs: Add missing default parameter value in `themes_api()` docblock.
audrasjb Oct 20, 2022
20012ba
Docs: Add missing default parameter value in `trackback_response()` d…
audrasjb Oct 20, 2022
007118d
Revert accidental 5.9 branch commits [54655] and [54656]
aaronjorbin Oct 20, 2022
94d0172
Media: Add `object-fit` to the allowed list of CSS properties.
peterwilsoncc Nov 8, 2022
c010079
Built/Test tools, HTTP API: Refactor test for multiple location headers.
peterwilsoncc Dec 15, 2022
88b0e2f
I18N: Add new strings to `about.php` for use with end-of-life updates.
peterwilsoncc Feb 21, 2023
5c9b321
Tests: Adjust the expected mime type for WOFF fonts on PHP 8.1.12+.
SergeyBiryukov Mar 9, 2023
2b10ea0
Build/Test Tools: Backport updates to GitHub Actions.
desrosj Mar 10, 2023
1374e4b
General: Update SVN `mergeinfo`.
desrosj Mar 10, 2023
65eaadf
Grouped backports to the 5.9 branch.
audrasjb May 16, 2023
73de8ad
Editor: Restore shortcode support for block templates.
desrosj May 20, 2023
e5dd3fa
WordPress 5.9.7.
desrosj May 20, 2023
b1a15b7
Grouped backports to the 5.9 branch.
joemcgill Oct 12, 2023
eab56ab
WordPress 5.9.8.
audrasjb Oct 12, 2023
2fac376
Build/Test Tools: Change the default value of `LOCAL_PHP`.
desrosj Dec 18, 2023
4c803fb
Grouped Backports to the 5.9 branch
aaronjorbin Jan 30, 2024
99296aa
WordPress 5.9.9.
joemcgill Jan 30, 2024
8a6b7e2
General: Ensure newline at end of file.
desrosj Jan 30, 2024
413abc5
Tests: Use an image on WordPress.org CDN in external HTTP tests.
SergeyBiryukov Apr 15, 2024
820eff1
Build/Test Tools: Make use of new reusable workflows for 5.9.
desrosj Jun 6, 2024
bf285e8
Build/Test Tools: Update `actions/github-scripts` in the 5.9 branch.
desrosj Jun 6, 2024
81d6e9e
Grouped Backports to the 5.9 branch.
audrasjb Jun 24, 2024
0550d4a
WordPress 5.9.10.
audrasjb Jun 24, 2024
3cc726a
Build/Test Tools: Fix local environment whith `memcached`.
desrosj Jun 28, 2024
144beeb
Build/Test Tools: Update the reusable PHPUnit workflow name.
desrosj Jul 3, 2024
035d180
Build/Test Tools: Change 5.9 default values of `LOCAL_PHP`/`LOCAL_DB_…
desrosj Jul 3, 2024
a470aa4
Build/Test Tools: Re-add Slack notices for E2E workflow.
desrosj Jul 23, 2024
a26e0cc
Tests: Use better domain for HTTP API invalid hostname test.
peterwilsoncc Oct 27, 2024
d9c5577
Build/Test Tools: Disable AppArmor for JavaScript testing.
desrosj Jan 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bundled Themes: Bump the versions for bundled themes for release.
This bumps the versions of the default bundled themes in preparation for release with WordPress 5.9.

The new versions are:
- Twenty Ten: 3.6
- Twenty Eleven: 4.0
- Twenty Twelve: 3.6
- Twenty Thirteen: 3.5
- Twenty Fourteen: 3.3
- Twenty Fifteen: 3.1
- Twenty Sixteen: 2.6
- Twenty Seventeen: 2.9
- Twenty Nineteen: 2.2
- Twenty Twenty: 1.9
- Twenty Twenty-One: 1.5

Props audrasjb.
Merges [52618] to the 5.9 branch
Fixes #54783.

git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52619 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jan 22, 2022
commit ba313057e94b4f6b1cb3aa6e1f0c55b0ed513ef5
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentyeleven/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wordpressdotorg
Requires at least: WordPress 3.2
Tested up to: 5.9
Stable tag: 3.9
Stable tag: 4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Expand Down Expand Up @@ -47,6 +47,11 @@ Images

== Changelog ==

= 4.0 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_4.0

= 3.9 =
* Released: July 26, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyeleven/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 3.9
Version: 4.0
Tested up to: 5.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentyfifteen/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wordpressdotorg
Requires at least: WordPress 4.1
Tested up to: 5.9
Version: 3.0
Version: 3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
Expand Down Expand Up @@ -61,6 +61,11 @@ Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C

== Changelog ==

= 3.1 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Fifteen_Theme_Changelog#Version_3.1

= 3.0 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfifteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 3.0
Version: 3.1
Tested up to: 5.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentyfourteen/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wordpressdotorg
Requires at least: WordPress 3.6
Tested up to: 5.9
Stable tag: 3.2
Stable tag: 3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Expand Down Expand Up @@ -58,6 +58,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO

== Changelog ==

= 3.3 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Fourteen_Theme_Changelog#Version_3.3

= 3.2 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfourteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 3.2
Version: 3.3
Tested up to: 5.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twentynineteen",
"version": "2.1.0",
"version": "2.2.0",
"description": "Default WP Theme",
"bugs": {
"url": "https://core.trac.wordpress.org/"
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentynineteen/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wordpressdotorg
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
Requires at least: 4.9.6
Tested up to: 5.9
Stable tag: 2.1
Stable tag: 2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -39,6 +39,11 @@ GNU General Public License for more details.

== Changelog ==

= 2.2 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Nineteen_Theme_Changelog#Version_2.2

= 2.1 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Our 2019 default theme is designed to show off the power of the blo
Tested up to: 5.9
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.1
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Our 2019 default theme is designed to show off the power of the blo
Tested up to: 5.9
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.1
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Expand Down
3 changes: 2 additions & 1 deletion src/wp-content/themes/twentynineteen/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tested up to: 5.9
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.1
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentyseventeen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Twenty Seventeen ===
Contributors: wordpressdotorg
Tested up to: 5.9
Version: 2.8
Version: 2.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns
Expand Down Expand Up @@ -68,6 +68,11 @@ Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU

== Changelog ==

= 2.9 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.9

= 2.8 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyseventeen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.8
Version: 2.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentysixteen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Twenty Sixteen ===
Contributors: wordpressdotorg
Tested up to: 5.9
Version: 2.5
Version: 2.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Expand Down Expand Up @@ -55,6 +55,11 @@ Image used in screenshot.png: A photo by Austin Schmid (https://unsplash.com/sch

== Changelog ==

= 2.6 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Sixteen_Theme_Changelog#Version_2.6

= 2.5 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentysixteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.5
Version: 2.6
Tested up to: 5.9
Requires at least: 4.4
Requires PHP: 5.2.4
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentyten/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Twenty Ten ===
Contributors: wordpressdotorg
Tested up to: 5.9
Stable tag: 3.5
Stable tag: 3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Expand Down Expand Up @@ -42,6 +42,11 @@ Images

== Changelog ==

= 3.6 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.6

= 3.5 =
* Released: July 26, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyten/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 3.5
Version: 3.6
Tested up to: 5.9
Requires at least: 3.0
Requires PHP: 5.2.4
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentythirteen/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album-

== Changelog ==

= 3.5 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_3.5

= 3.4 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentythirteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.4
Version: 3.5
Tested up to: 5.9
Requires at least: 3.6
Requires PHP: 5.2.4
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentytwelve/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Twenty Twelve ===
Contributors: wordpressdotorg
Tested up to: 5.9
Stable tag: 3.5
Stable tag: 3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Expand Down Expand Up @@ -46,10 +46,15 @@ Source: https://github.com/aFarkas/html5shiv

== Changelog ==

= 3.6 =
* Released: January 25, 2022

https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_3.6

= 3.5 =
* Released: July 26, 2021

https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_3.4
https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_3.5

= 3.4 =
* Released: July 20, 2021
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwelve/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 3.5
Version: 3.6
Tested up to: 5.9
Requires at least: 3.5
Requires PHP: 5.2.4
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwenty/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwenty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twentytwenty",
"version": "1.8.0",
"version": "1.9.0",
"description": "Default WP Theme",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
7 changes: 6 additions & 1 deletion src/wp-content/themes/twentytwenty/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Twenty Twenty ===
Contributors: the WordPress team
Tested up to: 5.9
Stable tag: 1.8
Stable tag: 1.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -22,6 +22,11 @@ you pick, ensuring a high, accessible color contrast for your visitors.

== Changelog ==

= 1.9 =
* Released: January 25, 2022

https://wordpress.org/support/article/twenty-twenty-changelog/#Version_1.9

= 1.8 =
* Released: July 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwenty/style-rtl.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.8
Version: 1.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwenty/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.8
Version: 1.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/assets/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twentytwentyone",
"version": "1.4.0",
"version": "1.5.0",
"description": "Default WP Theme",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
Loading