v2.0.2-SNAPSHOT patch for production
This commit is contained in:
parent
f07a17ab95
commit
2928931739
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,6 +4,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
|
||||
## [v2.0.2-SNAPSHOT] - 2024-10-01
|
||||
|
||||
patch for production
|
||||
|
||||
Feature/28020 Mail notification Catalogue Item Rejected
|
||||
fixed bug in getUserNotificationChannels, condition for the creation of a mnissing entry was null list instead of empty list
|
||||
the specific logic for new WP_ notification entries is implemented now also in createNewNotificationType
|
||||
|
||||
getUserNotificationPreferences now creates the missing entries if the number of found entries is different from NotificationType.values().length
|
||||
|
||||
## [v2.0.1] - 2024-04-22
|
||||
|
||||
- Bug 27218 - Null pointer exception getting notifications preferences fixed
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
<name>gCube Social Networking Library</name>
|
||||
<description>
|
||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||
|
|
Loading…
Reference in New Issue