Skip to content

Commit

Permalink
Merge pull request #303 from markakk/release_1190
Browse files Browse the repository at this point in the history
Release v1.19.0
  • Loading branch information
markakk authored Jan 13, 2025
2 parents 9228f7c + fc1af3f commit 0ad0492
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions omniva-woocommerce/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions omniva-woocommerce/omniva-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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__));
Expand Down

0 comments on commit 0ad0492

Please sign in to comment.