Skip to content

Commit fe496e2

Browse files
authored
Add v2.6.0 release (#56)
Signed-off-by: Mart Somermaa <[email protected]> Co-authored-by: Mart Somermaa <[email protected]>
1 parent 1d06df3 commit fe496e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.0</version>
8+
<version>3.3.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>eu.webeid.example</groupId>
@@ -20,7 +20,7 @@
2020
<java.version>17</java.version>
2121
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
2222
<webeid.version>3.1.0</webeid.version>
23-
<digidoc4j.version>5.3.0</digidoc4j.version>
23+
<digidoc4j.version>5.3.1</digidoc4j.version>
2424
<jmockit.version>1.44</jmockit.version>
2525
<jib.version>3.4.2</jib.version>
2626
</properties>

example/src/main/resources/templates/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@ <h3><a id="usage"></a>Usage</h3>
5555
Download and run the Web eID native app and browser extension installer:
5656
<ul>
5757
<li>on <b>Ubuntu Linux</b>, for Firefox and Chrome, download and execute the<br>
58-
<a href="/scripts/download-install-web-eid.sh"><code>download-install-web-eid.sh</code></a>
58+
<a href="/scripts/install-web-eid.sh"><code>install-web-eid.sh</code></a>
5959
script from the console with<br>
60-
<code>wget -O - https://<span th:text="${serverName}"/>/scripts/download-install-web-eid.sh
60+
<code>wget -O - https://<span th:text="${serverName}"/>/scripts/install-web-eid.sh
6161
| bash</code><br>
6262
Note: as of the 2.5 version, Web eID supports Firefox installed via Snap.
6363
</li>
6464
<li>on <b>macOS</b> 12 or later, for Firefox and Chrome from <a
65-
href="https://installer.id.ee/media/web-eid/web-eid_2.5.0.642.dmg">here</a>,
65+
href="https://installer.id.ee/media/web-eid/web-eid_2.6.0.654.dmg">here</a>,
6666
</li>
6767
<li>on <b>macOS</b> 12 or later, for Safari, install the extension from <a
6868
href="https://apps.apple.com/ee/app/web-eid/id1576665083?mt=12">App Store</a>,
6969
</li>
7070
<li>on <b>Windows</b> 10, Windows 11, Windows Server 2016, Windows Server 2019, Windows Server
7171
2022,
7272
for Firefox, Chrome and Edge from <a
73-
href="https://installer.id.ee/media/web-eid/web-eid_2.5.0.646.x64.exe">here</a>.
73+
href="https://installer.id.ee/media/web-eid/web-eid_2.6.0.900.x64.exe">here</a>.
7474
</li>
7575
</ul>
7676
</li>

0 commit comments

Comments
 (0)