Skip to content

uPortal 5.5.0

Compare
Choose a tag to compare
@drewwills drewwills released this 14 Mar 18:04
· 2061 commits to master since this release

Release Notes

Announcing uPortal 5.5.0 -- a new minor release of the leading open source enterprise portal framework built by and for higher education institutions, K-12 schools and research communities.

This release includes several exciting new features -- including index-based search and new options for navigation -- as well as several fixes and enhancements to existing functionality.

The uPortal Community would like to say a big Thank You to the folks who contributed code changes toward this release, as well as to everyone who contributed in any way.

Exciting Development: The number of French 🇫🇷 community members who made code contributions to this release is equal to the number of non-French members!

List of Changes Since uPortal 5.4.2

New Features

  • Add a search index for portal content (portlet metadata and some content w/in portlets) and update the search REST API to use it (#1598)
  • Add an option for a Direct URL to the portlet options menu (#1599)
  • Added query string parameter type to the REST API for search; when specified, the API will only return search hits that match the type (#1550)
  • Allow the Hamburger Menu strategy to be used for the main navigation (in lieu of tabs) on any size display -- xs, sm, md, lg, or all of them (#1537)
  • Add a new REST API (/v5-5/assignments/users/{username}) to PermissionsRESTController that returns permissions assignments based on a username (#1504)
  • Provide secure server-to-server access to uPortal REST APIs through two-legged OAuth (#1503)

Other Fixes