Skip to content

Commit cbe5a03

Browse files
committed
prep v1.1.4
1 parent 6534d94 commit cbe5a03

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

package.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
<email>[email protected]</email>
2727
<active>yes</active>
2828
</developer>
29-
<date>2016-06-21</date>
30-
<time>16:24:50</time>
29+
<date>2018-08-03</date>
3130
<version>
32-
<release>1.1.3</release>
31+
<release>1.1.4</release>
3332
<api>1.0.5</api>
3433
</version>
3534
<stability>
@@ -38,8 +37,8 @@
3837
</stability>
3938
<license uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1</license>
4039
<notes>
41-
QA release
42-
Fix issues when installed via composer
40+
* PR #7 Don't include the full stacktrace of the original exception in the message of the CurlException
41+
* PR #8 Explicitly cast to integer before adding one
4342
</notes>
4443
<contents>
4544
<dir baseinstalldir="/" name="/">
@@ -280,6 +279,22 @@ Fix issues when installed via composer
280279
</dependencies>
281280
<phprelease />
282281
<changelog>
282+
<release>
283+
<date>2018-08-03</date>
284+
<version>
285+
<release>1.1.4</release>
286+
<api>1.0.5</api>
287+
</version>
288+
<stability>
289+
<release>stable</release>
290+
<api>stable</api>
291+
</stability>
292+
<license uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1</license>
293+
<notes>
294+
* PR #7 Don't include the full stacktrace of the original exception in the message of the CurlException
295+
* PR #8 Explicitly cast to integer before adding one
296+
</notes>
297+
</release>
283298
<release>
284299
<version>
285300
<release>1.1.3</release>

0 commit comments

Comments
 (0)