Skip to content

Releases: horde/horde-installer-plugin

v3.0.0

04 Jun 10:27

Choose a tag to compare

Major Release v3.0.0

What's Changed

  • Make proxy mode the new default.
  • Provide new --force command for fixing broken installations.
  • Add new parameter --webroot
  • feat/proxy php by @ralflang in #14

Full Changelog: v2.7.3...v3.0.0

v2.7.3

20 May 15:07

Choose a tag to compare

What's Changed

  • Feat/support proxy mode on older composer by @ralflang in #13

Full Changelog: v2.7.2...v2.7.3

v2.7.2

20 May 05:32

Choose a tag to compare

Solves bug #11 - Wrong CSS for kronolith because of wrong fs path to themes dir
Solves issues in symlink mode due to missing lib/ dir in web tree.
Full Changelog: v2.7.1...v2.7.2

Support autoload-extra.php file

18 May 08:29

Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

15 May 21:10

Choose a tag to compare

What's Changed

  • New optional proxy mode for composer horde:reconfigure command @ralflang in #10
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

29 Apr 18:55

Choose a tag to compare

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

29 Apr 18:56

Choose a tag to compare

Full Changelog: v2.5.4...v2.5.5