Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

48 lines (38 loc) · 1.4 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.

[Unreleased]

Changed

  • PHP web server with spark for composer start command.
  • The command interface descriptions.

Added

  • Docker to the project.
  • PHP-CS-Fixer
  • Composer commandcomposer checkout

Removed

  • Composer commandcomposer env-development

[3.4.1] 20-09-13

Fixed

  • The bundle pipeline

[3.4.0] 20-09-13

Added

  • Database parameters will be saved to env file instead of database config class.
  • Activate CodeIgniter CLI 'spark'
  • New console commands to save database connection build tables

Removed

  • DEMO Live deploy from GitHub action.

[3.3.1] - 2022-08-07

Added

  • Composer scripts
    • composer env-production to build .env file from .env.production
    • composer env-development to build .env file from .env.development

Changed

  • Environment definition moved from /public/index.php to /.env file.

Fixed

[3.3.0] - 2022-07-23

Fixed

  • Installation issue

Security

  • Upgrade codeigniter to version v4.2