Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 27fc054

Browse files
committed
prepare release
1 parent cdeee3b commit 27fc054

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

VERSION

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
RunestoneServer-6.1.9
2+
Changes since 6.1.7
3+
4+
- Hide original webwork on the assignment and grading interface
5+
- Change access token expiration
6+
- Log a stop_question event if vote2 is skipped in peer
7+
18
RunestoneServer-6.1.7
29

310
Changes since 6.1.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ================
1818
[tool.poetry]
1919
name = "runestone_poetry_project"
20-
version = "6.1.8"
20+
version = "6.1.9"
2121
description = "A web2py-based server for the Runestone e-book system."
2222
authors = ["Brad Miller <bonelake@mac.com>", "Bryan A. Jones <bjones AT ece DOT msstate DOT edu"]
2323
license = "MIT"

static/motd.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4>Updates October 21, 2022</h4>
1+
<h4>Updates November 5, 2022</h4>
22
<ul>
33
<li>
44
Runestone and our partners at the PreTeXt project have received an NSF grant
@@ -8,8 +8,7 @@ <h4>Updates October 21, 2022</h4>
88
</li>
99
<li>Restore Ad-hoc practice (add questions when students mark a page done)</li>
1010
<li>Experimenting with using ethicalads.io for adserving - NO TRACKING COOKIES</li>
11-
<li>Tweaks and polish</li>
12-
<li>New home page! Please let us know what you think.</li>
11+
<li>Change expiration of acccess token to 15 weeks so it should last an entire semester.</li>
1312
</ul>
1413
<h4>High School Teachers:</h4>
1514
<p>

0 commit comments

Comments
 (0)