diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f44ed227..e32657658e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.8.2: 2017-09-19 + +* Update to WordPress 4.8.2 + ### 1.8.1: 2017-08-02 * Update to WordPress 4.8.1 diff --git a/composer.json b/composer.json index de80ffbff5..37914fb6cd 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.8.1", + "johnpbloch/wordpress": "4.8.2", "oscarotero/env": "^1.1.0", "roots/wp-password-bcrypt": "1.0.0" }, diff --git a/composer.lock b/composer.lock index 47426e022d..48570358cd 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": "57adf83096ae495eea7573a0c52f8a03", + "hash": "09956114a717277b3e0e8afad648c919", "packages": [ { "name": "composer/installers", @@ -121,24 +121,24 @@ "zend", "zikula" ], - "time": "2017-08-09T07:53:48+00:00" + "time": "2017-08-09 07:53:48" }, { "name": "johnpbloch/wordpress", - "version": "4.8.1", + "version": "4.8.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "75bbc8dade6d66b66c7184656df7b3d545d31baa" + "reference": "d500aae1793990e4874cf794b6cf88ce60a38918" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/75bbc8dade6d66b66c7184656df7b3d545d31baa", - "reference": "75bbc8dade6d66b66c7184656df7b3d545d31baa", + "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/d500aae1793990e4874cf794b6cf88ce60a38918", + "reference": "d500aae1793990e4874cf794b6cf88ce60a38918", "shasum": "" }, "require": { - "johnpbloch/wordpress-core": "4.8.1", + "johnpbloch/wordpress-core": "4.8.2", "johnpbloch/wordpress-core-installer": "^1.0", "php": ">=5.3.2" }, @@ -160,25 +160,28 @@ "cms", "wordpress" ], - "time": "2017-08-02T21:47:41+00:00" + "time": "2017-09-19 22:27:16" }, { "name": "johnpbloch/wordpress-core", - "version": "4.8.1", + "version": "4.8.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "eee7b6128469d31803da3a07aaac9c442f81758e" + "reference": "706faa0d7b6b57a25d4acd18331dd71dfa6b01cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/eee7b6128469d31803da3a07aaac9c442f81758e", - "reference": "eee7b6128469d31803da3a07aaac9c442f81758e", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/706faa0d7b6b57a25d4acd18331dd71dfa6b01cf", + "reference": "706faa0d7b6b57a25d4acd18331dd71dfa6b01cf", "shasum": "" }, "require": { "php": ">=5.3.2" }, + "provide": { + "wordpress/core-implementation": "4.8.2" + }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -197,7 +200,7 @@ "cms", "wordpress" ], - "time": "2017-08-02T21:47:36+00:00" + "time": "2017-09-19 22:27:11" }, { "name": "johnpbloch/wordpress-core-installer", @@ -246,7 +249,7 @@ "keywords": [ "wordpress" ], - "time": "2017-05-31T18:42:33+00:00" + "time": "2017-05-31 18:42:33" }, { "name": "oscarotero/env", @@ -288,7 +291,7 @@ "keywords": [ "env" ], - "time": "2017-07-17T20:41:59+00:00" + "time": "2017-07-17 20:41:59" }, { "name": "roots/wp-password-bcrypt", @@ -345,7 +348,7 @@ "keywords": [ "wordpress wp bcrypt password" ], - "time": "2016-03-01T16:27:06+00:00" + "time": "2016-03-01 16:27:06" }, { "name": "vlucas/phpdotenv", @@ -395,7 +398,7 @@ "env", "environment" ], - "time": "2016-09-01T10:05:43+00:00" + "time": "2016-09-01 10:05:43" } ], "packages-dev": [ @@ -448,7 +451,7 @@ "phpcs", "standards" ], - "time": "2017-07-18T01:12:32+00:00" + "time": "2017-07-18 01:12:32" } ], "aliases": [],