Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw)
- Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw)
- Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw)

## 0.1.1 September 03, 2025

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ php -S localhost:8080 -t web
root/
├── config/ Configuration files
│ ├── common/ Common configuration
P│ ├── console/ Console configuration
│ ├── console/ Console configuration
│ ├── web/ Web configuration
│ └── messages.php Translation config
├── src/
Expand Down
Loading