Skip to content

Commit b51b34f

Browse files
committed
push v4.2.3
1 parent aa0029a commit b51b34f

4 files changed

Lines changed: 11 additions & 100 deletions

File tree

global/versionInfo.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const SITE_INFO = {
2-
version: "V 4.2.2",
3-
lastUpdated: "8/6/2025"
2+
version: "V 4.2.3",
3+
lastUpdated: "9/10/2025"
44
};
55

66
document.addEventListener('DOMContentLoaded', function() {
77

88
const versionElement = document.getElementById('site-version');
99
const dateElement = document.getElementById('update-date');
10-
const fallbackVersion = "V 4.2.2";
11-
const fallbackDate = "8/6/25";
10+
const fallbackVersion = "V 4.2.3";
11+
const fallbackDate = "9/10/25";
1212

1313
function updateVersionInfo(version, date) {
1414
if (versionElement) versionElement.textContent = version + ' ';

index.html

Lines changed: 0 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -9,76 +9,6 @@
99
<link rel="shortcut icon" type="image/x-icon" href="../global/favicon.ico">
1010
</head>
1111
<body>
12-
<!-- TEMPORARY CODE - Banner notification for site update - TO BE DELETED -->
13-
<div id="update-notification-banner" style="display: none;">
14-
<div class="update-banner-content">
15-
<div class="update-banner-message">
16-
🚀 Major site update in progress! Some features may be temporarily unstable as we roll out visual and code improvements.
17-
</div>
18-
<button id="dismiss-update-banner">Dismiss</button>
19-
</div>
20-
</div>
21-
<!-- END TEMPORARY CODE -->
22-
23-
<!-- TEMPORARY CODE - Banner CSS - TO BE DELETED -->
24-
<style>
25-
#update-notification-banner {
26-
background-color: var(--primary-color);
27-
color: white;
28-
padding: 12px 20px;
29-
text-align: center;
30-
position: relative;
31-
z-index: 1000;
32-
width: 100%;
33-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
34-
}
35-
36-
.dark-mode #update-notification-banner {
37-
background-color: #1a3b6d;
38-
}
39-
40-
.update-banner-content {
41-
max-width: var(--content-max-width);
42-
margin: 0 auto;
43-
display: flex;
44-
align-items: center;
45-
justify-content: space-between;
46-
gap: 15px;
47-
}
48-
49-
.update-banner-message {
50-
flex: 1;
51-
font-size: 15px;
52-
line-height: 1.4;
53-
}
54-
55-
#dismiss-update-banner {
56-
background-color: white;
57-
color: var(--primary-color);
58-
border: none;
59-
padding: 5px 12px;
60-
border-radius: 4px;
61-
cursor: pointer;
62-
font-size: 14px;
63-
font-weight: 500;
64-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
65-
transition: all 0.2s;
66-
white-space: nowrap;
67-
}
68-
69-
#dismiss-update-banner:hover {
70-
background-color: #f0f0f0;
71-
transform: none;
72-
}
73-
74-
@media (max-width: 768px) {
75-
.update-banner-content {
76-
flex-direction: column;
77-
gap: 10px;
78-
}
79-
}
80-
</style>
81-
<!-- END TEMPORARY CODE -->
8212
<header>
8313
<div class="logo-container">
8414
<a href="/">
@@ -210,25 +140,6 @@ <h3>Questions? Comments? or Something Else?</h3>
210140
<img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" style="max-width: 120px;" alt="DigitalOcean Referral Badge" />
211141
</a>
212142
</footer>
213-
214-
<!-- TEMPORARY CODE - Banner JavaScript - TO BE DELETED -->
215-
<script>
216-
document.addEventListener('DOMContentLoaded', function() {
217-
const updateBanner = document.getElementById('update-notification-banner');
218-
const dismissButton = document.getElementById('dismiss-update-banner');
219-
220-
if (!localStorage.getItem('updateBannerDismissed')) {
221-
updateBanner.style.display = 'block';
222-
}
223-
224-
dismissButton.addEventListener('click', function() {
225-
updateBanner.style.display = 'none';
226-
localStorage.setItem('updateBannerDismissed', 'true');
227-
});
228-
});
229-
</script>
230-
<!-- END TEMPORARY CODE -->
231-
232143
<script src="../global/darkMode.js"></script>
233144
<script src="../global/regionSwitcher.js"></script>
234145
<script src="../global/modern.js"></script>

sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://driverhub.win</loc>
5-
<lastmod>2025-07-25</lastmod>
5+
<lastmod>2025-09-10</lastmod>
66
<changefreq>weekly</changefreq>
77
<priority>1.0</priority>
88
</url>
99
<url>
1010
<loc>https://driverhub.win/display</loc>
11-
<lastmod>2025-07-25</lastmod>
11+
<lastmod>2025-09-10</lastmod>
1212
<changefreq>monthly</changefreq>
1313
<priority>1.0</priority>
1414
</url>
1515
<url>
1616
<loc>https://driverhub.win/chipset</loc>
17-
<lastmod>2025-07-25</lastmod>
17+
<lastmod>2025-09-10</lastmod>
1818
<changefreq>monthly</changefreq>
1919
<priority>0.5</priority>
2020
</url>
2121
<url>
2222
<loc>https://driverhub.win/display/laptop</loc>
23-
<lastmod>2025-08-06</lastmod>
23+
<lastmod>2025-09-10</lastmod>
2424
<changefreq>monthly</changefreq>
2525
<priority>1.0</priority>
2626
</url>
2727
<url>
2828
<loc>https://driverhub.win/contact</loc>
29-
<lastmod>2025-07-25</lastmod>
29+
<lastmod>2025-09-10</lastmod>
3030
<changefreq>monthly</changefreq>
3131
<priority>0.5</priority>
3232
</url>

versionInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "V 4.2.2",
3-
"lastUpdated": "8/6/2025"
2+
"version": "V 4.2.3",
3+
"lastUpdated": "9/10/2025"
44
}

0 commit comments

Comments
 (0)