Skip to content

Commit 07ba85c

Browse files
committed
Bump versions
1 parent ce6fcb4 commit 07ba85c

5 files changed

+2860
-1550
lines changed

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
== Changelog ==
22

3+
= 1.1.9 - 2023-12-03 =
4+
* Updated WordPress & WooCommerce requirements
5+
36
= 1.1.8 - 2022-08-20 =
47
* Fix - Enqueue scripts & style when postcode field is displayed
58
* Updated WordPress & WooCommerce requirements

korea-for-woocommerce.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Plugin Name: Korea for WooCommerce
44
* Plugin URI: https://wordpress.org/plugins/korea-for-woocommerce/
55
* Description: WooCommerce Toolkit for Korean use.
6-
* Version: 1.1.8
6+
* Version: 1.1.9
77
* Author: GREYS
88
* Author URI: https://greys.co/
99
* Requires at least: 5.0.0
1010
* Tested up to: 6.0
1111
* WC requires at least: 3.4.0
12-
* WC tested up to: 6.7.0
12+
* WC tested up to: 8.3.1
1313
*
1414
* Text Domain: korea-for-woocommerce
1515
* Domain Path: /i18n/
@@ -21,7 +21,7 @@
2121
defined( 'ABSPATH' ) || exit;
2222

2323
// Define Constants.
24-
define( 'WC_KOREA_VERSION', '1.1.8' );
24+
define( 'WC_KOREA_VERSION', '1.1.9' );
2525
define( 'WC_KOREA_MAIN_FILE', __FILE__ );
2626
define( 'WC_KOREA_ABSPATH', dirname( __FILE__ ) );
2727
define( 'WC_KOREA_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );

0 commit comments

Comments
 (0)