Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for v2024.2 release (GUI) #484

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Release history for Zonemaster component Zonemaster-GUI

v4.3.1 2024-12-09 (part of Zonemaster v2024.2 release)

[Release information]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation link update is quite user visible. I think it should be mentioned in the release notes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Zonemaster/Zonemaster release notes yes.

- Translations have not been fully updated in this release. They will
be updated in an upcoming release.
- This version has no changes to Zonemaster-GUI but the installation
zip file has been built with updated dependencies to resolve
potential security issues.


v4.3.0 2024-07-01 (part of Zonemaster v2024.1 release)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zonemaster-gui",
"version": "4.3.0",
"version": "4.3.1",
"license": "BSD-2-Clause",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</a>
</li>
<li class="col-md-auto">
<a href="https://github.com/zonemaster/zonemaster#documentation">
<a href="https://doc.zonemaster.net">
<i class="fa fa-book" aria-hidden="true"></i><ng-container i18n="footer|">Documentation</ng-container>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/environments/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const clientInfo = {
version: '4.3.0',
version: '4.3.1',
id: 'Zonemaster-GUI'
};