Download the PHP package littlebizzy/autoloader without Composer
On this page you can find all versions of the php package littlebizzy/autoloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download littlebizzy/autoloader
More information about littlebizzy/autoloader
Files in littlebizzy/autoloader
Download littlebizzy/autoloader
More information about littlebizzy/autoloader
Files in littlebizzy/autoloader
Vendor littlebizzy
Package autoloader
Short Description Enables standard WordPress plugins contained in a directory to be placed in the mu-plugins directory and loaded prior to others (forked from Bedrock).
License GPL-2.0-or-later
Homepage https://www.littlebizzy.com/plugins/autoloader
Package autoloader
Short Description Enables standard WordPress plugins contained in a directory to be placed in the mu-plugins directory and loaded prior to others (forked from Bedrock).
License GPL-2.0-or-later
Homepage https://www.littlebizzy.com/plugins/autoloader
Please rate this library. Is it a good library?
Informations about the package autoloader
Autoloader
Loads folder WordPress MU plugins
Changelog
2.0.0
- code totally refactored for better efficiency
- no more namespaces, only class
Autoloader
littlebizzy_autoloader
option now calledautoloader_cache
- supports PHP 7.0 to PHP 8.3
- supports Multisite
1.2.1
- HOTFIX:
PHP Fatal error: Uncaught TypeError: Return value of LittleBizzy\Autoloader\Autoloader::countPlugins() must be of the type string, integer returned in /var/www/html/wp-content/mu-plugins/autoloader.php:198
1.2.0
- added PHP
strict_types
- dropped support for PHP 5.x and earlier versions
- various code optimization
1.1.0
- tested with PHP 7.0, 7.1, 7.2
- revised code with new PHP namespaces
- changed
wp_options
name tolittlebizzy_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 Roots Bedrock (no functional differences)
- tweaked plugin meta
All versions of autoloader with dependencies
PHP Build Version
Package Version
The package littlebizzy/autoloader contains the following files
Loading the files please wait ....