From ad1975cfcfc3e01b385b43de6ed69fdbfbcb63d8 Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Mon, 24 Apr 2023 15:32:29 -0400 Subject: [PATCH] 3.17.6 version bump --- RELEASE_NOTES.md | 5 +++++ config/version.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 039f40959..03447c0a8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Release Notes # +## 3.17.6 ## +- (T335313) Ensure all charts load after the DOM is ready. +- Fix the Meta tool. +- Other minor changes for PHP 8 compatibility. + ## 3.17.5 ## - EditCounter (T335211): Fix display of charts - EditCounter: Fix issue with average edit size not being parsed as a float diff --git a/config/version.yaml b/config/version.yaml index 158618ed0..c68e9b9f0 100644 --- a/config/version.yaml +++ b/config/version.yaml @@ -2,4 +2,4 @@ # The release process is documented at https://www.mediawiki.org/wiki/XTools/Development#Releases parameters: - app.version: 3.17.5 + app.version: 3.17.6