Releases: horde/ingo
Release list
4.0.1
Merge pull request #38 from horde/fix/unserialize-mail-allowed-classes
test(storage): extend Ingo_Unit_TestBase in unserialize test
fix(storage): allow nested mail classes in rule unserialize
Merge pull request #37 from horde/fix/form-v3-deprecation-warnings
fix(ingo): remove deprecated ->type indirection in spam form
fix(ingo): remove deprecated getInfo() $info argument in vacation form
4.0.0
4.0.0-RC3
4.0.0-RC2
4.0.0-RC1
refactor(injector): Widen type hints from Horde_Injector to Horde_Injector|Injector
chore: update composer.json
Set image dimensions for filter edit icons
chore: update metadata
style: php-cs-fixer
fix: Add missing use statement for defaultstack
Merge pull request #25 from horde/refactor/modern-controller-migration
refactor(strftime): Migrate to native usage of IntlDateFormatter and DateTime
refactor: Explicitly declare the default stack as a prestep to removing fallback logic
refactor: Explicitly declare the default stack as a prestep to removing fallback logic
fix: Add return type 'int' to Ingo_Rule_Addresses::count()
Merge pull request #20 from horde6/ingo_fixes
chore: Migrate to V3 classes
fix: Use Ingo as namespace prefix for classes in src/ folder
fix: replace undeclared $header with $title in Basic view subclasses
Fix folder retrieval in _renderVarInput_ingo_folders
fix: swapped forwarder rule UI for enable and disable
docs: create/update conf.php.dist
docs: Provide example config
refactor: Remove most reliance on prototype.js
fix: More defensive code when trying to drop tables
fix: Support both modern and old-style Variables
4.0.0-alpha10
fix: add classmap autoloading for lib/ directory
fix: Add return type declarations to satisfy Countable and IteratorAggregate interface requirements
feat(smartmobile): Remove old smartmobile entrypoint and use RouteBuilder
fix: Checkin the actual dist file.
Feat: Ingo responsive mode (#13)
feat(script): add null driver for development and testing
4.0.0-alpha9
Merge pull request #11 from amulet1/fix_hook_class
Revert "fix: Ingo Hooks file protect against defining twice"
Merge pull request #10 from amulet1/autoload_renderer
fix: Modify VarRenderer class name to facilitate autoloading
Merge pull request #9 from amulet1/undefined_vars
fix: Do not use undefined variables in getInfo() calls
fix: Do not display empty notification box when saving Vacation form
fix: Correctly set message in isValid() calls, adjust getInfo() call
fix: Ingo Hooks file protect against defining twice
fix: getInfo() no longer writes back to second parameter. Use return value. (occurence found by Dmitry)