Skip to content

Commit 91f3327

Browse files
author
Michał Gryczka
committed
v1.3.0 release downlaod info added
1 parent 0d65225 commit 91f3327

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

src/pages/download-confirm.astro

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,30 @@ const url = "https://defguard.net/download-confirm/";
2626
<main id="newsletter-page">
2727
<ProductSection padding="none" id="thanks">
2828
<h2>
29-
Thank you for choosing defguard!
29+
Download defguard server
3030
</h2>
31+
<h3>Latest release</h3>
32+
<p>Version : 1.3.0
33+
<br/>
34+
Release date: 14.05.2025</p>
3135
<p>
3236
In order to download lates version of the server please visit GitHub releases page:
3337
</p>
34-
<a href="https://github.com/DefGuard/defguard/releases">https://github.com/DefGuard/defguard/releases</a>
35-
</ProductSection>
38+
<p>
39+
<a href="https://github.com/DefGuard/defguard/releases/tag/v1.3.0">
40+
https://github.com/DefGuard/defguard/releases/tag/v1.3.0
41+
</a>
42+
</p>
43+
<h3>New features</h3>
44+
<p>
45+
<ul>
46+
<li>
47+
<b>Access Control / Firewall management</b> - ACLs are for now only available for Linux based Defguard Gateway - FreeBSD/OPNSense will come in 1.3.1 stable release.
48+
</li>
49+
<li><b>LDAP & Active Directory</b> two-way synchronization</li>
50+
</ul>
51+
</p>
52+
</ProductSection>
3653
<NewsletterSection headerLevel="2" />
3754
</main>
3855
</BaseLayout>

0 commit comments

Comments
 (0)