From dc43185dacc0590153cc8e6fa78d881fe6362583 Mon Sep 17 00:00:00 2001 From: jbraswell <10187286+jbraswell@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:01:42 -0400 Subject: [PATCH] set release date for 3.0.4 (#882) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008d20c5c..da9c13d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.4 (TBD) +## 3.0.4 (March 20, 2023) * The `services` and `formats` filter parameters for the `GetSearchResults` API and the `formats` filter parameter for the `GetFormats` API now accept a comma separated string (e.g. `formats=1,-12,42`) in addition to the standard array syntax. * We'd forgotten to migrate the `$g_include_service_body_email_in_semantic` setting. When set to `true` in `auto-config.inc.php`, the `GetServiceBodies` API was supposed to return the `contact_email` field. This setting has now been migrated, and the functionality has been restored.