Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Klimchuk committed Oct 12, 2021
1 parent 00c4020 commit d731ab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

define('PKG_NAME', 'mspWebPay');
define('PKG_NAME_LOWER', strtolower(PKG_NAME));
define('PKG_VERSION', '2.2.2');
define('PKG_VERSION', '2.3.0');
define('PKG_RELEASE', 'stable');

define('PKG_SUPPORTS_PHP', '7.2');
Expand Down
2 changes: 1 addition & 1 deletion _build/install.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

$modx->runProcessor('workspace/packages/scanlocal');
$answer = $modx->runProcessor('workspace/packages/install',
['signature' => 'mspWebPay-2.2.2-stable']
['signature' => 'mspWebPay-2.3.0-stable']
);

$response = $answer->getResponse();
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file shows the changes in recent releases of mspWebPay.

mspWebPay 2.3.0-stable (Oct 12, 2021)
- Added confirmation mode for ability delay redirect to payment page until confirmation order by the operator

mspWebPay 2.2.2-stable (Jan 22, 2021)
- Proper dependency definition from msPaymentProps in the package

Expand Down

0 comments on commit d731ab0

Please sign in to comment.