Skip to content

Commit

Permalink
Merge pull request #101 from degica/add-ja-faq-translation
Browse files Browse the repository at this point in the history
Add JA FAQ translation
  • Loading branch information
FTLam11 authored Feb 1, 2024
2 parents 4b41c83 + edcb167 commit ba3ddf8
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 24 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,11 @@ You need to execute it every time after updating po files.
#### Updating the existing po files

Rather than having to copy and paste the existing translations across to the new pot file, you can use [poedit](https://poedit.net/download). After generating the POT file as above, open the `komoju-woocommerce-ja.po` file in Poedit, then go to Catalogue->Update from POT File, to automatically update the existing Japanese translations with the new schema.

#### Updating plugin store page content

WordPress provides a [readme template](https://wordpress.org/plugins/readme.txt)
used to generate the plugin's page on the WordPress Store. We are using a third party
Github action](https://github.com/10up/action-wordpress-plugin-deploy) to do this.
See our [docs](https://github.com/degica/komoju-woocommerce/blob/master/docs/uploading_to_wordpress_store.md)
for uploading newer versions of the plugin to the WordPress store.
2 changes: 1 addition & 1 deletion class-wc-gateway-komoju.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @class WC_Gateway_Komoju
* @extends WC_Payment_Gateway
*
* @version 3.0.4
* @version 3.0.7
*
* @author Komoju
*/
Expand Down
2 changes: 1 addition & 1 deletion class-wc-settings-page-komoju.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @class WC_Settings_Page_Komoju
* @extends WC_Settings_Page
*
* @version 3.0.4
* @version 3.0.7
*
* @author Komoju
*/
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: KOMOJU Payments
Plugin URI: https://github.com/komoju/komoju-woocommerce
Description: Extends WooCommerce with KOMOJU gateway.
Version: 3.0.6
Version: 3.0.7
Author: KOMOJU
Author URI: https://komoju.com
*/
Expand Down
60 changes: 39 additions & 21 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,42 @@ We currently accept the following payment methods:
- MyBank
- Sofort

== Frequently Asked Questions ==

= 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.1.1 and WooCommerce 6.3.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/01/31

We recommend performing a fresh install of WordPress 6.1.1 and WooCommerce
6.3.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
contact our support team ([email protected]).

= Where can I get more information? =

Please contact [email protected] if you have any questions about
the installation of the module.

= どのWordPress・WooCommerceのバージョンに対応していますか?=
現時点でこのプラグインは、WordPress 6.1.1およびWooCommerce 6.3.1まで動作することが確認されています。
それ以降のバージョンをお使いの場合は、以下をお試し頂くか、[email protected]までご連絡ください。

= 新しいバージョンのWordPressとWooCommerceを使用している場合はどうすればよいですか? =
このプラグインをインストールする前に、まずWordPress 6.1.1とWooCommerce 6.3.1を新規インストールすることをお勧めします。
新しいバージョンから旧バージョンへ一時的にダウングレードし、接続頂くことも可能ですが、新しいバージョンからダウングレードすると、このプラグインのインストールに問題が生じる可能性がございます。
問題が発生した場合は、サポートチーム([email protected])までご連絡ください。

= 詳細はどこで入手できますか?=
KOMOJUの接続方法についてご不明な点がありましたら、弊社のサポートチーム([email protected]) までお問合せください。

== Installation ==

1. Upload the plugin to your server where wordpress and WooCommerce are installed via FTP or other file transfer method to the wordpress/wp-content/plugins directory
Expand Down Expand Up @@ -133,29 +169,11 @@ Ensure that the "Active" checkbox is also ticked and then click "Create Webhook"

Go back to your Wordpress instance and set the "Webhook Secret Token" value on the Komoju Woocommerce plugin to be the same as the secret set for the webhook.

== Frequently Asked Questions ==

= 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.1.1 and WooCommerce 6.3.1. If you are using a later version, please contact
us regarding this.

= What should I do if I am using newer versions of WordPress and WooCommerce? =

2024/01/31

We recommend performing a fresh install of WordPress 6.1.1 and WooCommerce
6.3.1 before proceeding to install this plugin. Downgrading from newer versions
of WordPress and WooCommerce may result in issues with installing this plugin.

= Where can I get more information? =

Please contact [email protected] if you have any questions about
the installation of the module.

== Changelog ==

= 3.0.7 =
Add JA translations for plugin store page FAQ.

= 3.0.6 =
Update docs for supported WordPress and WooCommerce versions.

Expand Down

0 comments on commit ba3ddf8

Please sign in to comment.