Skip to content

Commit f009df2

Browse files
committed
woorelease: Product version bump update
1 parent a1518b3 commit f009df2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Customs Fees for WooCommerce Changelog ***
22

3-
2026-xx-xx - version 1.1.9
3+
2026-05-20 - version 1.1.9
44
* Tweak - WordPress 7.0 Compatibility.
55

66
2026-05-20 - version 1.1.8

customs-fees-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Customs Fees for WooCommerce
44
* Plugin URI: https://woocommerce.com/products/customs-fees
55
* Description: Add customs and import fees to WooCommerce orders based on destination country and product origin.
6-
* Version: 1.1.8
6+
* Version: 1.1.9
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* License: GPL v2 or later
@@ -36,7 +36,7 @@
3636
}
3737

3838
// Define plugin constants.
39-
define( 'CFWC_VERSION', '1.1.8' ); // WRCS: DEFINED_VERSION.
39+
define( 'CFWC_VERSION', '1.1.9' ); // WRCS: DEFINED_VERSION.
4040
define( 'CFWC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
4141
define( 'CFWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
4242
define( 'CFWC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "customs-fees-for-woocommerce",
33
"title": "Customs Fees for WooCommerce",
4-
"version": "1.1.8",
4+
"version": "1.1.9",
55
"homepage": "https://woocommerce.com/products/customs-fees/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)