~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2012-09-12 14:52:14 UTC
  • mfrom: (1.2.24)
  • Revision ID: package-import@ubuntu.com-20120912145214-ezu3pvvyt3membhx
Tags: 3.4.2+dfsg-1
* New upstream security & bugfix release. 
* Also setup languages symlink in setup-mysql. Closes: #684628
  Thanks to Jun NOGATA <nogajun@gmail.com> for the analysis.
* Add new patch 011support-symlinks-for-plugins.patch grabbed
  in the upstream ticket to allow plugin directories to be
  symlinks (which is required for the Debian package since
  we put symlinks in /var/lib/wordpress/wp-content/plugins/).
  Closes: #686228

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * @global string $wp_version
6
6
 */
7
 
$wp_version = '3.4.1';
 
7
$wp_version = '3.4.2';
8
8
 
9
9
/**
10
10
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
11
11
 *
12
12
 * @global int $wp_db_version
13
13
 */
14
 
$wp_db_version = 21115;
 
14
$wp_db_version = 21707;
15
15
 
16
16
/**
17
17
 * Holds the TinyMCE version
18
18
 *
19
19
 * @global string $tinymce_version
20
20
 */
21
 
$tinymce_version = '349-20805';
 
21
$tinymce_version = '349-21274';
22
22
 
23
23
/**
24
24
 * Holds the cache manifest version