Version 2.1.3

August 28, 2022

Commits

  • Fixed an issue where endpoint response was json_encoded twice d483263

Version 2.1.2

August 20, 2022

Commits

  • Updated permission register function for Craft 4 69b7829
  • Updated installation instructions in README.md 76d0055
  • Fixed the status endpoint to work consistently for headless and non-headless sites. 726531c

Version 2.1.0

June 28, 2022

Commits

  • Plugin now requires Craft 4+ and PHP 8.0. 2.0.0, 2.0.1, 2.0.2 and 2.0.3 version were pulled. c2430c5
  • Fixed version constraint for Craft 3.7.x f66d5e6
  • Don't be so strict... :) 0370265
  • Updated README.md with new version requirement 3a2a337
  • Updated build dependencies cf7fd73
  • Merge pull request #23 from webmenedzser/dependabot/npm_and_yarn/node-fetch-2.6.7 5d5c802
  • Merge pull request #22 from webmenedzser/dependabot/npm_and_yarn/axios-0.21.2 0749b4b
  • Merge pull request #21 from webmenedzser/dependabot/npm_and_yarn/eventsource-1.1.1 06fad43
  • Merge pull request #20 from webmenedzser/dependabot/npm_and_yarn/async-2.6.4 3afe20c
  • Merge pull request #19 from webmenedzser/dependabot/npm_and_yarn/minimist-1.2.6 8cc5e24
  • Merge pull request #18 from webmenedzser/dependabot/npm_and_yarn/url-parse-1.5.10 c2157e6
  • Merge pull request #16 from webmenedzser/dependabot/npm_and_yarn/follow-redirects-1.14.8 91a5593
  • Updated file banners dbc03f5
  • Bump node-fetch from 2.6.1 to 2.6.7 01df228
  • Added return type declarations b3d423b
  • Updated logging to Monolog 2a1f7c6
  • Bump axios from 0.21.1 to 0.21.2 b4d8329
  • Bump eventsource from 1.1.0 to 1.1.1 675e0ae
  • Bump async from 2.6.3 to 2.6.4 0db2416
  • Bump minimist from 1.2.5 to 1.2.6 894490d
  • Bump url-parse from 1.5.1 to 1.5.10 a04180c
  • Bump follow-redirects from 1.14.1 to 1.14.8 c3488c7
  • Updated links & e-mails 5b08856
  • Updated requirements: PHP 8.0, Craft 3.7.43 or Craft 4.0.0+. 875fafe
  • Added use declarations 21038b4
  • Let the npm version bump this version (reverted manual version bump). afa4d3d

Version 1.12.3

July 17, 2021

Merged

  • Bump ssri from 6.0.1 to 6.0.2 #8
  • Bump handlebars from 4.7.6 to 4.7.7 #9
  • Bump url-parse from 1.4.7 to 1.5.1 #10
  • Bump dns-packet from 1.3.1 to 1.3.4 #13

Commits

  • Merge pull request #14 from webmenedzser/dependabot/npm_and_yarn/ws-6.2.2 f229e6e

Version 1.12.2

July 17, 2021

Commits

Version 1.12.1

July 17, 2021

Merged

  • Bump elliptic from 6.5.3 to 6.5.4 #6

Commits

  • Bump ws from 6.2.1 to 6.2.2 0fbd3a2
  • Bump dns-packet from 1.3.1 to 1.3.4 20b0ab6
  • Bump url-parse from 1.4.7 to 1.5.1 258585f
  • Bump handlebars from 4.7.6 to 4.7.7 c2c5511
  • Bump ssri from 6.0.1 to 6.0.2 8a7f1d1
  • Craft 3.7 compatibility da8a533

Version 1.12.0

January 29, 2021

Commits

Version 1.11.1

January 6, 2021

Commits

Version 1.11.0

December 10, 2020

Commits

  • Added CLI tool to restore remote backup fd064e4
  • Fixed @since annotation in console controller 16df23b

Version 1.10.0

October 26, 2020

Commits

  • Updated version command 2205175
  • Added production build of app.js ca783b6
  • Installed build dependencies 89b696f
  • Added RestoreUtility 54fb9af
  • Added DB Restore functionality to plugin ab5028d
  • Installed missing dependencies 80b70a8
  • Renamed settings template f414213
  • Removed newline fe7f30e

Version 1.9.0

October 16, 2020

Commits

  • Added Backup endpoints 🥳 a082683
  • Updated build dependencies 5b827c4
  • Cleaned up StatusController 4ca2dde

Version 1.8.2

October 15, 2020

Commits

  • Prevent plugin enumeration by throwing 404 for known endpoints 1cc6bb8

Version 1.8.1

August 29, 2020

Commits

  • Fixed a wrong argument type error 3f2424c

Version 1.8.0

August 29, 2020

Commits

  • Fixed failed job issue: the Craft Report backend won't be called, if the plugin which dispatches the PluginEvent, is this plugin 8f82cc8
  • Unset info array more gracefully to fix compatibility across Craft minor branches 417672d
  • Check if ProjectConfig::EVENT_REBUILD constant exists before trying to listen to it 496aa35
  • Tested plugin across Craft minor versions, updated composer.json to reflect compatibility of the plugin with Craft versions 82d06be

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.5.0

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