Releases: wunderio/drupal-updates-log
Releases · wunderio/drupal-updates-log
Improvements
- Added
site
key to the statistics. - Added
env
key to the statistics. - Automated
updates_log
value in the statistics.
V2.0
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
Changes
- Drupal 10 compatibility
Fixed
- "placeholder" was not removed from logs creating "double" output
V2.0 RC2
fixed
- Statistics generation
V2.0 New features. Complete rewrite.
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
- 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
See details in the README