diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1a269..9b18ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.7.2] + +### Added + +- Added generic payment +- Added installments simulator + ## [1.7.1] ### Fixed diff --git a/tpay.php b/tpay.php index 7c88eab..7014842 100755 --- a/tpay.php +++ b/tpay.php @@ -3,7 +3,7 @@ * Plugin Name: Tpay Payment Gateway * Plugin URI: https://tpay.com * Description: Tpay payment gateway for WooCommerce - * Version: 1.7.1 + * Version: 1.7.2 * Author: Krajowy Integrator Płatności S.A. * Author URI: http://www.tpay.com * License: LGPL 3.0 @@ -42,7 +42,7 @@ require_once 'tpay-functions.php'; -define('TPAY_PLUGIN_VERSION', '1.7.1'); +define('TPAY_PLUGIN_VERSION', '1.7.2'); define('TPAY_PLUGIN_DIR', dirname(plugin_basename(__FILE__))); add_action('plugins_loaded', 'init_gateway_tpay'); register_activation_hook(__FILE__, 'tpay_on_activate');