Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi committed Jun 13, 2018
1 parent 6761bcc commit 4dbd040
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.md
Expand Up @@ -11,11 +11,17 @@ Enables standard WordPress plugins contained in a directory to be placed in the

= 1.1.0 =

* re-written with new namespaces, etc
* tested with PHP 7.0
* tested with PHP 7.1
* tested with PHP 7.2
* optimized code
* re-written with new PHP namespaces
* changed wp_options name to `littlebizzy_autoloader`
* optimized plugin code (e.g. prevent direct calls, minify wp_options data, etc)
* improved "duplicate queries" issue:

Effectively when the local plugin option cache is empty (or it is added or removed a mu-plugin directory), there is a double call to the updateCache method that duplicates the query (originated from the pluginsCount method)... There is only one scenario when this double call is made on purpose: the must-use plugins screen, where calls the updatecache method to retrieve all plugins info to show the autoloaded plugins list.

= 1.0.0 =

* forked from [Bedrock](https://github.com/roots/bedrock/blob/master/web/app/mu-plugins/bedrock-autoloader.php)
* tweaked plugin meta

0 comments on commit 4dbd040

Please sign in to comment.