Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#32032 closed defect (bug) (fixed)

Bundled Themes: bump version numbers and update POT files for 4.2 release

Reported by: lancewillett's profile lancewillett Owned by: ocean90's profile ocean90
Milestone: 4.2 Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

For submission to WP.org directory to coordinate with 4.1 release, let's bump Twenty Ten through Twenty Fifteen version numbers in style.css and make new POT files.

See #30763 for similar task in 4.1.

Attachments (2)

32032.patch (7.4 KB) - added by lancewillett 10 years ago.
32032.2.patch (21.7 KB) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (12)

#1 @lancewillett
10 years ago

  • Milestone set to 4.2

@lancewillett
10 years ago

#2 @lancewillett
10 years ago

Changes:

Twenty Fifteen

  • Adjust scroll behavior to make sure sidebar height is calculated during scroll events, not just resize events.
  • Update editor styles to better display images and captions in small screens.
  • Add trailing slashes to theme URIs to avoid a redirect.
  • Add documentation for new onResizeARIA function.
  • Add ARIA attributes to menu toggle and search toggle.
  • Remove URLs from reset credits.
  • Move RSS icon style rule lower to prevent it from being overridden by other social icon rules.
  • Keep sub-menus open when visiting sub-menu pages, to show context when navigating a site.
  • Move js and no-js class name functionality out of header template and into a wp_head hook in functions.php file so that the JavaScript functionality isn't hard-coded into a template file.
  • CSS cleanup.
  • Remove border on post navigation when post thumbnail is available.
  • Add print section to the table of contents in the stylesheet.
  • Fix missing style for menu in small screens.
  • Add styles for multisite registration forms.

Twenty Fourteen

  • Update editor styles to better display images and captions in small screens.
  • Update CSS rules for .screen-reader-text to be consistent with current accessibility guidelines.
  • Add trailing slashes to theme URIs to avoid a redirect.
  • Use SSL for theme and author URIs and HTTPS for codex.wordpress.org.
  • Add documentation for new onResizeARIA function.
  • Add ARIA attributes to menu toggle and search toggle.
  • Make twentyfourteen_post_thumbnail() pluggable.
  • Update CSS rules for .screen-reader-text to be consistent with current accessibility guidelines.
  • Remove URLs from reset credits.
  • Replace array_shift() with reset() for performance.
  • Fix escaping and minor code style issues.

Twenty Thirteen

  • Make sure submenu links work correctly on small screens with touch events.
  • Update editor styles to better display images and captions in small screens.
  • Use SSL for theme and author URIs and HTTPS for codex.wordpress.org.
  • Add documentation for new onResizeARIA function.
  • Add ARIA attributes to menu toggle.
  • Update CSS rules for .screen-reader-text to be consistent with current accessibility guidelines.
  • Replace array_shift() with reset() for performance.
  • Fix escaping and minor code style issues.

Twenty Twelve

  • Add trailing slashes to theme URIs to avoid a redirect.
  • Use SSL for theme and author URIs and HTTPS for codex.wordpress.org.
  • Update CSS rules for .screen-reader-text to be consistent with current accessibility guidelines.
  • Remove URLs from reset credits.
  • Fix escaping and minor code style issues.

Twenty Eleven

  • Add postMessage support for header_textcolor to improve the user experience in the Customizer.
  • Add trailing slashes to theme URIs to avoid a redirect.
  • Use SSL for theme and author URIs and HTTPS for codex.wordpress.org.
  • Update CSS rules for .screen-reader-text to be consistent with current accessibility guidelines.
  • Remove URLs from reset credits.
  • Replace array_shift() with reset() for performance.
  • Fix escaping and minor code style issues.

Twenty Ten

  • Add trailing slashes to theme URIs to avoid a redirect.
  • Use SSL for theme and author URIs and HTTPS for codex.wordpress.org.
  • Update CSS rules for .screen-reader-text to be consistent with current accessibility guidelines.
  • Remove URLs from reset credits.
  • Replace array_shift() with reset() for performance.
  • Fix escaping and minor code style issues.

@ocean90
10 years ago

#3 @DrewAPicture
10 years ago

@lancewillett: Do we also want to link up the new changelogs in the Codex while we're at it?

#4 @lancewillett
10 years ago

No thanks -- I'll work on the changelogs and links to Codex for the next release. (A bit too late for this time around.)

This ticket was mentioned in Slack in #core by sergeybiryukov. View the logs.


10 years ago

#6 @netweb
10 years ago

  • Keywords i18n-change added

It might only be trailing slashes on wordpress.org URL's but it is an i18n string change all the same.

As mentioned in #core there are currently conflicts between the current .pot files and GP for trailing slashes on URL's

See https://wordpress.slack.com/archives/core/p1429752867006741

Can these changes be "massaged" when committed so that they do not cause translators to have to go and translate these URL strings again please :)

#7 @ocean90
10 years ago

  • Keywords i18n-change removed

#8 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 32276:

Bundled Themes: Bump version numbers and update POT files.

fixes #32032.

This ticket was mentioned in Slack in #core by drew. View the logs.


10 years ago

Note: See TracTickets for help on using tickets.