Changeset 2231455
- Timestamp:
- 01/22/2020 09:13:29 AM (6 years ago)
- Location:
- autoin-jp/trunk
- Files:
-
- 3 edited
-
autoin-jp.php (modified) (1 diff)
-
autoin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoin-jp/trunk/autoin-jp.php
r2225685 r2231455 4 4 Plugin URI: https://autoin.jp/wordpress/ 5 5 Description: The autoin-jp which is an ultimate automatic inputting tool. 6 Version: 1. 26 Version: 1.3 7 7 Author: Terunuma Tatsuro 8 8 Author URI: https://pierre-soft.com/ 9 9 */ 10 define('autoin_VER', '1. 2');10 define('autoin_VER', '1.3'); 11 11 12 12 if( !is_admin() ){ // user -
autoin-jp/trunk/autoin.php
r2225714 r2231455 10 10 $ptrn[1]= 'postc'; 11 11 $ptrn[2]= 'uban'; 12 if( strstr($output,'id="zipcode"')==true && !empty($opt) ) {$ptrn[3]='zipcode'; $apid="Welcart";} 12 if( strstr($output,'id="zipcode"')==true && !empty($opt) ){ 13 if( strstr($output,'id="member_pref"') ==true ) $apid="Welcartm"; 14 else if( strstr($output,'id="customer_pref"')==true ) $apid="Welcartc"; 15 else if( strstr($output,'id="delivery_pref"')==true ) $apid="Welcartd"; 16 else $apid= "Welcart"; 17 } 13 18 else{ 14 19 foreach($ptrn as $ky => $da){ // keyword check … … 52 57 } 53 58 else 54 if( $apid == "Welcart"){59 if( strncmp($apid,"Welcart",7)==0 ){ 55 60 $ans= $atjss.$output; 56 61 } -
autoin-jp/trunk/readme.txt
r2225685 r2231455 59 59 60 60 == Changelog == 61 = 1.3 = 62 [2020/1/24] 63 Bug fixes for welcart. 64 61 65 = 1.2 = 62 66 [2020/1/12]
Note: See TracChangeset
for help on using the changeset viewer.