-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a512b4
commit f6062d6
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Arches 7.6.5 Release Notes | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- Fix search export when `FORCE_SCRIPT_NAME` is used #[11716](https://github.com/archesproject/arches/issues/11716) | ||
|
||
### 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.5 | ||
|
||
``` | ||
pip install --upgrade arches==7.6.5 | ||
``` | ||
3. If you are running Arches on Apache, restart your server: | ||
``` | ||
sudo service apache2 reload | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters