Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Aug 9, 2023
1 parent 920ad96 commit bda7031
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 4.0.1
* Sends more data for better detected frauds
* SDK update

## 4.0.0
* First release for OpenCart 4
2 changes: 1 addition & 1 deletion admin/controller/payment/payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Opencart\Admin\Controller\Extension\PayU\Payment;
class PayU extends \Opencart\System\Engine\Controller {

const PAYU_VERSION = '4.0.0';
const PAYU_VERSION = '4.0.1';

public function index() {
$this->load->language('extension/payu/payment/payu');
Expand Down
2 changes: 1 addition & 1 deletion catalog/controller/payment/payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Opencart\Catalog\Controller\Extension\PayU\Payment;
class PayU extends \Opencart\System\Engine\Controller
{
const PAYU_VERSION = '4.0.0';
const PAYU_VERSION = '4.0.1';

private \Opencart\System\Library\Log $logger;

Expand Down
2 changes: 1 addition & 1 deletion install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PayU",
"version": "4.0.0",
"version": "4.0.1",
"author": "PayU",
"link": "https://payu.com"
}

1 comment on commit bda7031

@maximus15102006
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the file
payu.ocmod.zip in Assets for the newest plugin version ?

Please sign in to comment.