From 4ec14ee20623a52698c0292b9b7409e634ccead3 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 8 Jul 2015 19:54:31 +0000 Subject: [PATCH] Remove grunt-autoprefixer in favor of grunt-postcss with autoprefixer grunt-autoprefixer was deprecated - https://github.com/nDmitry/grunt-autoprefixer/commit/e020f878d5fe1a3f9f15bc7533b31c12ffa74799 None of the autoprefixer tasks should have been called directly, so they are now removed. `grunt precommit` and `grunt build` still work exactly as they should. This change doesn't affect the output of our builds. An NPM install is required after you have updated after this change. See #31700 Props netweb Built from https://develop.svn.wordpress.org/trunk@33129 git-svn-id: http://core.svn.wordpress.org/trunk@33100 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 33e8fbc95f..6776390a1b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33128'; +$wp_version = '4.3-beta1-33129'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.