Skip to content

Releases: maintaina-com/horde-installer-plugin

Bugfix Release: Fix issues with composer 2.2 on PHP 7.4

14 Oct 06:31
Compare
Choose a tag to compare

Version 2.5.4 crashed when running on composer 2.2.x on PHP 7.4

Fix: Ensure absolute paths for vendorDir

29 Sep 12:04
Compare
Choose a tag to compare
v2.5.4

vendor dir also must be absolute

Fix: Ensure absolute paths

29 Sep 11:45
Compare
Choose a tag to compare

Fix: Linux installs may fail due to relative root package path.

Fix: Does not find registry snippets from doc dir

29 Sep 08:16
Compare
Choose a tag to compare

This release fixes #20 "How to register apps ..." by making the scanner look in the vendor dir rather than the web dir to find the doc/registry.d folder.

Other:

  • Use new directory tree object rather than building path strings in multiple places
  • update author email address

Beware:
This release may produce a composer error on upgrade from some previous releases. In this case, just run the same composer command again and the problem will no longer occur.

Robustness improvements and ThemesHandler bug fix

28 Sep 10:33
4d98494
Compare
Choose a tag to compare

This is a bug fix release

  • Fix issue ThemesHandler Catalog does not get populated unless json is explicitly provided
  • Robustness checks on catalog data
  • Minor issue with horde-reconfigure command

Windows Support

10 Sep 12:36
Compare
Choose a tag to compare

v2.5.0

Added

  • Windows Support (Technology Preview)
  • README file

Full Changelog: v2.4.6...v2.5.0

Introduce horde:reconfigure syntax

15 Aug 15:40
Compare
Choose a tag to compare

The preferred calling convention is now composer horde:reconfigure instead of composer horde-reconfigure. The latter name is still supported though and won't be removed anytime soon.

The autogenerated config snippets now contain some hints to help admins avoid mistakes.

The registry.d/00-horde.php file is autogenerated when missing.
The 01-location-horde.php and 02-location-*.php files are always autocreated and will overwrite any local changes.

<?php
/**
 * AUTOGENERATED FILE WILL BE OVERWRITTEN ON EACH
 * composer horde-reconfigure or install/update
 * Override settings in either:
 * - var/config/horde/registry.local.php
 * - var/config/horde/registry.d/ snippets, i.e. 99-custom.php
 * - var/config/horde/registry-sub.domain.org.php
 */

Fix missing php tag in config

11 Aug 09:26
3a78ecb
Compare
Choose a tag to compare

Make the 01-horde config snippet written by the installer actually work.

Bugfix Release: Don't prepend vendor name

09 Aug 17:04
ae189fb
Compare
Choose a tag to compare
Merge pull request #11 from midahp/FRAMEWORK_6_0

appName in RegistrySnippetFileWriter

Bugfix Release: Namespace the conditionals

08 Aug 10:46
Compare
Choose a tag to compare

Fixes a missing namespace error in the check if the class should be registered with the autoload_dump method