From fc1af3fae57b1562a3a3301811e33901406e0202 Mon Sep 17 00:00:00 2001 From: Marijus Kundelis Date: Mon, 13 Jan 2025 13:05:16 +0200 Subject: [PATCH] Release v1.19.0 --- CHANGELOG.md | 2 +- omniva-woocommerce/changelog.txt | 8 ++++++++ omniva-woocommerce/omniva-woocommerce.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b326d5a..b3efe44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.19.0] ### Fixed - fixed loading of the parcel terminal selection on the Cart page - fixed that when saving an order, data would only be saved once diff --git a/omniva-woocommerce/changelog.txt b/omniva-woocommerce/changelog.txt index 6ab44dc..263651d 100644 --- a/omniva-woocommerce/changelog.txt +++ b/omniva-woocommerce/changelog.txt @@ -1,5 +1,13 @@ == Changelog == += 1.19.0 = +- fixed loading of the parcel terminal selection on the Cart page +- fixed that when saving an order, data would only be saved once +- removed dependency on XML API structure +- removed duplicate functions and optimized functions usage +- created the possibility to specify the type of shipment +- new shipping methods added for Estonia: Letter (Courier) and Letter (Post office) + = 1.18.2 = - fixed shipment registration error when plugin installed in a new shop - changelog moved to separate file diff --git a/omniva-woocommerce/omniva-woocommerce.php b/omniva-woocommerce/omniva-woocommerce.php index aed57de..770af88 100644 --- a/omniva-woocommerce/omniva-woocommerce.php +++ b/omniva-woocommerce/omniva-woocommerce.php @@ -5,7 +5,7 @@ * Author: Omniva * Author URI: https://www.omniva.lt/ * Plugin URI: https://iskiepiai.omnivasiunta.lt/ - * Version: 1.18.2 + * Version: 1.19.0 * Domain Path: /languages * Text Domain: omnivalt * @@ -21,7 +21,7 @@ die; } -define('OMNIVALT_VERSION', '1.18.2'); +define('OMNIVALT_VERSION', '1.19.0'); define('OMNIVALT_DIR', plugin_dir_path(__FILE__)); define('OMNIVALT_URL', plugin_dir_url(__FILE__)); define('OMNIVALT_BASENAME', plugin_basename(__FILE__));