From 5a8c97e47da9b55cf16fc021d40d40ca5e15e7e5 Mon Sep 17 00:00:00 2001 From: Carlos Cunha Date: Wed, 23 Oct 2024 14:48:35 +0200 Subject: [PATCH] release: bump version to 1.2.4 (#58) Co-authored-by: Thrashattack --- CHANGELOG.txt | 3 +++ README.txt | 12 +++++++++++- flizpay.php | 4 ++-- includes/class-flizpay-gateway.php | 2 +- includes/class-flizpay.php | 2 +- languages/flizpay-for-woocommerce-de_DE.po | 2 +- languages/flizpay-for-woocommerce-en_GB.po | 2 +- languages/flizpay-for-woocommerce-en_US.po | 2 +- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7f6fb79..22fd751 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ == FLIZpay for WooCommerce Changelog == +2024-23-10 - version 1.2.4 +* Add localstorage to store ongoing orders, adjusted admin page translations, fixed loading wheel layout + 2024-22-10 - version 1.2.3 * Hotfix FLIZ logo not showing on loading wheel diff --git a/README.txt b/README.txt index 793b21a..9fd9057 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: Flizpay Tags: kostenlos, payments, Zahlung, cashback, no-fee Requires at least: 4.4 Tested up to: 6.6.1 -Stable tag: 1.2.3 +Stable tag: 1.2.4 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.txt @@ -103,8 +103,18 @@ Der erste Schritt, um FLIZpay in deinem Checkout zu installieren, ist die Erstel - HOTIFX - FLIZ logo not showing on mobile loading checkout modal +- 1.2.4 + - ADDED + - Localstorage to store ongoing orders + - Properly translated the admin page + - FIXED + - Loadin wheel layout + == Upgrade Notice == += v1.2.4 = +* Localstorage order storage, admin page translation and fixed on loading wheel layout + = v1.2.3 = * Hotfixed the FLIZ logo not showing on the mobile checkout loading modal diff --git a/flizpay.php b/flizpay.php index 077005a..dc711a0 100644 --- a/flizpay.php +++ b/flizpay.php @@ -16,7 +16,7 @@ * Plugin Name: FLIZpay * Plugin URI: https://www.flizpay.de/companies * Description: FLIZpay: 100% free! - * Version: 1.2.3 + * Version: 1.2.4 * Author: FLIZpay * Author URI: https://www.flizpay.de/companies * License: GPL-2.0+ @@ -35,7 +35,7 @@ * Currently plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org */ -define('FLIZPAY_VERSION', '1.2.3'); +define('FLIZPAY_VERSION', '1.2.4'); function flizpay_check_dependencies() { diff --git a/includes/class-flizpay-gateway.php b/includes/class-flizpay-gateway.php index 7134291..78faa5f 100644 --- a/includes/class-flizpay-gateway.php +++ b/includes/class-flizpay-gateway.php @@ -8,7 +8,7 @@ function flizpay_init_gateway_class() class WC_Flizpay_Gateway extends WC_Payment_Gateway { - static $VERSION = "1.2.3"; + static $VERSION = "1.2.4"; public $icon; public $title; diff --git a/includes/class-flizpay.php b/includes/class-flizpay.php index 45ad945..0904be0 100644 --- a/includes/class-flizpay.php +++ b/includes/class-flizpay.php @@ -72,7 +72,7 @@ public function __construct() if (defined('FLIZPAY_VERSION')) { $this->version = FLIZPAY_VERSION; } else { - $this->version = '1.2.3'; + $this->version = '1.2.4'; } $this->plugin_name = 'flizpay'; diff --git a/languages/flizpay-for-woocommerce-de_DE.po b/languages/flizpay-for-woocommerce-de_DE.po index 40c4972..ba122d1 100644 --- a/languages/flizpay-for-woocommerce-de_DE.po +++ b/languages/flizpay-for-woocommerce-de_DE.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: FlizPay 1.2.3\n" +"Project-Id-Version: FlizPay 1.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-07-30 10:00+0000\n" "PO-Revision-Date: 2024-07-30 10:00+0000\n" diff --git a/languages/flizpay-for-woocommerce-en_GB.po b/languages/flizpay-for-woocommerce-en_GB.po index ba62774..234eaf2 100644 --- a/languages/flizpay-for-woocommerce-en_GB.po +++ b/languages/flizpay-for-woocommerce-en_GB.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: FlizPay 1.2.3\n" +"Project-Id-Version: FlizPay 1.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-07-30 10:00+0000\n" "PO-Revision-Date: 2024-07-30 10:00+0000\n" diff --git a/languages/flizpay-for-woocommerce-en_US.po b/languages/flizpay-for-woocommerce-en_US.po index 35dd940..12c0c52 100644 --- a/languages/flizpay-for-woocommerce-en_US.po +++ b/languages/flizpay-for-woocommerce-en_US.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: FlizPay 1.2.3\n" +"Project-Id-Version: FlizPay 1.2.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-07-30 10:00+0000\n" "PO-Revision-Date: 2024-07-30 10:00+0000\n"