From 7806020908f33608563fc19d11a87d5fa93067e6 Mon Sep 17 00:00:00 2001 From: Nathan Knowler Date: Wed, 4 Apr 2018 15:40:13 -0600 Subject: [PATCH] Update WordPress to 4.9.5 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- composer.lock | 38 +++++++++++++++++++------------------- 3 files changed, 24 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b58ed68b5..91db896d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.8.9: 2018-04-04 + +* Update to WordPress 4.9.5 + ### 1.8.8: 2018-02-06 * Update to WordPress 4.9.4 diff --git a/composer.json b/composer.json index ebb9e6ceb4..dc7e1bb22c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "php": ">=5.6", "composer/installers": "^1.4", "vlucas/phpdotenv": "^2.0.1", - "johnpbloch/wordpress": "4.9.4", + "johnpbloch/wordpress": "4.9.5", "oscarotero/env": "^1.1.0", "roots/wp-password-bcrypt": "1.0.0" }, diff --git a/composer.lock b/composer.lock index 92b257b2a1..88907922ea 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "327dfc5c0193e2ce0d98bd111f24fab8", + "content-hash": "5d644c1b34aefb5630f6554921cb4686", "packages": [ { "name": "composer/installers", @@ -128,20 +128,20 @@ }, { "name": "johnpbloch/wordpress", - "version": "4.9.4", + "version": "4.9.5", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "5394373d26a8e304eb293c2a9359701a7ab03131" + "reference": "c0d69bde6fc373270766a00db333c64f35496d67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/5394373d26a8e304eb293c2a9359701a7ab03131", - "reference": "5394373d26a8e304eb293c2a9359701a7ab03131", + "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/c0d69bde6fc373270766a00db333c64f35496d67", + "reference": "c0d69bde6fc373270766a00db333c64f35496d67", "shasum": "" }, "require": { - "johnpbloch/wordpress-core": "4.9.4", + "johnpbloch/wordpress-core": "4.9.5", "johnpbloch/wordpress-core-installer": "^1.0", "php": ">=5.3.2" }, @@ -163,27 +163,27 @@ "cms", "wordpress" ], - "time": "2018-02-06T16:42:18+00:00" + "time": "2018-04-03T22:47:48+00:00" }, { "name": "johnpbloch/wordpress-core", - "version": "4.9.4", + "version": "4.9.5", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "eef672cdb4ae9e846c464d4d03684b43d4108eda" + "reference": "442ae6c761e3b20cc6a000bee8fefcde5dbab3fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/eef672cdb4ae9e846c464d4d03684b43d4108eda", - "reference": "eef672cdb4ae9e846c464d4d03684b43d4108eda", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/442ae6c761e3b20cc6a000bee8fefcde5dbab3fa", + "reference": "442ae6c761e3b20cc6a000bee8fefcde5dbab3fa", "shasum": "" }, "require": { "php": ">=5.3.2" }, "provide": { - "wordpress/core-implementation": "4.9.4" + "wordpress/core-implementation": "4.9.5" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", @@ -203,7 +203,7 @@ "cms", "wordpress" ], - "time": "2018-02-06T16:42:13+00:00" + "time": "2018-04-03T22:47:40+00:00" }, { "name": "johnpbloch/wordpress-core-installer", @@ -407,16 +407,16 @@ "packages-dev": [ { "name": "squizlabs/php_codesniffer", - "version": "3.2.2", + "version": "3.2.3", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1" + "reference": "4842476c434e375f9d3182ff7b89059583aa8b27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7c00c3000ac0ce79c96fcbfef86b49a71158cd1", - "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27", + "reference": "4842476c434e375f9d3182ff7b89059583aa8b27", "shasum": "" }, "require": { @@ -426,7 +426,7 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", @@ -454,7 +454,7 @@ "phpcs", "standards" ], - "time": "2017-12-19T21:44:46+00:00" + "time": "2018-02-20T21:35:23+00:00" } ], "aliases": [],