Skip to content

Commit 84dd392

Browse files
author
farhadzand
committed
change structure
1 parent c8d45a4 commit 84dd392

22 files changed

+1582
-1101
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# Changelog
22

3-
All notable changes to `laravel-audit-log` will be documented in this file.
3+
All notable changes to `iamfarhad/laravel-audit-log` will be documented in this file.
44

5-
## 1.1.0 - 2024-06-28
5+
## [1.2.0] - 2025-05-30
6+
7+
### Added
8+
- Comprehensive update to `README.md` with detailed documentation on features, installation, configuration, and usage.
9+
- Added examples for using scopes in audit log retrieval, including `action()`, `dateBetween()`, and `causer()`.
10+
- Enhanced usage section with basic and advanced examples for audit logging.
11+
12+
### Changed
13+
- Updated documentation structure for better readability and adherence to best practices.
14+
- Refined configuration explanations to align with Laravel 12.x and PHP 8.1+ standards.
15+
16+
### Fixed
17+
- Minor typos and formatting issues in the documentation.
18+
19+
20+
21+
## 1.1.0 - 2025-05-28
622

723
- Add support for Laravel 10.x
824
- Add support for PHP 8.1 (when used with Laravel 10.x)
925
- Improve documentation with additional badges
1026
- Enhance README with more comprehensive examples
1127
- Update test matrix to cover PHP 8.1, 8.2, 8.3, 8.4 with corresponding Laravel versions
1228

13-
## 1.0.0 - 2024-06-01
29+
## 1.0.0 - 2025-05-27
1430

1531
- Initial release
1632
- Support for MySQL and MongoDB drivers

0 commit comments

Comments
 (0)