Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Jan 12, 2024
2 parents 3bb6a93 + 69f1eaf commit 939e210
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.49.2 - 2024-01-11

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.49.1...v2.49.2)

- [#6971](https://github.com/ORCID/ORCID-Source/pull/6971): 8934-registration-add-an-affiliation-with-typeahead

## v2.49.1 - 2024-01-08

[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.49.0...v2.49.1)
Expand Down
2 changes: 2 additions & 0 deletions orcid-web/src/main/resources/orcid-frontend-security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/(\d{4}-){3,}\d{3}[\dX]/affiliationGroups.json(\?.*)?"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/affiliations/disambiguated/name/(.*)?"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/(\d{4}-){3,}\d{3}[\dX]/fundingDetails.json(\?.*)?"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/(\d{4}-){3,}\d{3}[\dX]/fundingGroups.json(\?.*)?"
Expand Down

0 comments on commit 939e210

Please sign in to comment.