Releases: yungts97/laravel-user-activity-log
Releases · yungts97/laravel-user-activity-log
v1.4.2
🐛 Bug Fix
- fix logging issue with multiple authenticable model
- fix logging event still trigger for no logged in user
- add .gitattributes to exclude Tests
v1.4.1
- 🐛 fix for cannot unpack array with string keys
v1.4.0
- 👀 Support multiple modes for Edit Event Log
- 💥 Add retrieved event log support
- 📚 Fine-tune some code
v1.3.1
- 🐛 Fixed missing table name matching on Model
logs()
function.
- 🧪 Added extra assertion to the log test
v1.3.0
- 📃 Added Commands Docs to ReadMe.
- ♻ Improvement on code & code comments
- ✨Get Logs from a model ( New Feature)
v1.2.2
🐛 Hotfix for unable to hide the hidden attributes bug.
v1.2.1
- Allows filtering the log data by ID
- Allows hiding the model attributes on logging
v1.1.0
- Add delete user activity log command feature
- Add delete API route for delete user activity log
v1.0.1
🐛 Fixed path incorrect issue (case-sensitive)