Skip to content

Commit 627e5cf

Browse files
committed
release 1.4 update download page
1 parent 5a2d87a commit 627e5cf

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
54.8 KB
Loading

src/pages/download-confirm.astro

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { featuresTableData } from "../data/compare-table";
1010
import { Button } from "../components/buttons/Button/Button";
1111
import OrganizationJSONLD from "../scripts/OrganizationJSONLD.astro";
1212
import GithubReleases from "../components/GithubReleases/GithubReleases.astro";
13+
import ImageURL from "../components/image/ImageURL.astro";
1314
1415
const title =
1516
"Zero-Trust WireGuard® 2FA/MFA VPN: Book a Demo";
@@ -80,22 +81,23 @@ const tags = [
8081
<div slot="left">
8182
<ul>
8283
<li>
83-
<a href="https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list">Access Control / Firewall management</a> - ACLs are now available on Linux-based Defguard Gateway, with initial support for FreeBSD and OPNsense introduced in the 1.4.0 alpha release.
84+
Enhanced Observability & Auditing: Includes a detailed Activity Log UI, Activity Log Streaming for enterprise-grade integrations, and a new Locations Overview for centralized visibility.
8485
</li>
8586
<li>
86-
<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>
87+
Improved Deployment & VPN Support: Now supports Terraform-based AWS deployment and dual-stack VPN (IPv4 & IPv6) for modern network environments.
8788
</li>
8889
</ul>
8990
</div>
9091
<div slot="right">
91-
<YouTubeVideo
92-
videoId="Om28IuV5AcM"
93-
title="Your video title"
94-
showControls={true}
95-
showInfo={true}
96-
allowFullscreen={true}
97-
rel={false}
98-
/>
92+
<ImageURL src="/images/releases/release-1.4.png" alt="defguard release-1.4.0" />
93+
<!-- <YouTubeVideo
94+
videoId="Om28IuV5AcM"
95+
title="Your video title"
96+
showControls={true}
97+
showInfo={true}
98+
allowFullscreen={true}
99+
rel={false}
100+
/> -->
99101
</div>
100102
</FlexibleSection>
101103
</ProductSection>

0 commit comments

Comments
 (0)