From 5ee04ddb832c1940a05a2f04d4e379b5f0d6a2de Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Mon, 10 Jul 2023 22:24:03 -0400 Subject: [PATCH] 3.18.1 version bump --- .env | 2 +- RELEASE_NOTES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 9aa18bd18..93112e65f 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ TRUSTED_PROXIES=172.16.0.0/21 #TRUSTED_HOSTS= ###< symfony/framework-bundle ### -APP_VERSION=3.18.0 +APP_VERSION=3.18.1 DATABASE_HOST=127.0.0.1 DATABASE_PORT= diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a5ffa825..25335fb06 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Release Notes # +## 3.18.1 ## +- Pages: fix reference to revision timestamp +- TopEditsRepository: don't include `pa_class` for projects that don't + support Page Assessments. + ## 3.18.0 ## - XTools API has been rewritten to conform to the OpenAPI Specification. Changes are summarized here, but a more consumer-friendly summary can be