Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Template:Release

This template is meant to be used for WordPress Version codex pages.

Usage Example

{{ Release
    | version = 4.3.1
    | date=16 Sept, 2015
    | status=[will be|was]
}}

Explanation of Variables

  • Version is the version for this post
  • Date is the date of the release
  • Status is the status of the release. Please use 'will be' or 'was'.

In order to get the diff of files between versions, you will need to run this command:

 svn diff --summarize  http://core.svn.wordpress.org/tags/3.7.9/ http://core.svn.wordpress.org/tags/3.7.8/

With the first version being the new release and the second being the previous. Change versions for which page you're working on. Note that the tags aren't built for one or two hours after release, so you may have to wait on that data. Alternatively you can run this:

 svn diff --summarize http://core.svn.wordpress.org/branches/3.7/ http://core.svn.wordpress.org/tags/3.7.11/

In that diff, run the base release (3.7) against the previous one (3.7.11).

Default Post

(This can be copy/pasted into new versions)

{{ Release
  | version = 4.3.1
  | date=16 Sept, 2015
  | status=will be
}}

== Summary ==
  
TBD
  
== List of Files Revised ==
 
<pre>
TBD
</pre>

Demonstration

On 16 Sept, 2015, WordPress 4.3.1 will be released to the public.

See also: other WordPress Versions.

Installation/Update Information

To download WordPress 4.3.1, update automatically from the Dashboard > Updates menu in your site's admin area or visit https://wordpress.org/download/release-archive/.

For step-by-step instructions on installing and updating WordPress:

If you are new to WordPress, we recommend that you begin with the following:


Summary

TBD

List of Files Revised

wp-includes/version.php
wp-includes/capabilities.php
wp-includes/kses.php
wp-includes/class-wp-embed.php
wp-includes/shortcodes.php
wp-includes/formatting.php
readme.html
wp-admin/includes/dashboard.php
wp-admin/about.php