Skip to content

Commit 24d2e04

Browse files
committed
Update version to 3.12.11-0
1 parent 9cdb6c2 commit 24d2e04

40 files changed

Lines changed: 90 additions & 39 deletions

File tree

cachingxslt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.geonetwork-opensource</groupId>
3333
<artifactId>geonetwork</artifactId>
34-
<version>3.12-SNAPSHOT</version>
34+
<version>3.12.11</version>
3535
</parent>
3636

3737

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.geonetwork-opensource</groupId>
3333
<artifactId>geonetwork</artifactId>
34-
<version>3.12-SNAPSHOT</version>
34+
<version>3.12.11</version>
3535
</parent>
3636

3737

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.12-SNAPSHOT</version>
30+
<version>3.12.11</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

csw-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.12-SNAPSHOT</version>
30+
<version>3.12.11</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

docs/changes3.12.11-0.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
================================================================================
2+
===
3+
=== GeoNetwork 3.12.11: List of changes
4+
===
5+
================================================================================
6+
- Fix unit tests and logic related to ApiUtils.canViewRecord to retrieve the metadata internal identifier. Follow up of #7279 (#7394)
7+
- [BP] Changed GENERATEUUID to NOTHING based on discussion on issue #7274
8+
- [BP] Fix working copy display so that links go to working copy (#7279)
9+
- Add missing roleHierarchy bean to service test context file (#7388)
10+
- Documentation 3.12: Update link to the manual and remove simple url harvester (#7379)
11+
- [BP] Update MkDocs configuration to publish to gh-pages branch (#7375)
12+
- [BP] User Manual refresh using Markdown and MkDocs (#7329)
13+
- [BP] batch edit user profile check in APIs (#7243)
14+
- [BP] Add support for emails with subdomains (#7314)
15+
- [BP] Fix write after response commit on proxy response (#7353)
16+
- [BP] Batch Editing access level in general system settings (#7238)
17+
- [BP] Fix robots.txt and sitemap 500 errors if no right content type is provided (#7327)
18+
- [BP] INSPIRE ATOM - retrieve the metadata ATOM feed using only the resource identifier (#7306)
19+
- [BP] Bump actions/checkout from 3 to 4 (#7318)
20+
- Fix missing includes from [BP] Use resource files for messages (#7281)
21+
- [BP] Set html emails as utf-8
22+
- [BP] fix ui issue (#7256)
23+
- [BP] Use resource files for messages (#7281)
24+
- [BP] Handle empty allGroupOpsAfter instead of throwing error. If we cannot find publishedAfter then default to publishedBefore so that no emails are sent.
25+
- Fix check to index WFS features linked in harvested metadata
26+
- [BP] Fix record history parameter name. Related to #7074 (#7249)
27+
- [BP] Fix German typo of the label for 'otherRestrictions' (#7245)
28+
- Fixed encoding issues in french properties. back port values from main branch. (#7242)
29+
- [BP] Escape {{ to avoid error parsing argument. (#7237)
30+
- [BP] Update skin.xsl so that it works better in nojs mode. (#7015)
31+
- [BP] When authenticating user, only update the usergroups in the database if they have changed (#7165)
32+
- Add support for OL Attributions (#7062)
33+
- [BP] Update status emails to contain link to metadata which does not contain anchor. (#7130)
34+
- Fix wrong index field name added in the backport of #7074 (#7226)
35+
- Bulk publish / Publish privileges should be assigned to the approved version, not to the working copy version. (#7184)
36+
- [BP] Thesaurus / Region / Use ISO format for date (#7208)
37+
- [BP] Remote INSPIRE ATOM Feed / code cleanup and optimisations for ATOM describe service (#7189)
38+
- [BP] Change line-height for username so that it is not truncated. (#7185)
39+
- [BP] Move tooltip from reccusive input field to a single label (#7039)
40+
- [BP] Support code elements with anchors in ATOM predefined feeds
41+
- [BP] Support customising the metadata publication options (#7148)
42+
- [BP] Send metadata mail notifications for public metadata when is re-approved (#7074)
43+
- [BP] ISO19139 / Metadata editor / Fix display of contact individual name label in German (#7122)
44+
- Do not rethrow any random exception as general exception but only for UndeclaredThrowableException (#6850)
45+
- [BP] Allow multiple request matchers to decide if require CSRF (#7123)
46+
- [BP] Include the parent exception in the MetadataProcessingReport error so that we can see the real error in the logs. (#7119)
47+
- Fix only my records filter when reset the search in the editor board or access to the editor board from other pages (#7109)
48+
- Update link type protocol values for map layers (#7116)
49+
- [BP] Metadata workflow / send mail notifications for metadata status change to DRAFT when doing a rejection, not when creating a working copy
50+
- Update documentation url
51+
- Fix ui config html display (#6995)

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.12-SNAPSHOT</version>
30+
<version>3.12.11</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<artifactId>docs</artifactId>

doi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>geonetwork</artifactId>
3030
<groupId>org.geonetwork-opensource</groupId>
31-
<version>3.12-SNAPSHOT</version>
31+
<version>3.12.11</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.12-SNAPSHOT</version>
30+
<version>3.12.11</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

es/es-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>es</artifactId>
77
<groupId>org.geonetwork-opensource</groupId>
8-
<version>3.12-SNAPSHOT</version>
8+
<version>3.12.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>es-core</artifactId>

es/es-dashboards/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>es</artifactId>
3030
<groupId>org.geonetwork-opensource</groupId>
31-
<version>3.12-SNAPSHOT</version>
31+
<version>3.12.11</version>
3232
</parent>
3333
<profiles>
3434
<profile>

0 commit comments

Comments
 (0)