Skip to content

Commit

Permalink
Rebrand assets update
Browse files Browse the repository at this point in the history
Version 1.4.1
  • Loading branch information
lighe authored Dec 1, 2023
2 parents 94da838 + 15dc2cc commit 2115c50
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
Binary file modified .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Contributors: krokedil
Tags: ecommerce, e-commerce, woocommerce, truelayer, payments, instant payments, refunds, open banking
Requires at least: 5.0
Tested up to: 6.3.2
Tested up to: 6.4.1
Requires PHP: 7.4
WC requires at least: 6.0.0
WC tested up to: 8.2.1
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.

Expand Down Expand Up @@ -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.
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.4.0
* Version: 1.4.1
* Text Domain: truelayer-for-woocommerce
* Domain Path: /languages
*
* WC requires at least: 6.0.0
* WC tested up to: 8.2.1
* WC tested up to: 8.3.0
*
* Copyright (c) 2022-2023 Krokedil
*
Expand All @@ -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' ) ) {
/**
Expand Down

0 comments on commit 2115c50

Please sign in to comment.