diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8b5ff63..b1b31ac 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.6] + +### Added + +- Added installment simulator +- Added reset function + +### Fixed + +- Fixed payment terms info + ## [1.9.5] ### Added diff --git a/tpay.php b/tpay.php index 09e7caf..0526c25 100644 --- a/tpay.php +++ b/tpay.php @@ -111,7 +111,7 @@ public function __construct() { $this->name = 'tpay'; $this->tab = 'payments_gateways'; - $this->version = '1.9.5'; + $this->version = '1.9.6'; $this->author = 'Krajowy Integrator Płatności S.A.'; $this->need_instance = 0; $this->ps_versions_compliancy = [ diff --git a/views/templates/hook/blik.tpl b/views/templates/hook/blik.tpl index 6d1d5cd..2b08737 100755 --- a/views/templates/hook/blik.tpl +++ b/views/templates/hook/blik.tpl @@ -14,7 +14,6 @@
{if $blik_type === 'redirect'} {l s='You will be redirected to the payment gateway.' mod='tpay'} - {include file="module:tpay/views/templates/hook/regulations.tpl"} {else}
diff --git a/views/templates/hook/card.tpl b/views/templates/hook/card.tpl index 6d23b00..0228203 100644 --- a/views/templates/hook/card.tpl +++ b/views/templates/hook/card.tpl @@ -146,7 +146,9 @@
- {include file="module:tpay/views/templates/hook/regulations.tpl"} + {if $card_type === 'widget'} + {include file="module:tpay/views/templates/hook/regulations.tpl"} + {/if}