Plugin Directory

Changeset 2114870


Ignore:
Timestamp:
06/30/2019 04:27:51 AM (7 years ago)
Author:
codex-m
Message:

Fixed issues with latest WordPress

Location:
sort-searchresult-by-title/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sort-searchresult-by-title/trunk/Class_Sortsearchresults.php

    r1333749 r2114870  
    106106                // Only two possible values allowed, if condition is true..
    107107                // Save the updated settings to the database
    108                 $anotherdummyidx = '1';
    109                 $wpdb->query ( $wpdb->prepare ( "UPDATE $table SET order_valuex=%s WHERE id=1", $opt_val, $anotherdummyidx ) );
     108                $wpdb->query ( $wpdb->prepare ( "UPDATE $table SET order_valuex=%s WHERE id=1", $opt_val ) );
    110109            } else {
    111110                // possible misuse detected
  • sort-searchresult-by-title/trunk/README.txt

    r1333749 r2114870  
    44Tags: search result, post title, wordpress search, sort search result by title
    55Requires at least: 3.7
    6 Tested up to: 4.4
    7 Stable tag: 9.0
     6Tested up to: 5.2.2
     7Stable tag: 10.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161
    6262== Changelog ==
     63
     64= 10.0 =
     65
     66* Compatibility for Wordpress version 5.0+
     67* Fixed PHP notices.
    6368
    6469= 9.0 =
  • sort-searchresult-by-title/trunk/Sort_SearchResult_by_Title.php

    r1333749 r2114870  
    44Plugin URI: http://www.php-developer.org/wordpress-sort-search-result-by-title-plug-in/
    55Description: Easy sorting of Wordpress Search Result by Title.
    6 Version: 9.0
     6Version: 10.0
    77Author: Codex-m
    88Author URI: http://www.php-developer.org/
Note: See TracChangeset for help on using the changeset viewer.