Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#56450 closed task (blessed) (fixed)

Bump default theme versions for WordPress 6.1

Reported by: mukesh27's profile mukesh27 Owned by: desrosj's profile desrosj
Milestone: 6.1 Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: has-patch
Focuses: Cc:

Description

All bundled themes from 2010 to 2022 will need a version bump for the 6.1 release.

Previously:
#55754 - 6.0
#54783 - 5.9
#53277 - 5.8
#52704 - 5.7
#51919 - 5.6
#50889 - 5.5
#49743 - 5.4

Change History (13)

This ticket was mentioned in PR #3148 on WordPress/wordpress-develop by robinwpdeveloper.


2 years ago
#1

  • Keywords has-patch added; needs-patch removed

Trac ticket: 56450

#2 @robinwpdeveloper
2 years ago

Hi @mukesh27
Can you please review the attached PR if possible?

#3 @desrosj
2 years ago

  • Keywords changes-requested added

I've reviewed the PR and asked for some changes. Updating the ticket with changes-requested to reflect that.

This ticket was mentioned in Slack in #core-committers by desrosj. View the logs.


2 years ago

robinwpdeveloper commented on PR #3148:


2 years ago
#5

Thanks @desrosj
I have updated as per your requested changes.

Can you please re review?

#6 @robinwpdeveloper
2 years ago

Since the requested changes are made
can we remove the keyword “changes-requested”?

#7 @desrosj
2 years ago

  • Keywords changes-requested removed
  • Owner set to desrosj
  • Status changed from new to reviewing

robinwpdeveloper commented on PR #3148:


2 years ago
#8

Hi @desrosj
I have fixed as per changesheet (manually did this).

Still 3 files has conflict.
Can you please fix these for me?

Or, let me know how to fix these conflicts.

Thanks.

desrosj commented on PR #3148:


2 years ago
#9

Thanks @robinwpdeveloper! I am going to commit this and I'll fix those oddities during that process. There are a few additional changes that happened over the last week that will require another change to the version. But I'll also handle those.

#10 @desrosj
2 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 54492:

Bundled Themes: Bump version numbers for 6.1.

In coordination with the release of 6.1, a new version of each bundled theme will also be released. This bumps the version of each theme to the following:

  • Twenty Ten: 3.7
  • Twenty Eleven: 4.2
  • Twenty Twelve: 3.8
  • Twenty Thirteen: 3.7
  • Twenty Fourteen: 3.5
  • Twenty Fifteen: 3.3
  • Twenty Sixteen: 2.8
  • Twenty Seventeen: 3.1
  • Twenty Nineteen: 2.4
  • Twenty Twenty: 2.1
  • Twenty Twenty-One: 1.7
  • Twenty Twenty-Two: 1.3

Additionally, this audits all $version parameters for wp_(enqueue|register)_(script|style) calls, ensuring accurate last edited or theme version values for proper caching and cache busting.

Props robinwpdeveloper, desrosj, mukesh27.
Fixes #56450.

#12 @desrosj
2 years ago

In 54745:

Twenty Twenty-One: Properly bump to version 1.7.

The theme version was missed in the relevant stylesheets in [54492].

This updates the last locations to allow 1.7 to be officially released.

See #56450.

#13 @desrosj
2 years ago

In 54746:

Twenty Twenty-One: Properly bump to version 1.7.

The theme version was missed in the relevant stylesheets in [54492].

This updates the last locations to allow 1.7 to be officially released.

Props @hellofromTonya, SergeyBiryukov.
Merges [54745] to the 6.1 branch.
See #56450.

Note: See TracTickets for help on using tickets.