Skip to content

Latest commit

 

History

History
executable file
·
97 lines (56 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

executable file
·
97 lines (56 loc) · 1.64 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] for upcoming features.
  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities

[3.1.0] - 2024.12.25

Changed

  • Renamed default events
  • Updated all dependencies

[3.0.2] - 2024.12.24

Added

  • Tested up to PHP v8.4

Changed

  • Updated all dependencies

[3.0.1] - 2024.09.16

Changed

  • Updated all dependencies

[3.0.0] - 2024.09.04

Changed

  • Updated to work with Bones v5.0
  • Updated GitHub issue templates
  • Updated all dependencies

[2.1.1] - 2024.04.06

Changed

  • Updated DigitalOcean deploy template

Removed

  • Removed deployment backup paths

[2.1.0] - 2024.04.03

Changed

  • Updated to work with Bones v4.2

[2.0.0] - 2024.01.08

Added

  • Added app version to app config file
  • Added ConsoleFilters class

Changed

  • Updated to work with Bones v4.0

[1.0.2] - 2023.08.10

Changed

  • Cleaned up deploy console commands
  • Fixed .gitignore bugs

[1.0.1] - 2023.05.06

Added

  • Added missing classmap array in composer.json
  • Added additional installation instructions

Changed

  • Updated documentation
  • Updated the default functionality of the deploy:app console command

[1.0.0] - 2023.04.06

Added

  • Initial release