Skip to content

Commit

Permalink
Merge pull request #161 from payplug/rollback-MAG-202-module-version
Browse files Browse the repository at this point in the history
Rollback module version to 1.24.1
  • Loading branch information
lacan1 committed Jun 23, 2023
2 parents 8ea0f7e + 20ae6a6 commit 185d3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Helper/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Config extends AbstractHelper
public const PAYMENT_PAGE_INTEGRATED = 'integrated';
public const PAYMENT_PAGE_MANUAL = 'manual';

public const MODULE_VERSION = '1.25.0';
public const MODULE_VERSION = '1.24.1';

/**
* @var WriterInterface
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "payplug/payplug-magento2",
"description": "Payplug Payments module for Magento 2",
"type": "magento2-module",
"version": "1.25.0",
"version": "1.24.1",
"license": [
"OSL-3.0"
],
Expand Down

0 comments on commit 185d3b7

Please sign in to comment.