Plugin Directory

Changeset 3451103


Ignore:
Timestamp:
01/31/2026 05:17:21 PM (2 months ago)
Author:
tkc49
Message:

Update to version 1.8.1 from GitHub

Location:
ht-pay-jp-for-kintone
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ht-pay-jp-for-kintone/tags/1.8.1/ht-payjp-for-kintone.php

    r3451042 r3451103  
    88 * Text Domain:     ht-pay-jp-for-kintone
    99 * Domain Path:     /languages
    10  * Version:         1.8.0
     10 * Version:         1.8.1
    1111 *
    1212 * @package         HT_Payjp_For_Kintone
  • ht-pay-jp-for-kintone/tags/1.8.1/readme.txt

    r3451042 r3451103  
    66Tested up to: 6.8.3
    77Requires PHP: 7.4
    8 Stable tag: 1.8.0
     8Stable tag: 1.8.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919[youtube https://www.youtube.com/watch?v=I_lXUYyYR0U]
     20
     21= Features =
     22
     23* Accept payments via PAY.JP on WordPress forms
     24* Send payment data to kintone automatically
     25* 3D Secure authentication support (required from February 2025)
     26* Create PAY.JP Customer during payment (optional)
     27* Test/Live mode switching per form
     28* Multi-language support (Japanese/English) for payment dialog
     29
     30= Available Mail Tags =
     31
     32The following mail tags can be used in CF7 mail templates and kintone field mappings:
     33
     34* `[payjp-charged-id]` - PAY.JP Charge ID
     35* `[payjp-charged-captured-at]` - Payment captured datetime
     36* `[payjp-customer-id]` - PAY.JP Customer ID (when customer creation is enabled)
    2037
    2138= What is kintone? =
     
    3451== Installation ==
    3552
    36 1. Upload the entire `ht-payjp-for-kintone` folder to the `/ wp-content / plugins /` directory.
     531. Upload the entire `ht-payjp-for-kintone` folder to the `/wp-content/plugins/` directory.
    37542. Activate the plugin through the 'Plugins' menu in WordPress
     553. Go to Contact > HT PAY.JP for kintone to set your PAY.JP API keys
     564. Edit your Contact Form 7 form and go to the PAY.JP tab to configure settings
     575. Add the shortcode `[ht_payjp_for_kintone]` to your form
    3858
    3959== Frequently Asked Questions ==
    4060
    41 = A question that someone might have =
    42 
    43 
    44 = What about foo bar? =
    45 
    46 Answer to foo bar dilemma.
     61= What plugins are required? =
     62
     63This plugin requires [Contact Form 7](https://wordpress.org/plugins/contact-form-7/).
     64If you want to send payment data to kintone, install [Form data to kintone](https://wordpress.org/plugins/kintone-form/) as well.
     65
     66= How do I get PAY.JP API keys? =
     67
     68Sign up at [https://pay.jp/](https://pay.jp/) and get your Test/Live API keys from the dashboard.
     69
     70= Is 3D Secure supported? =
     71
     72Yes, 3D Secure is supported and required from February 2025 by PAY.JP.
     73
     74= Can I create customers in PAY.JP? =
     75
     76Yes, you can enable customer creation in the PAY.JP tab settings. When enabled, a PAY.JP Customer will be created during payment, and you can use the `[payjp-customer-id]` mail tag.
     77
     78= How do I switch between Test and Live mode? =
     79
     80Each Contact Form 7 form has its own "Enable Live" checkbox in the PAY.JP tab. Uncheck it to use Test mode.
    4781
    4882== Screenshots ==
     
    5589== Changelog ==
    5690
    57 = 1.8.0( 2025-01-31 ) =
     91= 1.8.1( 2026-02-01 ) =
     92
     93* Updated readme.txt with Features section and Available Mail Tags documentation
     94* Improved FAQ section with actual questions and answers
     95* Fixed changelog dates to match Git tag dates
     96
     97= 1.8.0( 2026-01-31 ) =
    5898
    5999* Added customer creation feature - optionally create PAY.JP Customer during payment
  • ht-pay-jp-for-kintone/trunk/ht-payjp-for-kintone.php

    r3451042 r3451103  
    88 * Text Domain:     ht-pay-jp-for-kintone
    99 * Domain Path:     /languages
    10  * Version:         1.8.0
     10 * Version:         1.8.1
    1111 *
    1212 * @package         HT_Payjp_For_Kintone
  • ht-pay-jp-for-kintone/trunk/readme.txt

    r3451042 r3451103  
    66Tested up to: 6.8.3
    77Requires PHP: 7.4
    8 Stable tag: 1.8.0
     8Stable tag: 1.8.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919[youtube https://www.youtube.com/watch?v=I_lXUYyYR0U]
     20
     21= Features =
     22
     23* Accept payments via PAY.JP on WordPress forms
     24* Send payment data to kintone automatically
     25* 3D Secure authentication support (required from February 2025)
     26* Create PAY.JP Customer during payment (optional)
     27* Test/Live mode switching per form
     28* Multi-language support (Japanese/English) for payment dialog
     29
     30= Available Mail Tags =
     31
     32The following mail tags can be used in CF7 mail templates and kintone field mappings:
     33
     34* `[payjp-charged-id]` - PAY.JP Charge ID
     35* `[payjp-charged-captured-at]` - Payment captured datetime
     36* `[payjp-customer-id]` - PAY.JP Customer ID (when customer creation is enabled)
    2037
    2138= What is kintone? =
     
    3451== Installation ==
    3552
    36 1. Upload the entire `ht-payjp-for-kintone` folder to the `/ wp-content / plugins /` directory.
     531. Upload the entire `ht-payjp-for-kintone` folder to the `/wp-content/plugins/` directory.
    37542. Activate the plugin through the 'Plugins' menu in WordPress
     553. Go to Contact > HT PAY.JP for kintone to set your PAY.JP API keys
     564. Edit your Contact Form 7 form and go to the PAY.JP tab to configure settings
     575. Add the shortcode `[ht_payjp_for_kintone]` to your form
    3858
    3959== Frequently Asked Questions ==
    4060
    41 = A question that someone might have =
    42 
    43 
    44 = What about foo bar? =
    45 
    46 Answer to foo bar dilemma.
     61= What plugins are required? =
     62
     63This plugin requires [Contact Form 7](https://wordpress.org/plugins/contact-form-7/).
     64If you want to send payment data to kintone, install [Form data to kintone](https://wordpress.org/plugins/kintone-form/) as well.
     65
     66= How do I get PAY.JP API keys? =
     67
     68Sign up at [https://pay.jp/](https://pay.jp/) and get your Test/Live API keys from the dashboard.
     69
     70= Is 3D Secure supported? =
     71
     72Yes, 3D Secure is supported and required from February 2025 by PAY.JP.
     73
     74= Can I create customers in PAY.JP? =
     75
     76Yes, you can enable customer creation in the PAY.JP tab settings. When enabled, a PAY.JP Customer will be created during payment, and you can use the `[payjp-customer-id]` mail tag.
     77
     78= How do I switch between Test and Live mode? =
     79
     80Each Contact Form 7 form has its own "Enable Live" checkbox in the PAY.JP tab. Uncheck it to use Test mode.
    4781
    4882== Screenshots ==
     
    5589== Changelog ==
    5690
    57 = 1.8.0( 2025-01-31 ) =
     91= 1.8.1( 2026-02-01 ) =
     92
     93* Updated readme.txt with Features section and Available Mail Tags documentation
     94* Improved FAQ section with actual questions and answers
     95* Fixed changelog dates to match Git tag dates
     96
     97= 1.8.0( 2026-01-31 ) =
    5898
    5999* Added customer creation feature - optionally create PAY.JP Customer during payment
Note: See TracChangeset for help on using the changeset viewer.