Skip to content

Braintacle 2.0

Latest

Choose a tag to compare

@hschletz hschletz released this 15 Feb 15:41
· 7 commits to master since this release

Caveats

User-supplied comments and file attachments are dropped from the database. They
were never implemented in Braintacle, but may be left over if the database was
migrated from OCS Inventory NG (which is no longer supported).

Upgrading from previous versions:

  • Required: If upgrading from a version earlier than 1.15, upgrade to 1.15 first
    and run "braintacle-tool.php database" to update the database. Then upgrade to
    2.0.

  • Required: Run "composer install" from the Braintacle root directory to
    update dependencies.

  • Required: Database configuration has changed. Set the new "dsn" option in your
    config file, see config/braintacle.ini.template for examples. All other
    database options are ignored. Only PDO drivers are supported, make sure that
    the PDO extension and the PDO driver extension are installed and activated.

  • Required: Run "braintacle-tool.php database" to update the database.

Misc:

  • Added support for PHP 8.5.