Skip to content

Latest commit

 

History

History
121 lines (66 loc) · 2.42 KB

changelog.md

File metadata and controls

121 lines (66 loc) · 2.42 KB

Changelog

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.


Fixed

  • Adobe 2021 support was not working correctly for onServerInstall method

1.6.0 - 2024-03-19

Added

  • Adobe 2023 Support
  • Lucee 6 Support
  • Dropped Adobe 2016 since this was deprecated already
  • ContentBox 6 default version

Updates

  • Updated Database Drivers for: MySQL, MSSQL, Hypersonic

Fixed

  • ContentBox 6 was not the default and migrations was not running correctly

1.5.2 - 2024-02-16

Fixed

  • Temporary fix for the ORM extension not being discovered due to lucee bug on jvm args.

1.5.1 - 2024-02-10

Fixed

  • Updated github actions for consistency
  • box binary removed, not sure why it was there in the first place

[v1.5.0] => 2023-DEC-14

Added

  • New Migrations approach of ContentBox 6
  • New Ortus ORM extension on Lucee
  • Updated server properties according to new standards

[v1.4.0] => 2022-APR-05

Fixed

  • Fix password error prompts

Added

  • Mask the installer password inputs

[v1.3.2] => 2022-MAR-31

Fixed

  • Don't run migrations on new installs

[v1.3.1] => 2022-MAR-31

Fixed

  • Boolean.len() failing, switching to len( boolean )

[v1.3.0] => 2022-MAR-31

Added

  • New argument deployServer so you can choose to deploy or not a CommandBox server when installing ContentBox

[v1.2.0] => 2022-FEB-18

Added

  • Added Adobe 2021 support for cfpm

[v1.1.0] => 2021-DEC-03

Added

  • Run initial migrations once ContentBox has been installed
  • Ability to input a ContentBox version to install via the install-wizard command.

[v1.0.0] => 2021-SEP-07

  • 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.