Change Log

  • Subscribe to Logit updates JSON | RSS
  • Subscribe to all add-on updates JSON | RSS

Version 1.3.2

March 30, 2023

  • [Fixed] Logging to custom local directory vs default database logging issue
  • [Fixed] Stringable interface loading issue

Version 1.3.1

March 21, 2023

  • [Fixed] Logging to local EE cache directory

Version 1.3.0

March 16, 2023

  • [Added] ee(‘logit:Logger’) and ee(‘logit:Message’, $foo) services. Move logging functionality out of the private method in the extension and into a public, reusable service. Huzzah!
  • [Added] default value of encodeDetailedLogs to the config

Version 1.2.1

January 12, 2023

  • [Changed] All 3rd party Composer dependencies for Logit are now namespaced to BoldMinded\Logit\Dependency to avoid conflicts with other add-ons.
  • [Added] encodeDetailedLogs config value to base64_encode any detailed logging
  • [Fixed] PHP error when XSS->clean() method was called when trying to log a message

Version 1.2.0

October 20, 2022

  • [Changed] Replace AWS php package with AsyncAws. Smaller footprint/filesize, and doesn’t use Guzzle. Uses Symfony HttpClient instead.

Version 1.1.3

August 26, 2022

  • [Added] Free Trial

Version 1.1.2

May 18, 2022

  • [Fixed] Logit was not recording the Role events correctly, and throwing an error
  • [Fixed] php error where log message was a string, not an expected array
  • [Fixed] Uninstall script

Version 1.1.1

June 30, 2021

  • [Security Update] This build includes a security patch for the Flysystem package. Upgrading is recommended.

Version 1.1.0

  • Simplified settings and removed need for Symfony OptionsResolver
  • [Fixed] namespacing issues so Logit works in EE5

Version 0.1.0

  • Initial beta release!