-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from degica/update/3.1.5
Check compatibility for WooCommerce 9.4.1 and Wordpress 6.7.0
- Loading branch information
Showing
11 changed files
with
399 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM wordpress:6.5.3 | ||
FROM wordpress:6.7.0 | ||
|
||
ARG woocommerce_version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
* | ||
* @extends WC_Payment_Gateway | ||
* | ||
* @version 3.1.4 | ||
* @version 3.1.5 | ||
* | ||
* @author Komoju | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* | ||
* @extends WC_Settings_Page | ||
* | ||
* @version 3.1.4 | ||
* @version 3.1.5 | ||
* | ||
* @author Komoju | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
=== KOMOJU Payments === | ||
Contributors: degica | ||
Tags: WooCommerce,Payment Gateway,Komoju | ||
Requires at least: 5.3 | ||
Tested up to: 6.5.3 | ||
Requires at least: 6.0 | ||
Tested up to: 6.7.0 | ||
Stable tag: trunk | ||
Requires PHP: 7.2 | ||
WC requires at least: 3.0.0 | ||
WC tested up to: 8.8.3 | ||
WC requires at least: 6.0.0 | ||
WC tested up to: 9.4.1 | ||
License: MIT | ||
License URI: https://directory.fsf.org/wiki/License:X11 | ||
|
||
|
@@ -98,15 +98,13 @@ We currently accept the following payment methods: | |
= What versions of WordPress and WooCommerce is this compatible with? = | ||
|
||
At the moment, this plugin has been tested and is known to work up to WordPress | ||
6.5.3 and WooCommerce 8.8.3 If you are using a later version, please check the | ||
6.7.0 and WooCommerce 9.4.1 If you are using a later version, please check the | ||
next section or contact us regarding this. | ||
|
||
= What should I do if I am using newer versions of WordPress and WooCommerce? = | ||
|
||
2024/05/22 | ||
|
||
We recommend performing a fresh install of WordPress 6.5.3 and WooCommerce | ||
8.8.3 before proceeding to install this plugin. You can temporarily downgrade | ||
We recommend performing a fresh install of WordPress 6.7.0 and WooCommerce | ||
9.4.1 before proceeding to install this plugin. You can temporarily downgrade | ||
from a newer version of WordPress and WooCommerce before continuing installation. | ||
However, downgrading from newer versions of WordPress and WooCommerce may result in | ||
issues with installing this plugin. If you are experiencing problems, please | ||
|
@@ -118,11 +116,11 @@ Please contact [email protected] if you have any questions about | |
the installation of the module. | ||
|
||
= どのWordPress・WooCommerceのバージョンに対応していますか?= | ||
現時点でこのプラグインは、WordPress 6.5.3およびWooCommerce 8.8.3まで動作することが確認されています。 | ||
現時点でこのプラグインは、WordPress 6.7.0およびWooCommerce 9.4.1まで動作することが確認されています。 | ||
それ以降のバージョンをお使いの場合は、以下をお試し頂くか、[email protected]までご連絡ください。 | ||
|
||
= 新しいバージョンのWordPressとWooCommerceを使用している場合はどうすればよいですか? = | ||
このプラグインをインストールする前に、まずWordPress 6.5.3とWooCommerce 8.8.3を新規インストールすることをお勧めします。 | ||
このプラグインをインストールする前に、まずWordPress 6.7.0とWooCommerce 9.4.1を新規インストールすることをお勧めします。 | ||
新しいバージョンから旧バージョンへ一時的にダウングレードし、接続頂くことも可能ですが、新しいバージョンからダウングレードすると、このプラグインのインストールに問題が生じる可能性がございます。 | ||
問題が発生した場合は、サポートチーム([email protected])までご連絡ください。 | ||
|
||
|
@@ -171,6 +169,11 @@ Go back to your Wordpress instance and set the "Webhook Secret Token" value on t | |
|
||
== Changelog == | ||
|
||
= 3.1.5 = | ||
|
||
Updated compatibility for WordPress 6.7.0. | ||
Upgraded support for WooCommerce 9.4.1 (previously 8.8.3). | ||
|
||
= 3.1.4 = | ||
|
||
Suppressed incompatibility error messages in the page editor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.