This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Releases: aschmelyun/larametrics
Releases · aschmelyun/larametrics
1.2.1
1.2
A whole bunch of new features (big and small) as well as some bug fixes that I took a while getting around to. Here's a fairly condensed list of what's been added:
- Includes the laravel/helpers package for legacy str_contains method
- On the models changes page, doesn't strip out special characters for language compatibility
- Optimizes the front-end for better mobile experience
- Adds a pop-up confirmation box when reverting model changes
- Logs user ID to model changes if a user is authenticated
- Adds a custom webhook notification method
- Monitors and logs 404 errors
- Updates documentation and README to include information about LARAMETRICS_FROM_EMAIL env variables
- Organizes the code structure better and pulls functionality into proper listener/action classes
1.1.5
1.1.4
REMOTE_ADDR is not defined on phpunit
1.1.3
1.1.2
Merge pull request #42 from andrey-kosinov/master Fix issue #30: strlen() expects parameter 1 to be string, array given
1.1.1
Fixed #17, potential conflict with Vue.js not rendering static classe…
1.1.0
Compatibility updates with lower Laravel versions, switching from App\Http\Controllers\Controller
to Illuminate\Routing\Controller
. Additional bug fixes.
1.0.0
Update badge