Skip to content

Releases: alleyinteractive/composer-wordpress-autoloader

v1.1.0

06 Dec 20:22
30acf9e
Compare
Choose a tag to compare

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.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 Sep 19:37
5f72de0
Compare
Choose a tag to compare
  • Stable release 🎊

v0.8.1

01 Sep 03:43
5f72de0
Compare
Choose a tag to compare

What's Changed

  • Renaming setApcu to avoid conflict with 2.1 composer by @srtfisher in #18

Full Changelog: v0.8.0...v0.8.1

v0.8.0

01 Sep 01:25
bf2f476
Compare
Choose a tag to compare
  • Automatically handle vendor-dir placement (possible breaking change if using vendor-dir with Composer)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

10 Aug 23:47
8f64648
Compare
Choose a tag to compare
  • Add APCu autoloader.
  • Bump alleyinteractive/wordpress-autoloader to v1.1.0.

v0.6.0

29 Jul 21:20
0166248
Compare
Choose a tag to compare
  • Automatically load the autoloader inside of vendor/autoload.php without the need to load vendor/wordpress-autoload.php manually. This makes it so much easier to use the plugin!
  • Simplify injection of autoloader when enabled.

Full Changelog: v0.4.1...v0.5.0

v0.4.1

14 Apr 19:47
4964609
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Apr 18:27
887e70b
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.3.0...v0.4.0

v0.3.0

22 Mar 19:17
719e768
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

v0.2.0

16 Feb 20:06
f01074e
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.1...0.2.0