Skip to content

Commit

Permalink
Version update (1.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHogefjord committed Sep 26, 2022
1 parent 81f1d3d commit 35967fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WC requires at least: 6.0.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.2
Stable tag: 1.0.3

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.3 =
* Tweak - GitHub/SVN tweak.

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

Expand Down
4 changes: 2 additions & 2 deletions truelayer-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: TrueLayer for WooCommerce.
* Author: Krokedil
* Author URI: https://krokedil.com/
* Version: 1.0.2
* Version: 1.0.3
* Text Domain: truelayer-for-woocommerce
* Domain Path: /languages
*
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.2' );
define( 'TRUELAYER_WC_PLUGIN_VERSION', '1.0.3' );

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

0 comments on commit 35967fb

Please sign in to comment.