All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adobe 2021 support was not working correctly for
onServerInstall
method
1.6.0 - 2024-03-19
- Adobe 2023 Support
- Lucee 6 Support
- Dropped Adobe 2016 since this was deprecated already
- ContentBox 6 default version
- Updated Database Drivers for: MySQL, MSSQL, Hypersonic
- ContentBox 6 was not the default and migrations was not running correctly
1.5.2 - 2024-02-16
- Temporary fix for the ORM extension not being discovered due to lucee bug on jvm args.
1.5.1 - 2024-02-10
- Updated github actions for consistency
box
binary removed, not sure why it was there in the first place
- New Migrations approach of ContentBox 6
- New Ortus ORM extension on Lucee
- Updated server properties according to new standards
- Fix password error prompts
- Mask the installer password inputs
- Don't run migrations on new installs
- Boolean.len() failing, switching to len( boolean )
- New argument
deployServer
so you can choose to deploy or not a CommandBox server when installing ContentBox
- Added Adobe 2021 support for cfpm
- Run initial migrations once ContentBox has been installed
- Ability to input a ContentBox version to install via the
install-wizard
command.
- The initial creation of a separate CommandBox project
- Misspelling on database port for Microsoft SQL server.
appcfc
missing variable when updating Lucee + MySQL 8 bug for DDL creation.