Skip to content

Releases: tylercd100/lern

3.0.2

29 Mar 00:24
Compare
Choose a tag to compare
  • Fixed issue with rolling back migration files

3.0.1

28 Mar 21:47
Compare
Choose a tag to compare
  • Fixed Pushover sounds

3.0.0

27 Mar 22:19
Compare
Choose a tag to compare
  • When enabled in the config file you can now collect:
    • user_id - The id of the currently logged in user.
    • method - Then method of the request: GET, POST, DELETE, PUT, etc...
    • url - The full URL of the request.
    • data - The input data of the request, if any.

Reason for Major release: 3.0.0 introduces a new migration file and structure changes that could cause issues for 2.x users

2.3.0

27 Mar 07:24
Compare
Choose a tag to compare
  • Added support for Twilio an SMS messaging service.

2.2.2

27 Mar 06:40
Compare
Choose a tag to compare
  • Fixed config for Plivo

2.2.1

27 Mar 03:27
Compare
Choose a tag to compare
  • Changed dependancy from tylercd100/monolog-plivo to tylercd100/monolog-sms which is the same package with a different name

2.2.0

27 Mar 02:44
Compare
Choose a tag to compare
  • Added support for Plivo an SMS messaging service.

2.1.3

26 Mar 20:35
Compare
Choose a tag to compare
  • Scutinizer Code Coverage
  • Fixed Docblocks
  • Added more Unit Tests (60% -> 94% Coverage)
  • Changed dev dependencies

2.1.2

25 Mar 00:56
Compare
Choose a tag to compare
  • Improved config file with env functions and comments.
  • Fixed some handlers by increasing the log level from ERROR to CRITICAL

2.1.1

25 Mar 00:03
Compare
Choose a tag to compare

Fixed HipChat by making it use api v2