Skip to content

Commit 10dca60

Browse files
authored
Update version naming and config to 2025-2026 (#146)
* Update version naming and config to 2025-2026 * Reformat
1 parent 4666ca2 commit 10dca60

7 files changed

Lines changed: 134 additions & 149 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Security is very important to Magnify. This file informs you about our policy.
66

77
| Version | Supported |
88
| --------------- | ------------------ |
9-
| 2024-2025.x.x | :white_check_mark: |
10-
| < 2024-2025.x.x | :x: |
9+
| 2025-2026.x.x | :white_check_mark: |
10+
| < 2025-2026.x.x | :x: |
1111

1212
## Reporting a Vulnerability
1313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnify",
3-
"version": "2024-2025.0.1",
3+
"version": "2025-2026.0.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.16.4",

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="manifest" href="https://magnify.web.app/manifest.json" />
1010
<meta
1111
name="title"
12-
content="Linn-Mar Magnify 2024-2025 Program of Studies"
12+
content="Linn-Mar Magnify 2025-2026 Program of Studies"
1313
/>
1414
<meta
1515
name="description"
@@ -19,14 +19,14 @@
1919
<meta property="og:url" content="https://magnify.web.app/" />
2020
<meta
2121
property="og:title"
22-
content="Linn-Mar Magnify 2024-2025 Program of Studies"
22+
content="Linn-Mar Magnify 2025-2026 Program of Studies"
2323
/>
2424
<meta
2525
property="og:description"
2626
content="Linn-Mar High School Digital Program of Studies"
2727
/>
2828
<meta property="og:image" content="https://magnify.web.app/logo.png" />
29-
<title>Linn-Mar Magnify 2024-2025 Program of Studies</title>
29+
<title>Linn-Mar Magnify 2025-2026 Program of Studies</title>
3030
</head>
3131
<body>
3232
<noscript>Magnify requires JavaScript to run.</noscript>

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"short_name": "Magnify",
3-
"name": "Linn-Mar Magnify 2024-2025",
3+
"name": "Linn-Mar Magnify 2025-2026",
44
"icons": [
55
{
66
"src": "favicon.svg",

src/data/coursedata.json

Lines changed: 124 additions & 139 deletions
Large diffs are not rendered by default.

src/data/links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const links = {
22
github: 'https://github.com/magnifydev/magnify',
33
programOfStudiesPDF:
4-
'https://linnmark12iaus.b-cdn.net/wp-content/uploads/2016/11/2024-2025-LMHS-Program-of-Studies-FINAL1-1.pdf',
4+
'https://linnmark12iaus.b-cdn.net/wp-content/uploads/2023/12/2025-2026-LMHS-Program-of-Studies-FINAL11-compressed-1.pdf',
55
};

0 commit comments

Comments
 (0)