From 0a45a22a181e5e53e358869e91d6af4cebe33cc9 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 18 Feb 2019 11:56:41 +0000 Subject: [PATCH] Version bump 0.2.1 --- .github_changelog_generator | 2 +- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- composer.lock | 14 +++++++------- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index c6da8f5..a4a0f5e 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.2.0 +future-release=0.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bd95d97..792dac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Change Log +## [0.2.1](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.1) (2019-02-18) +[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.0...0.2.1) + +**Merged pull requests:** + +- Readme: Fix example [\#10](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/10) ([TangRufus](https://github.com/TangRufus)) +- Exclude `WordPressVIPMinimum.VIP.RestrictedFunctions.wp\_remote\_get\_wp\_remote\_get` [\#9](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/9) ([TangRufus](https://github.com/TangRufus)) +- Readme: Better example [\#8](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/8) ([TangRufus](https://github.com/TangRufus)) + ## [0.2.0](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.0) (2019-01-28) [Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.1.0...0.2.0) **Merged pull requests:** +- Version bump 0.2.0 [\#7](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/7) ([TangRufus](https://github.com/TangRufus)) - Fix: composer require automattic/vipwpcs [\#6](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/6) ([TangRufus](https://github.com/TangRufus)) - Add PSR12 [\#5](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/5) ([TangRufus](https://github.com/TangRufus)) - composer update [\#4](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/4) ([TangRufus](https://github.com/TangRufus)) diff --git a/composer.json b/composer.json index a15e231..f9243ca 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "0.2.x-dev" } }, "prefer-stable": true, diff --git a/composer.lock b/composer.lock index 29419ff..a2f5310 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4aec2edee3214a6734e1f688fc496926", + "content-hash": "2f209976043f2cdd407bcffa94c2b465", "packages": [ { "name": "automattic/vipwpcs", @@ -153,12 +153,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "db876706aacd4ffbd1c253358d19a651e50e65c2" + "reference": "54ee79a17e8cdc4ff8a1570198d5bc669a5803b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/db876706aacd4ffbd1c253358d19a651e50e65c2", - "reference": "db876706aacd4ffbd1c253358d19a651e50e65c2", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/54ee79a17e8cdc4ff8a1570198d5bc669a5803b8", + "reference": "54ee79a17e8cdc4ff8a1570198d5bc669a5803b8", "shasum": "" }, "conflict": { @@ -193,8 +193,8 @@ "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", "dompdf/dompdf": ">=0.6,<0.6.2", - "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2", - "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2", + "drupal/core": ">=7,<7.62|>=8,<8.5.9|>=8.6,<8.6.6", + "drupal/drupal": ">=7,<7.62|>=8,<8.5.9|>=8.6,<8.6.6", "erusev/parsedown": "<1.7", "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3", @@ -349,7 +349,7 @@ } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "time": "2019-01-22T18:37:22+00:00" + "time": "2019-02-14T08:06:11+00:00" } ], "aliases": [],