Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Releases: aschmelyun/larametrics

1.2.1

23 Jan 18:39
Compare
Choose a tag to compare

Fixes a few issues (#59, #60) because I didn't wrap some DB calls in a conditional seeing if the vendor config file was published yet. Oops!

1.2

12 Jan 04:33
Compare
Choose a tag to compare
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

15 Sep 22:51
Compare
Choose a tag to compare

Fixes the bug discussed in #53, adds isset to the context of the log while it's being created.

1.1.4

30 May 05:45
5ca373c
Compare
Choose a tag to compare

REMOTE_ADDR is not defined on phpunit

1.1.3

29 May 04:58
e9ac39f
Compare
Choose a tag to compare

Merge pull request #50 from namnv609/fix-issue-49-undefined-index-referer.

1.1.2

09 Nov 10:27
3c9a5ef
Compare
Choose a tag to compare
Merge pull request #42 from andrey-kosinov/master

Fix issue #30: strlen() expects parameter 1 to be string, array given

1.1.1

02 Nov 09:52
Compare
Choose a tag to compare
Fixed #17, potential conflict with Vue.js not rendering static classe…

…s and dynamic class combos, added static classes to dynamic objects with true vals

1.1.0

30 Oct 23:36
510a8af
Compare
Choose a tag to compare

Compatibility updates with lower Laravel versions, switching from App\Http\Controllers\Controller to Illuminate\Routing\Controller. Additional bug fixes.

1.0.0

29 Oct 20:25
Compare
Choose a tag to compare
Update badge