Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.43 KB

Changelog

All notable changes to alleyinteractive/composer-wordpress-autoloader will be documented in this file.

Unreleased

v1.1.0

Changed

  • Dropped PHP 7.4 support, adding PHP 8.2 and 8.3 support explicitly with testing.
  • Added testing against Windows.

Fixed

  • Fixed issue with wordpress-autoload.php file not properly loading on Windows.

v1.0.0

No changes, tagging a stable release.

v0.8.0

  • Automatically translate the vendor-dir and set the autoloaded files relative to the root directory of the project.

v0.7.0

  • Add APCu autoloader.
  • Bump alleyinteractive/wordpress-autoloader to v1.1.0.

v0.6.0

  • Simplify injection of autoloader.
  • Automatically load the autoloader inside of vendor/autoload.php without the need to load vendor/wordpress-autoload.php manually.

v0.4.1

Updated

  • Fix Composer Injection to vendor/autoload.php in #10

v0.4.0

Added

  • Bump alleyinteractive/wordpress-autoloader to 0.2 by @srtfisher in #7
  • Supports PHP 8.1

0.3.0

  • Remove specific Composer version dependency.

0.2.0

  • Updates autoloader to use non-hard-coded paths.
  • Adds support for dependencies to autoload files as well, fixes #3.

0.1.0

  • Initial release.