Skip to content

Commit 21787a8

Browse files
committed
docs: add CHANGELOG.md for version tracking
1 parent b0b8c60 commit 21787a8

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
---
9+
10+
## [1.0.1] - 2026-04-09
11+
12+
### Added
13+
- Standard visual identity (scriptlog mascot assets)
14+
15+
### Changed
16+
- Updated DEVELOPER GUIDE documentation
17+
- Updated general documentation
18+
19+
### Fixed
20+
- **Security**: Resolved all Dependabot-detected vulnerabilities
21+
- **Quality**: Removed unnecessary files from the codebase
22+
23+
### Details
24+
This patch addresses security vulnerabilities detected by Dependabot and removes unnecessary files to improve codebase quality. It also includes documentation updates and adds standard visual identity assets.
25+
26+
### Comparison
27+
- **Previous release**: v1.0.0
28+
- **Changes since v1.0.0**: 4 commits
29+
30+
---
31+
32+
## [1.0.0] - Initial Release
33+
34+
### Added
35+
- Initial stable release of Scriptlog
36+
- Complete PHP library with modern architecture
37+
- Support for MVC, database, validation, encryption, and more

0 commit comments

Comments
 (0)