From 15dc2cc818b05000e04e104ecc8d111be8466612 Mon Sep 17 00:00:00 2001 From: MichaelBengtsson Date: Thu, 30 Nov 2023 14:06:13 +0100 Subject: [PATCH] Version 1.4.1 --- readme.txt | 6 +++++- truelayer-for-woocommerce.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index a0aec66..57ef4b7 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ WC requires at least: 6.0.0 WC tested up to: 8.3.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html -Stable tag: 1.4.0 +Stable tag: 1.4.1 TrueLayer for WooCommerce is a plugin that extends WooCommerce, allowing you to take payments via TrueLayer. @@ -54,6 +54,10 @@ 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 == += 2023.11.30 - version 1.4.1 = +* Tweak - Updated Wordpress.org assets. +* Tweak - Bump supported versions. + = 2023.10.26 - version 1.4.0 = * Feature - Added automatic migration functionality to be able to make necessary changes when a new version is installed. * Enhancement - Added fallbacks and deeper error handling when the encryption key is being set to the wp-config file. diff --git a/truelayer-for-woocommerce.php b/truelayer-for-woocommerce.php index 1e87286..71d61b3 100644 --- a/truelayer-for-woocommerce.php +++ b/truelayer-for-woocommerce.php @@ -5,7 +5,7 @@ * Description: TrueLayer for WooCommerce. * Author: Krokedil * Author URI: https://krokedil.com/ - * Version: 1.4.0 + * Version: 1.4.1 * Text Domain: truelayer-for-woocommerce * Domain Path: /languages * @@ -27,7 +27,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.4.0' ); +define( 'TRUELAYER_WC_PLUGIN_VERSION', '1.4.1' ); if ( ! class_exists( 'TrueLayer_For_WooCommerce' ) ) { /**