Skip to content

Commit

Permalink
Prepare for release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierm committed Sep 25, 2012
1 parent f6defb3 commit 628a9aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
6 changes: 2 additions & 4 deletions package.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
$api_version = '0.5.0'; $api_version = '0.5.0';
$api_state = 'beta'; $api_state = 'beta';


$release_version = '0.5.0'; $release_version = '0.5.1';
$release_state = 'beta'; $release_state = 'beta';
$release_notes = $release_notes =
" * Add multi-errors handling. Note: this is a BC break if you used the " . " * Fixed API endpoint for sandbox signature authentication. \n";
"Payment_PayPal_SOAP_ErrorException and " .
"Payment_PayPal_SOAP_ExpiredTokenException classes.\n";


$description = $description =
"This package provides an easy-to-use wrapper of PHP 5's SOAP client " . "This package provides an easy-to-use wrapper of PHP 5's SOAP client " .
Expand Down
24 changes: 20 additions & 4 deletions package.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Note: Due to a PHP bug, PHP versions 5.2.2 to 5.2.6 are incompatible with this p
<email>mike@silverorange.com</email> <email>mike@silverorange.com</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2012-03-13</date> <date>2012-09-25</date>
<time>15:41:18</time> <time>10:59:39</time>
<version> <version>
<release>0.5.0</release> <release>0.5.1</release>
<api>0.5.0</api> <api>0.5.0</api>
</version> </version>
<stability> <stability>
Expand All @@ -29,7 +29,7 @@ Note: Due to a PHP bug, PHP versions 5.2.2 to 5.2.6 are incompatible with this p
</stability> </stability>
<license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license> <license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
<notes> <notes>
* Add multi-errors handling. Note: this is a BC break if you used the Payment_PayPal_SOAP_ErrorException and Payment_PayPal_SOAP_ExpiredTokenException classes. * Fixed API endpoint for sandbox signature authentication.
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="/" name="/"> <dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -70,6 +70,7 @@ Note: Due to a PHP bug, PHP versions 5.2.2 to 5.2.6 are incompatible with this p
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config" /> <tasks:replace from="@php_dir@" to="php_dir" type="pear-config" />
</file> </file>
</dir> <!-- /tests --> </dir> <!-- /tests -->
<file name="Payment_PayPal_SOAP-0.5.0.tgz" role="data" />
<file name="README" role="data" /> <file name="README" role="data" />
</dir> <!-- / --> </dir> <!-- / -->
</contents> </contents>
Expand Down Expand Up @@ -123,5 +124,20 @@ Note: Due to a PHP bug, PHP versions 5.2.2 to 5.2.6 are incompatible with this p
* Add multi-errors handling. Note: this is a BC break if you used the Payment_PayPal_SOAP_ErrorException and Payment_PayPal_SOAP_ExpiredTokenException classes. * Add multi-errors handling. Note: this is a BC break if you used the Payment_PayPal_SOAP_ErrorException and Payment_PayPal_SOAP_ExpiredTokenException classes.
</notes> </notes>
</release> </release>
<release>
<version>
<release>0.5.1</release>
<api>0.5.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2012-09-25</date>
<license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
<notes>
* Fixed API endpoint for sandbox signature authentication.
</notes>
</release>
</changelog> </changelog>
</package> </package>

0 comments on commit 628a9aa

Please sign in to comment.