ソニーペイメントサービスの2つの決済モジュール

Welcart Square 1.0.13 をリリース

Welcart Square 1.0.13 をリリースしました。

  1. WordPress5.5 カテゴリー画像登録時の不具合

カテゴリー画像登録時の不具合修正

jsコード修正: welcart_basic-square/inc/term-customized.php 80行目あたり

$('#wcct-tag-thumbnail-action').on('click', function(e){
    e.preventDefault();
    
    if ( file_frame ) {
        file_frame.open();
        return;
    }

.live() 関数を .on() 関数に変更。