From 7866e93dcf0245de22378414e0c2c7350abc45af Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Thu, 22 Sep 2016 13:01:11 +0200 Subject: [PATCH] Release 2.2.2 --- RELEASE.md | 11 +++++++++-- composer.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index ae9e0fc..56d5fa1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,17 @@ # Release Notes -2.2.1 (2015-05-10) +2.2.2 (2016-10-22) + +- #116: In XML mode, tags are case sensitive +- #115: Fix PHP Notice in OutputRules +- #112: fix parsing of options of an optgroup +- #111: Adding test for the address tag + +2.2.1 (2016-05-10) - #109: Fixed issue where address tag could be written without closing tag (thanks sylus) -2.2.0 (2015-04-11) +2.2.0 (2016-04-11) - #105: Enable composer cache (for CI/CD) - #100: Use mb_substitute_character inset of ini_set for environments where diff --git a/composer.json b/composer.json index 3024184..f4f43d3 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } } }