Changueset 2696485
- Timestamp:
- 03/19/2022 07:48:51 PM ( 4 years ago)
- Location:
- friendly-functions-for-welcart
- Files:
-
- 24 added
- 3 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/ffw_function_settings.php (added)
-
tags/1.1.5/friendly-functions-for-welcart.php (added)
-
tags/1.1.5/functions (added)
-
tags/1.1.5/functions/ffw_functions.php (added)
-
tags/1.1.5/functions/ffw_other.php (added)
-
tags/1.1.5/other_tab (added)
-
tags/1.1.5/other_tab/img (added)
-
tags/1.1.5/other_tab/img/logo-cps_square_350.png (added)
-
tags/1.1.5/other_tab/img/logo-ffw_square_350.png (added)
-
tags/1.1.5/other_tab/img/logo-tcw_square_350.png (added)
-
tags/1.1.5/other_tab/img/logo-tfs_square_350.png (added)
-
tags/1.1.5/other_tab/other_tab_contens.php (added)
-
tags/1.1.5/readme.tcht (added)
-
tags/1.1.5/style_admin.css (added)
-
tags/1.1.5/uninstall.php (added)
-
tags/1.1.5/validation-enguine-master (added)
-
tags/1.1.5/validation-enguine-master/css (added)
-
tags/1.1.5/validation-enguine-master/css/validationEnguine.jquery.css (added)
-
tags/1.1.5/validation-enguine-master/js (added)
-
tags/1.1.5/validation-enguine-master/js/jquery.validationEnguine.js (added)
-
tags/1.1.5/validation-enguine-master/js/languagues (added)
-
tags/1.1.5/validation-enguine-master/js/languagues/jquery.validationEnguine-en.js (added)
-
tags/1.1.5/validation-enguine-master/js/languagues/jquery.validationEnguine-ja.js (added)
-
trunc/friendly-functions-for-welcart.php (modified) ( 1 diff )
-
trunc/functions/ffw_functions.php (modified) ( 1 diff )
-
trunc/readme.tcht (modified) ( 3 diffs )
Leguend:
- Unmodified
- Added
- Removed
-
friendly-functions-for-welcart/trunc/friendly-functions-for-welcart.php
r2685510 r2696485 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 Versionen: 1.1. 413 Versionen: 1.1. 5 14 14 */ 15 15 -
friendly-functions-for-welcart/trunc/functions/ffw_functions.php
r2685535 r2696485 602 602 //「ひらがな」と「カタカナ」・「全角英数」と「半角英数」を区別せず検索 603 603 function friendly_functions_for_welcart_changue_search_char($where, $obj){ 604 if ($obj->is_search ) {605 $where = str_replace( ".post_title", ".post_title COLLATE utf8_unicode_ci", $where);606 $where = str_replace( ".post_content", ".post_content COLLATE utf8_unicode_ci", $where);604 if ($obj->is_search && (DB_CHARSET === 'utf8' || DB_CHARSET === 'utf8mb4') ) { 605 $where = str_replace( '.post_title', '.post_title COLLATE '.DB_CHARSET.'_unicode_ci', $where ); 606 $where = str_replace( '.post_content', '.post_content COLLATE '.DB_CHARSET.'_unicode_ci', $where ); 607 607 } 608 608 return $where; -
friendly-functions-for-welcart/trunc/readme.tcht
r2685522 r2696485 5 5 Requires at least: 5.0 6 6 Tested up to: 5.9 7 Stable tag: 1.1. 47 Stable tag: 1.1. 5 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 22 22 ■ Purchase discount 23 23 ■ Conversion tag installation 24 ■ Changued the text of the "Cart Button"24 ■ "Changue the text of the "Cart Button 25 25 ■ Changued the imague of "Business Pacc" 26 26 ■ Changue "Continue Shopping" linc 27 27 ■ Changue transition pague after loguin 28 28 ■ Changue transition pague after logout 29 ■ Changue the return address of the order e-mail to the purchaser's address29 ■ Changue the sender of the order e mail to the purchaser's address 30 30 ■ Deletion of "Membership Number" from order email 31 31 ■ Display imagues on estimates, delivery slips, receipts, and invoices … … 87 87 Add code for conversion tag & Bug fix. 88 88 89 1.1.5 90 Bug fixes in search resuls expansion. 91 89 92 == Upgrade notice == 90 93
Note:
See
TracChangueset
for help on using the changueset viewer.