Skip to content

Releases: wunderio/drupal-updates-log

Improvements

22 Feb 09:25
4467c0f
Compare
Choose a tag to compare
  • Added site key to the statistics.
  • Added env key to the statistics.
  • Automated updates_log value in the statistics.

V2.0

27 Jan 12:34
5604888
Compare
Choose a tag to compare

Changes

  • Updated README.
  • Change "statistics" details

From

 "details": {
    "admin_toolbar": {
      "status": "NOT_SUPPORTED",
      "version_used": "3.1.0"
    }
  }

To

 "details": {
    "NOT_SUPPORTED": {
       "admin_toolbar": "3.1.0"
    }
  }

V2.0 RC3

17 Jan 12:37
Compare
Choose a tag to compare
V2.0 RC3 Pre-release
Pre-release

Changes

  • Drupal 10 compatibility

Fixed

  • "placeholder" was not removed from logs creating "double" output

V2.0 RC2

09 Jan 08:09
Compare
Choose a tag to compare
V2.0 RC2 Pre-release
Pre-release

fixed

  • Statistics generation

V2.0 New features. Complete rewrite.

05 Jan 13:26
57028d8
Compare
Choose a tag to compare
Pre-release

New features

  • "Statistics" -- run once per day
  • Run updates_log once an hour
  • Remove Settings (diff output is the default, ultimate control removed)
  • Add module version to diff mode
  • "Test mode" (Able to run regardless of "last run" time)

Refactored

  • Tests have been Re-written to be compatible with Drupal's testing system
  • Removed all Lando code and setup

Add Diff Mode

01 Jul 15:56
Compare
Choose a tag to compare
  • Added a diff mode that would track status changes rather than dumping the complete status list.
  • Minor change is that the module won't track fetch statuses anymore.

First release

03 Jun 17:26
Compare
Choose a tag to compare

See details in the README