From daa4f54bc125dcb214788c9fdc86ea554c8bdd52 Mon Sep 17 00:00:00 2001 From: vouidaskis <55787375+vouidaskis@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:22:59 +0200 Subject: [PATCH] Delete releases/7.6.4.md --- releases/7.6.4.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 releases/7.6.4.md diff --git a/releases/7.6.4.md b/releases/7.6.4.md deleted file mode 100644 index c321eda81b..0000000000 --- a/releases/7.6.4.md +++ /dev/null @@ -1,34 +0,0 @@ -## Arches 7.6.4 Release Notes - -### Bug Fixes and Enhancements - -- Remove unnecessary creation of guardian permissions for principal user #[11564](https://github.com/archesproject/arches/issues/11564) -- Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) -- Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620) -- Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) - -### Dependency changes: - -``` -Python: - Upgraded: - None -JavaScript: - Upgraded: - none -``` - -### Upgrading Arches - -1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) - -2. Upgrade to Arches 7.6.4 - - ``` - pip install --upgrade arches==7.6.4 - ``` - -3. If you are running Arches on Apache, restart your server: - ``` - sudo service apache2 reload - ```