Skip to content

Commit dc78d4d

Browse files
committed
alpha-beta assets, 1.3.1 whats new update
1 parent b760e0d commit dc78d4d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

src/components/GithubReleases/GithubReleases.astro

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ function getPlatformType(assetName: string): PlatformType {
107107
]).flat();
108108
})()}
109109
</ul>
110+
<div class="release-note">
111+
For pre-release archives, visit the
112+
<a href={`https://github.com/${owner}/${repo}/releases`} target="_blank" rel="noopener noreferrer">GitHub Releases page</a>
113+
to access all assets, including source code.
114+
</div>
110115
</div>
111116
)}
112117
</div>
@@ -266,4 +271,19 @@ function getPlatformType(assetName: string): PlatformType {
266271
width: 30%;
267272
}
268273
}
274+
275+
.release-note {
276+
margin-top: 2rem;
277+
text-align: center;
278+
@include typography(footer);
279+
color: var(--theme-text-light);
280+
a {
281+
color: #0c8ce0;
282+
text-decoration: underline;
283+
transition: color 0.2s;
284+
}
285+
a:hover {
286+
color: #005fa3;
287+
}
288+
}
269289
</style>

src/pages/download-confirm.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const tags = [
8080
<div slot="left">
8181
<ul>
8282
<li>
83-
<a href="https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list">Access Control / Firewall management</a> - ACLs are for now only available for Linux based Defguard Gateway - FreeBSD/OPNSense will come in 1.3.1 stable release.
83+
<a href="https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list">Access Control / Firewall management</a> - With the 1.3.1 stable release, ACLs are now supported on Linux-based Defguard Gateway as well as FreeBSD and OPNsense platforms.
8484
</li>
8585
<li>
8686
<a href="https://docs.defguard.net/enterprise/all-enteprise-features/ldap-and-active-directory-integration/two-way-ldap-and-active-directory-synchronization">LDAP & Active Directory two-way synchronization</a>

0 commit comments

Comments
 (0)