Skip to content

Commit 7bdc7e0

Browse files
Creates a changelog file
Adds a changelog file to document notable changes to the project, adhering to Keep a Changelog format and Semantic Versioning conventions. The changelog includes entries for recent releases, outlining added features, changes, and removals.
1 parent c01116d commit 7bdc7e0

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) conventions adapted to the existing four-component version numbers.
6+
7+
## [0.26.3.0] - 2025-09-19
8+
### Added
9+
- Integrated the CI Log Viewer package and exposed a dedicated backend module for reviewing application logs.
10+
- Captured per-action permission flags as structured JSON when creating or updating backend methods.
11+
12+
### Changed
13+
- Refreshed backend method management forms, navigation buttons, and module awareness.
14+
- Loaded SweetAlert assets globally for backend pages and updated in-app documentation links to their GitHub sources.
15+
16+
### Removed
17+
- Dropped the legacy `module:create` CLI command in favour of the composer-driven module generator dependency.
18+
19+
## [0.26.2.0] - 2025-09-17
20+
### Changed
21+
- Updated documentation links to reference the project root correctly.
22+
23+
## [0.26.1.0] - 2025-09-17
24+
### Added
25+
- Published the initial developer documentation set for CI4MS.
26+
27+
## [0.26.0.0] - 2025-09-17
28+
### Added
29+
- Expanded database migrations and introduced new supporting libraries.
30+
31+
[0.26.3.0]: https://github.com/ci4-cms-erp/ci4ms/releases/tag/0.26.3.0
32+
[0.26.2.0]: https://github.com/ci4-cms-erp/ci4ms/releases/tag/0.26.2.0
33+
[0.26.1.0]: https://github.com/ci4-cms-erp/ci4ms/releases/tag/0.26.1.0
34+
[0.26.0.0]: https://github.com/ci4-cms-erp/ci4ms/releases/tag/0.26.0.0

0 commit comments

Comments
 (0)