Releases: horde/horde-installer-plugin
Releases · horde/horde-installer-plugin
v3.0.0
v2.7.3
v2.7.2
Support autoload-extra.php file
What's Changed
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
composer horde-reconfigure --mode=proxy
- In proxy mode composer will not symlink whole apps to the web dir but only create folders and php files outside lib/, src/, test/ and a fairly large exclusion list. The endpoint php files will forward requests to the actual code in /vendor dir. This should reduce code duplication and makes it more obvious where related files need to be looked up
- A new constant HORDE_CONFIG_BASE is written to the autogenerated registry snippets.
- The composer autoloader is directly loaded by the proxy php files before delegating to the actual file in the vendor dir.
If you see unexpected class not found messages when testing proxy mode, please upgrade your horde/core package.
Proxy mode is supposed to become the default in horde-installer-plugin 3.0
Full Changelog: v2.6.0...v2.7.0
v2.6.0 - Ready for PHP 8.4
What's Changed
- ci/modern phpunit by @ralflang in #9
- No more deprecations on PHP 8.4
- Minimum requirement PHP 8.1
- Comply with PHPStan Level 5
Full Changelog: 2.5.5...v2.6.0
v2.5.5
Full Changelog: v2.5.4...v2.5.5