Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Nov 28, 2016
1 parent dad4473 commit 6680360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.2.1
* Fix language

## 3.2.0
* Add 2.3.x.x compatibility
* add Oauth support
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/payment/payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ControllerExtensionPaymentPayU extends Controller
{
const PAY_BUTTON = 'https://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png';

const VERSION = '3.2.0';
const VERSION = '3.2.1';

private $ocr = array();
private $totalWithoutDiscount = 0;
Expand Down

0 comments on commit 6680360

Please sign in to comment.