From 0e22d5399b7f40786ad4ba5cc9f0081a1ddb6f85 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 20 Nov 2023 15:33:18 +0000 Subject: [PATCH] Release 0.80.2 --- RELEASE.rst | 9 +++++++++ main/settings.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index f6daebf0a0..afd84f717f 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,15 @@ Release Notes ============= +Version 0.80.2 +-------------- + +- Updates the onclick for the instructor name to activate on keyup, fixes an issue with financial assistance page serialization (#2001) +- Adding "text-break" so the browser will break long words into lines if it has to (#2000) +- If the FA form is for a different program, pull that program's page URL as the root rather than the one we've been asked for (#1998) +- Headings for required courses start date (#1995) +- Product Page: Display none for hidden text (#1996) + Version 0.80.1 (Released November 14, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index b49a3d9910..d4772d0e2f 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,7 +29,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.80.1" +VERSION = "0.80.2" log = logging.getLogger()