Plugin Directory

Changeset 2870558


Ignore:
Timestamp:
02/24/2023 11:16:47 AM (3 years ago)
Author:
codingmall
Message:

Bug fixed. It works fine with WordPress 6.1.1

Location:
cm-multisite-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cm-multisite-lite/trunk/index.php

    r2579014 r2870558  
    66Author: CodingMall.com
    77Author URI: https://codingmall.com/wordpress/
    8 Version: 1.0.1
     8Version: 1.1.1
    99License: GPLv2 (or later)
    1010Text Domain: cm-ms-lite
     
    6767    add_filter( "get_previous_post_where", function($where, $in_same_term, $excluded_terms, $taxonomy, $post){
    6868        if (cm__msl_fe_global::$isMain) return $where;
    69        
     69               
    7070        $where .= " AND p.post_author='".cm__msl_fe_global::$aid."'";
    7171        return $where;
     
    7878    //echo $q->query['post_type'].'<hr>'; //
    7979    if (@$q->query['post_type']!='') return;
     80    if (@$q->query['pagename']!='') return;
    8081   
    8182    //echo '<pre>';var_dump($q);echo '</pre>';
  • cm-multisite-lite/trunk/readme.txt

    r2870345 r2870558  
    66Tested up to: 6.1
    77Requires PHP: 7.2
    8 Stable tag: trunk
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474== Upgrade Notice ==
    7575
    76 = 1.0 =
     76= 1.1.1 = bug fixed and now compatible with WP 6.1
Note: See TracChangeset for help on using the changeset viewer.