All notable changes to alleyinteractive/composer-wordpress-autoloader
will be
documented in this file.
- Dropped PHP 7.4 support, adding PHP 8.2 and 8.3 support explicitly with testing.
- Added testing against Windows.
- Fixed issue with
wordpress-autoload.php
file not properly loading on Windows.
No changes, tagging a stable release.
- Automatically translate the
vendor-dir
and set the autoloaded files relative to the root directory of the project.
- Add APCu autoloader.
- Bump
alleyinteractive/wordpress-autoloader
tov1.1.0
.
- Simplify injection of autoloader.
- Automatically load the autoloader inside of
vendor/autoload.php
without the need to loadvendor/wordpress-autoload.php
manually.
- Fix Composer Injection to
vendor/autoload.php
in #10
- Bump alleyinteractive/wordpress-autoloader to 0.2 by @srtfisher in #7
- Supports PHP 8.1
- Remove specific Composer version dependency.
- Updates autoloader to use non-hard-coded paths.
- Adds support for dependencies to autoload files as well, fixes #3.
- Initial release.