Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

2.3.0 - Minor release

Compare
Choose a tag to compare
@timlevett timlevett released this 27 Apr 17:40
· 2458 commits to master since this release

Minor Level

#213 : MUMUP-2487 : Way to clear dismissed ids

Patch Level

#208 : Disable Notification Filter Beta Flag
#207 : MUMUP-2482 make priority a priority
#206 : cleanup position of app-header popover
#204 : MUMUP-2483 : Upgrade angular and require
#203 : Add a little depth to the main elements on the screen
#202 : MUMUP-2463 : Cleanup images
#201 : MUMMNG-2404 Turning off old my.wisc
#200 : MUMUP-2474 : Cleanup widget styles for .widget-list
#196 : MUMMNG-2414 : remove myuw specific stuff
#195 : MUMUP-2421 : Adds back popup feature
#189 : Start Material docs

Upgrade Path from 2.2.1

IF you are using the route defined in /portal/settings/route or you want to use the new user facing settings page you may need to modify /my-app/main.js

Update ./my-app/main.js

  • we renamed the file ./portal/settings/route to ./portal/settings/routes
  • Also update your route for settings and add in user-settings
  when('/settings', portalSettingsRoute.betaSettings).
  when('/user-settings', portalSettingsRoute.userSettings).
  • Update your backend redirector so that /user-settings will work with html5mode