-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-notes_4.3.1.html
More file actions
57 lines (51 loc) · 2.55 KB
/
release-notes_4.3.1.html
File metadata and controls
57 lines (51 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<div id="rnotes_4.3">
<div class="row my-5">
<div class="col">
<h1 class="my-2 my-sm-4 text-center">PLUS 4.3.1 Release Notes</h1>
<h2 class="my-2 my-sm-4 text-center">9/2/2022</h2>
</div>
</div>
<div class="row px-md-5">
<p>In time for the start of a new school year, we are releasing the latest updates to the PLUS app. The functionality has not changed but it has a fresh new look!</p>
<div class="col justify-content-center">
<div class="row justify-content-center">
<img alt="PLUS login" class="img-fluid" src="images/release_notes/v4.3/new_branding_login.png">
</div>
</div>
</div>
<hr>
<div class="row my-5 px-md-5">
<h2>4.3.1 Update List</h2>
</div>
<div class="accordion px-md-5" id="accordionExample">
<div class="mb-3 h3 faq-title collapsed" id="headingThree" data-toggle="collapse" data-target="#collapseThree" aria-expanded="true" aria-controls="collapseThree">
<i class="fa-solid fa-paint-brush"></i> Branding Updates<i class="fa-solid fa-caret-down"></i> <i class="fa-solid fa-caret-right"></i>
</div>
<div id="collapseThree" class="collapse mb-3" aria-labelledby="headingThree" data-parent="#accordionExample">
<ul>
<li>
<p>
With this latest release we have updated the app to reflect our new branding! Look for these changes on the static site soon.
</p>
<p class="text-center px-md-5">
<img src="images/release_notes/v4.3/new_branding.png" class="img-fluid"/>
</p>
</li>
</ul>
</div>
<hr>
<div class="mb-3 h3 faq-title collapsed" id="headingFour" data-toggle="collapse" data-target="#collapseFour" aria-expanded="true" aria-controls="collapseFour">
<i class="fa-solid fa-bug"></i> Bug Fixes<i class="fa-solid fa-caret-down"></i> <i class="fa-solid fa-caret-right"></i>
</div>
<div id="collapseFour" class="collapse mb-3" aria-labelledby="headingFour" data-parent="#accordionExample">
<ul>
<li>Independent users must now specify the name of their organization when creating an account.
<p class="text-center px-md-5">
<img src="images/release_notes/v4.3/independent-login.png" class="img-fluid"/>
</p>
</li>
</ul>
</div>
<hr>
</div>
</div>