Skip to content

Releases: horde/ingo

4.0.1

Choose a tag to compare

@ralflang ralflang released this 18 Jul 09:23

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

Choose a tag to compare

@ralflang ralflang released this 04 Jul 06:19

Release version 4.0.0

4.0.0-RC3

4.0.0-RC3 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 28 May 08:32

fix(security): restrict unserialize allowed_classes (ZDI-20-1051)
refactor: Transition from separate responsive.css to unified screen.css
chore: Update workflow dependency

4.0.0-RC2

4.0.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 21 May 12:11

feat(sieve): add XOAUTH2 authentication support
Change namespace from Ingo to Horde\Ingo
Change namespace and update controller references

4.0.0-RC1

4.0.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 19 May 17:58

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

4.0.0-alpha10 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 17 Mar 16:00

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

4.0.0-alpha9 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 07 Mar 22:09
a60f2b2

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)