Releases: horde/hordectl
1.0.0-beta2
feat: issue #9 Allow selection of bundle version and source when installing
1.0.0-beta1
feat: UX improvement for hordectl install process
1.0.0-alpha11
style: php-cs-fixer
feat: usability improvements for the configure database command
feat: Use modern presentation layer for CLI
fix: don't commit hordectl.phar
1.0.0-alpha10
feat(api): Convert hordectl from hook-in approach to REST API approacj
1.0.0-alpha9
fix(cli): handle version command before Horde bootstrap
1.0.0-alpha8
feat(cli): add version command for PHAR validation
1.0.0-alpha7
feat: implement better help/feedback and a new test command
Update horde/phpconfigfile version constraint
fix(deps): allow PhpConfigFile ^0 for development compatibility
fix: Wrong version required of phpconfigfile
fix(configure): add getPositionalArgs() to support command aliases
fix(activate): add command name check to prevent auto-execution
Hordectl 1.0.0-alpha6
This is a minor release.
refactor(configure): extract common helpers into ConfigureHelperTrait
feat(configure): implement Groups, Permissions, and Tokens subcommands
feat(configure): implement LDAP subcommand with ConfigHelper
feat(configure): implement SessionHandler subcommand with ConfigHelper
docs(examples): add database configuration demo script
feat(configure): implement Database subcommand with ConfigHelper
feat(config): add ConfigHelper class for config file manipulation
chore(deps): add horde/phpconfigfile dependency
feat(configure): add stubs for critical subsystem configuration
feat(configure): add configure command with database stub
feat(cli): show helpful usage instead of "No Module ran" error
fix(psr4): use PSR-4 class names for Argv\Parser instead of PEAR names
feat(hordectl): add activate command to copy preset config and reconfigure
feat(hordectl): add reconfigure command to minimal CLI
feat(cli): add minimal CLI fallback for incomplete Horde installations
refactor: migrate from PSR-0 Horde_Argv to PSR-4 Horde\Argv
refactor: migrate from PSR-0 Horde_Exception to PSR-4 Horde\Exception\HordeException
refactor: migrate from PSR-0 Horde_Injector to PSR-4 Horde\Injector\Injector
test: achieve 100% passing test suite with full PHPUnit 12 compatibility
refactor(yaml): migrate from PSR-0 to PSR-4 Horde\Yaml classes
feat: Give instructions on cli if not yet installed properly