Skip to content

Commit

Permalink
Version update (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHogefjord committed Sep 26, 2022
1 parent 18a5600 commit 6bfe124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Contributors: krokedil, danilokrlovic
Tags: ecommerce, e-commerce, woocommerce, truelayer, payments, instant payments, refunds, open banking
Requires at least: 4.5
Tested up to: 6.0.1
Tested up to: 6.0.2
Requires PHP: 7.0
WC requires at least: 6.0.0
WC tested up to: 6.7.0
WC tested up to: 6.9.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Stable tag: 1.0.1
Stable tag: 1.0.2

TrueLayer for WooCommerce is a plugin that extends WooCommerce, allowing you to take payments via TrueLayer.

Expand Down Expand Up @@ -54,6 +54,9 @@ More information on how to get started can be found in the [plugin documentation
6. Read more about the configuration process in the [plugin documentation](https://docs.krokedil.com/truelayer-for-woocommerce/).

== CHANGELOG ==
= 2022.09.26 - version 1.0.2 =
* Tweak - Supports WC 6.9.4.

= 2022.07.29 - version 1.0.1 =
* Tweak - Logging improvements.
* Fix - Use untampered received body in callback verifying.
Expand Down
6 changes: 3 additions & 3 deletions truelayer-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Description: TrueLayer for WooCommerce.
* Author: Krokedil
* Author URI: https://krokedil.com/
* Version: 1.0.1
* Version: 1.0.2
* Text Domain: truelayer-for-woocommerce
* Domain Path: /languages
*
* WC requires at least: 6.0.0
* WC tested up to: 6.7.0
* WC tested up to: 6.9.4
*
* Copyright (c) 2022 Krokedil
*
Expand All @@ -29,7 +29,7 @@
define( 'TRUELAYER_WC_MAIN_FILE', __FILE__ );
define( 'TRUELAYER_WC_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'TRUELAYER_WC_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'TRUELAYER_WC_PLUGIN_VERSION', '1.0.1' );
define( 'TRUELAYER_WC_PLUGIN_VERSION', '1.0.2' );

if ( ! class_exists( 'TrueLayer_For_WooCommerce' ) ) {
/**
Expand Down

0 comments on commit 6bfe124

Please sign in to comment.