Plugin Directory

Changeset 2019258


Ignore:
Timestamp:
01/25/2019 05:43:53 PM (7 years ago)
Author:
brandonliles
Message:

Release 1.0.3

Location:
admin10x/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin10x/trunk/README.txt

    r1695279 r2019258  
    33Tags: admin, performance
    44Requires at least: 4.7
    5 Tested up to: 4.7
    6 Stable tag: 4.7
     5Tested up to: 5.0.3
     6Stable tag: 5.0.3
    77License: MIT
    88
     
    1515works around this limitation by adding a cache table of authors and optimizing the query.
    1616
    17 Copyright (c) 2017 Brandon Liles
     17Copyright (c) 2019 Brandon Liles
    1818
    1919== Installation ==
     
    2222
    2323== Changelog ==
     24
     25= 1.0.3 =
     26Removed additional debugging lines.
    2427
    2528= 1.0.2 =
  • admin10x/trunk/admin10x.php

    r1695279 r2019258  
    1414 * Description: Admin10X improves the performance of some admin features when your site has many registered users.
    1515 * Author:      Brandon Liles
    16  * Version:     1.0.2
     16 * Version:     1.0.3
    1717 * License:     MIT (license.txt)
    1818 */
     
    5656
    5757    foreach($authors as $author) {
    58       error_log(json_encode($author->data));
    5958      $this->add_author($author->data->ID);
    6059    }
Note: See TracChangeset for help on using the changeset viewer.