Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
Add 1.3.2 changelog
  • Loading branch information
Benoît Xylo committed Mar 27, 2015
1 parent 523fe8d commit bdd3475
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2'
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.2.6'
release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
27 changes: 27 additions & 0 deletions overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,33 @@ Refer to the :ref:`installation` section to get more details concerning installa
Changelog
---------

Version 1.3.2
~~~~~~~~~~~~~

Major Highlights
''''''''''''''''

* Implemented asynchronous way of loading Amazon Payments JS libraries

Improvements
''''''''''''

* Added cURL error handling for Login with Amazon API calls

Changes
'''''''

* Using deminified JS when sandbox mode is on for easier debugging
* Modified :guilabel:`Pay with Amazon` button tooltip text for virtual orders
* Refactored Amazon Payments SDK library to fix autoloader issues

Fixes
'''''

* Fixed wrong shipping cost when additional fees (acting as additional items in total section) are applied
* Fixed issue with :guilabel:`Merge JS` option enabled
* Closing OrderReference transaction after succesful capture

Version 1.2.6
~~~~~~~~~~~~~

Expand Down

0 comments on commit bdd3475

Please sign in to comment.