Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Improved separation of Bonfire code, CI 2.2, Sparks and Composer support, and more

Compare
Choose a tag to compare
@mwhitneysdsu mwhitneysdsu released this 18 Dec 15:39
· 278 commits to develop since this release

See full changelog for this release: https://github.com/ci-bonfire/Bonfire/blob/d3ecde89fee71f44995e4d22dd2fc28b0a8b845e/bonfire/docs/changelog.md

The highlights:

  • Better separation of Bonfire code from your application's code
  • Works with Sparks
  • Enable Composer auto-loading by setting 'composer_autoload' to true (or the path to the autoload.php file) in /application/config/config.php
  • Updated documentation system includes search functionality and allows splitting user and dev-related docs
  • Added a custom MySQLi driver ('bfmysqli') to support more features (including backup). Leaves the driver supplied by CodeIgniter alone in case you've acquired a mysqli driver elsewhere or future CI releases improve the driver.