Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Apr 12, 2024
1 parent 821abcd commit 46b86a5
Show file tree
Hide file tree
Showing 17 changed files with 19,975 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-prestashop",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"repository": "git@github.com:MONEI/MONEI-PrestaShop.git",
"author": "MONEI <support@monei.com>",
Expand Down
2 changes: 1 addition & 1 deletion monei.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct()
$this->displayName = 'MONEI Payments';
$this->name = 'monei';
$this->tab = 'payments_gateways';
$this->version = '1.2.1';
$this->version = '1.2.2';
$this->author = 'MONEI';
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_];
Expand Down
1 change: 1 addition & 0 deletions monei/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
11,670 changes: 11,670 additions & 0 deletions monei/.pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 46b86a5

Please sign in to comment.