Skip to content

Commit

Permalink
Merge pull request #24 from tpay-com/652_3
Browse files Browse the repository at this point in the history
Changelog update
  • Loading branch information
krzGablo authored Oct 3, 2024
2 parents e2636ca + 4849faf commit 12418c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit 12418c5

Please sign in to comment.