Changeset 2740645
- Timestamp:
- 06/10/2022 09:17:05 PM (4 years ago)
- Location:
- zipaddr-jp/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
zipaddr-jp.php (modified) (1 diff)
-
zipaddr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zipaddr-jp/trunk/readme.txt
r2696265 r2740645 4 4 Tags: zipaddr, zip, address, plugin, ajax, cross-domain 5 5 Requires at least: 3.7 6 Tested up to: 5.97 Stable tag: 1.3 26 Tested up to: 6.0 7 Stable tag: 1.33 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.33 = 54 We have defined the default settings for the new form tool. 52 55 53 56 = 1.32 = -
zipaddr-jp/trunk/zipaddr-jp.php
r2696265 r2740645 4 4 Plugin URI: https://zipaddr2.com/wordpress/ 5 5 Description: The input convert an address from a zip code automatically. 6 Version: 1.3 26 Version: 1.33 7 7 Author: Tatsuro, Terunuma 8 8 Author URI: https://pierre-soft.com/ 9 9 */ 10 define('zipaddr_VERS', '1.3 2');10 define('zipaddr_VERS', '1.33'); 11 11 define('zipaddr_KEYS', 'zipaddr-config'); 12 12 define('zipaddr_SYS', 'sys_'); -
zipaddr-jp/trunk/zipaddr.php
r2696265 r2740645 20 20 $sysid[10]="MailformPro, mailformpro"; 21 21 $sysid[11]="SnowMonkeyForm,snowmonkeyform"; 22 $sysid[99]="###other###, ";22 $sysid[99]="###other###, tricks"; 23 23 // 24 24 $contf7= strpos($output, 'wpcf7-form-'); //Contact Form 7
Note: See TracChangeset
for help on using the changeset viewer.