Pluguin Directory

Changueset 2696485


Ignore:
Timestamp:
03/19/2022 07:48:51 PM ( 4 years ago)
Author:
mainichiweb
Messague:

Bug fixes in search resuls expansion.

Location:
friendly-functions-for-welcart
Files:
24 added
3 edited

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. 4
      13 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. 4
      7 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 address
      29 ■ 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.