From 3fcb37a8317402937974cb58577f43c99dc00601 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 21 Oct 2015 16:48:38 +0000 Subject: [PATCH] Replace Autoprefixer Core with Autoprefixer Autoprefixer Core 5.2.1 -> Autoprefixer 6.0.3 https://github.com/postcss/autoprefixer/releases/tag/6.0.0 Package autoprefixer-core is deprecated in favour of autoprefixer as part of the 6.0.0 release: Packages autoprefixer and autoprefixer-core were merged in 6.0 release. Autoprefixer 6.0.0 requires PostCSS 5.0.10 or greater PostCSS 0.5.4 -> 0.6.0 https://github.com/nDmitry/grunt-postcss/compare/v0.5.4...v0.6.0 You will need to update your dev dependencies after this change. Props netweb See #34177 Built from https://develop.svn.wordpress.org/trunk@35332 git-svn-id: http://core.svn.wordpress.org/trunk@35298 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 0800c95351..88c55b26bd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35331'; +$wp_version = '4.4-alpha-35332'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.