diff --git a/_build/build.transport.php b/_build/build.transport.php index cadfd29..577629b 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -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'); diff --git a/_build/install.script.php b/_build/install.script.php index ed70404..1b3de39 100644 --- a/_build/install.script.php +++ b/_build/install.script.php @@ -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(); diff --git a/docs/changelog.txt b/docs/changelog.txt index 8ac1364..bbd835e 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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