Skip to content

Commit df42902

Browse files
committed
Backlog tag v2.2.2
Tagged but not reflected in package.xml: 07fd055 ("Set composer include path to keep other packages working", 2017-08-25)
1 parent bccea3d commit df42902

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

package.xml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
3232
<active>no</active>
3333
</lead>
3434

35-
<date>2016-04-19</date>
35+
<date>2017-08-25</date>
3636
<time>00:00:00</time>
3737
<version>
38-
<release>2.2.1</release>
38+
<release>2.2.2</release>
3939
<api>2.1.0</api>
4040
</version>
4141
<stability>
@@ -44,10 +44,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
4444
</stability>
4545
<license uri="https://spdx.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
4646
<notes>
47-
* Fix: Correct earlier regex delimiter
48-
* Fix: Travis missing hhvm-nightly
49-
* Fix: Travis PHP 5.2
50-
* Fix: Correct case of method call name
47+
* Fix: Set composer include path to keep other packages working
5148
</notes>
5249

5350
<contents>
@@ -86,6 +83,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
8683
</dependencies>
8784
<phprelease />
8885
<changelog>
86+
<release>
87+
<date>2017-08-25</date>
88+
<time>00:00:00</time>
89+
<version>
90+
<release>2.2.2</release>
91+
<api>2.1.0</api>
92+
</version>
93+
<stability>
94+
<release>stable</release>
95+
<api>stable</api>
96+
</stability>
97+
<license uri="https://spdx.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
98+
<notes>
99+
* Fix: Set composer include path to keep other packages working
100+
</notes>
101+
</release>
89102
<release>
90103
<date>2016-04-19</date>
91104
<time>00:00:00</time>

0 commit comments

Comments
 (0)