Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/05-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ If you are upgrading across multiple versions, make sure to follow the steps for
Icinga DB Web v1.1](#upgrading-to-icinga-db-web-v11) for details).
* Modules with support for IDO and Icinga DB will now default to use Icinga DB.
* The accompanying endpoint `icingadb/migrate/monitoring-url` has been removed.
* The class `Icinga\Module\Icingadb\Model\Behavior\BoolCast` has been removed.
* Use `\ipl\Orm\Behavior\BoolCast` instead.

## Upgrading to Icinga DB Web v1.2

Expand Down
12 changes: 0 additions & 12 deletions library/Icingadb/Model/Behavior/BoolCast.php

This file was deleted.

Loading