We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea4bab commit 7866e93Copy full SHA for 7866e93
RELEASE.md
@@ -1,10 +1,17 @@
1
# Release Notes
2
3
-2.2.1 (2015-05-10)
+2.2.2 (2016-10-22)
4
+
5
+- #116: In XML mode, tags are case sensitive
6
+- #115: Fix PHP Notice in OutputRules
7
+- #112: fix parsing of options of an optgroup
8
+- #111: Adding test for the address tag
9
10
+2.2.1 (2016-05-10)
11
12
- #109: Fixed issue where address tag could be written without closing tag (thanks sylus)
13
-2.2.0 (2015-04-11)
14
+2.2.0 (2016-04-11)
15
16
- #105: Enable composer cache (for CI/CD)
17
- #100: Use mb_substitute_character inset of ini_set for environments where
composer.json
@@ -36,7 +36,7 @@
36
},
37
"extra": {
38
"branch-alias": {
39
- "dev-master": "2.1-dev"
+ "dev-master": "2.2-dev"
40
}
41
42
0 commit comments