Version 1.7.0

August 26, 2020

Commits

  • Added an ability to expose the contents of composer.lock file if enabled. This will let Craft Report to inspect your dependencies and send a notification if vulnerabilities found in the underlying libraries. 577b333
  • Streamlined plugin setup process. e0cc9d6
  • Updated plugin name to Craft Report ee487c1

Version 1.6.0

August 13, 2020

Commits

  • Fixed a compatibility issue with Craft 3.5: craft\models\Info::$configMap was removed so we could not unset it in our response. d1e99fe

Version 1.5.5

February 27, 2020

Commits

  • Fixed an error which prevented plugin settings to be saved. 61b862b

Version 1.5.4

February 19, 2020

Fixed

  • Support for env variables added, fixes #2 #2

Version 1.5.3

February 1, 2020

Commits

  • Unset configMap to prevent sending of config secrets 7ae229a
  • Fix 404 on Craft Reporter endpoint f9a9805

Version 1.5.2

January 31, 2020

Commits

Version 1.5.1

January 31, 2020

Commits

Version 1.4.0

January 30, 2020

Commits

  • config/reporter.php template added 192cc7c
  • Updated callbackUrl 0be87b2

Version 1.3.1

January 27, 2020

Commits

  • Removed unnecessary files from repository 7522d76
  • Updated .gitignore 42b0ebc

Version 1.3.0

January 27, 2020

Commits

  • Use Craft's cryptographically secure random string generator fe49445
  • Bump schema version 2eec665

Version 1.2.0

January 26, 2020

Commits

  • Added package-lock.json 19a5f0a
  • Added devMode to exposed informations, minor code changes, Guzzle version no longer exposed. 05ec304
  • Removed siteUrl from Settings c517ff0
  • Removed all references to 2182bdb
  • Job name is more accurate now c87fa94

Version 1.1.1

January 25, 2020

Commits

  • Bump version number in package.json c33665e

Version 1.1.0

January 25, 2020

Commits

  • Reporter will now call the Craft Report backend if changes detected. 943779d

Version 1.0.0

January 20, 2020

Commits