Plugin Directory

Changeset 2740645


Ignore:
Timestamp:
06/10/2022 09:17:05 PM (4 years ago)
Author:
ta_terunuma
Message:

Adding Custom Field Template Version 1.33

Location:
zipaddr-jp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zipaddr-jp/trunk/readme.txt

    r2696265 r2740645  
    44Tags: zipaddr, zip, address, plugin, ajax, cross-domain
    55Requires at least: 3.7
    6 Tested up to: 5.9
    7 Stable tag: 1.32
     6Tested up to: 6.0
     7Stable tag: 1.33
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53= 1.33 =
     54We have defined the default settings for the new form tool.
    5255
    5356= 1.32 =
  • zipaddr-jp/trunk/zipaddr-jp.php

    r2696265 r2740645  
    44Plugin URI: https://zipaddr2.com/wordpress/
    55Description: The input convert an address from a zip code automatically.
    6 Version: 1.32
     6Version: 1.33
    77Author: Tatsuro, Terunuma
    88Author URI: https://pierre-soft.com/
    99*/
    10 define('zipaddr_VERS', '1.32');
     10define('zipaddr_VERS', '1.33');
    1111define('zipaddr_KEYS', 'zipaddr-config');
    1212define('zipaddr_SYS',  'sys_');
  • zipaddr-jp/trunk/zipaddr.php

    r2696265 r2740645  
    2020    $sysid[10]="MailformPro, mailformpro";
    2121    $sysid[11]="SnowMonkeyForm,snowmonkeyform";
    22     $sysid[99]="###other###,";
     22    $sysid[99]="###other###, tricks";
    2323//
    2424    $contf7= strpos($output, 'wpcf7-form-');      //Contact Form 7
Note: See TracChangeset for help on using the changeset viewer.