-
Notifications
You must be signed in to change notification settings - Fork 4
✨ Release 9.4 Documentation #2571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| label: 'Release 9.4' | ||
| position: -9.4 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,264 @@ | ||||||
| --- | ||||||
| id: release-9.4.0 | ||||||
| title: Release 9.4.0 | ||||||
| --- | ||||||
| <!-- | ||||||
| SPDX-FileCopyrightText: 2026 Sequent Tech Inc <legal@sequentech.io> | ||||||
| SPDX-License-Identifier: AGPL-3.0-only | ||||||
| --> | ||||||
| # Release 9.4.0 | ||||||
|
|
||||||
| ## 🔄 Migrations | ||||||
|
|
||||||
| ### 🐞 Admin Portal > Reports > Timezone shown is not showing timezone | ||||||
| In order to see the change the default receipt template ballot_receipt_user.hbs needs some changes. | ||||||
| From | ||||||
| ``` | ||||||
| <span class="value" class="timestamp-content">{{timestamp}}</span> | ||||||
| ``` | ||||||
| To | ||||||
| ``` | ||||||
| <span class="value" class="timestamp-content">{{datetime from_rfc3339=timestamp output_format="%B %d, %Y %H:%M GMT %:z"}}</span> | ||||||
|
Comment on lines
+17
to
+21
|
||||||
| ``` | ||||||
|
|
||||||
| ### 📖 [doc] Adding a section: `Reference/Third-Party Libraries` | ||||||
| ### For Developers | ||||||
|
||||||
| ### For Developers | |
| #### For Developers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar: add punctuation/rewording to improve readability (e.g., add a comma after “change” and avoid “needs some changes”).