Skip to content

Commit a352540

Browse files
committed
Bump versions
1 parent 07ba85c commit a352540

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

β€Žchangelog.txt

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

3+
= 1.1.10 - 2024-04-05 =
4+
* Updated WordPress & WooCommerce requirements
5+
36
= 1.1.9 - 2023-12-03 =
47
* Updated WordPress & WooCommerce requirements
58

β€Žkorea-for-woocommerce.php

+4-4
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.9
6+
* Version: 1.1.10
77
* Author: GREYS
88
* Author URI: https://greys.co/
99
* Requires at least: 5.0.0
10-
* Tested up to: 6.0
10+
* Tested up to: 6.5
1111
* WC requires at least: 3.4.0
12-
* WC tested up to: 8.3.1
12+
* WC tested up to: 8.7.0
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.9' );
24+
define( 'WC_KOREA_VERSION', '1.1.10' );
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__ ) ) ) );

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "korea-for-woocommerce",
33
"title": "WooCommerce Toolkit for Korean use.",
4-
"version": "1.1.9",
4+
"version": "1.1.10",
55
"license": "GPL-3.0",
66
"main": "Gruntfile.js",
77
"homepage": "https://wordpress.org/plugins/korea-for-woocommerce/",

β€Žreadme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== Korea for WooCommerce ===
22
Tags: woocommerce, korea, korean payment, woocommerce korean payment, inicis, kakaopay, kcp, lguplus, naverpay, nicepay, payco, tosspay, 우컀머슀 결제, μ›Œλ“œν”„λ ˆμŠ€ 결제, 우컀머슀 μ΄λ‹ˆμ‹œμŠ€, μ›Œλ“œν”„λ ˆμŠ€ μ΄λ‹ˆμ‹œμŠ€, 우컀머슀 카카였페이, μ›Œλ“œν”„λ ˆμŠ€ 카카였페이, μ›Œλ“œν”„λ ˆμŠ€ λ„€μ΄λ²„νŽ˜μ΄, μ›Œλ“œν”„λ ˆμŠ€ λ„€μ΄λ²„νŽ˜μ΄, 우컀머슀 λ‚˜μ΄μŠ€νŽ˜μ΄, μ›Œλ“œν”„λ ˆμŠ€ λ‚˜μ΄μŠ€νŽ˜μ΄, 우컀머슀 ν† μŠ€νŽ˜μ΄, μ›Œλ“œν”„λ ˆμŠ€ ν† μŠ€νŽ˜μ΄, 우컀머슀 νŽ˜μ΄μ½”, μ›Œλ“œν”„λ ˆμŠ€ νŽ˜μ΄μ½”
33
Requires at least: 5.0.0
4-
Tested up to: 6.4.1
5-
Stable tag: 1.1.9
4+
Tested up to: 6.5
5+
Stable tag: 1.1.10
66
Requires PHP: 7.4
77
License: GPLv3
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -91,6 +91,9 @@ The manual installation method involves downloading our plugin and uploading it
9191

9292
== Changelog ==
9393

94+
= 1.1.10 - 2024-04-05 =
95+
* Updated WordPress & WooCommerce requirements
96+
9497
= 1.1.9 - 2023-12-03 =
9598
* Updated WordPress & WooCommerce requirements
9699

0 commit comments

Comments
Β (0)