You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
### Change
13
13
- BREAKING: Storage format for message record references has been changed. In order to migrate to the new storage format
14
-
you have to download `etc/migrate-message-records-to-new-format.zip` from this repository and run it in the [Diagnose Wizard](https://github.com/mariodavid/cuba-component-runtime-diagnose/tree/de284e5cbce19bb02260b59b9dcd133f2729b0e3#diagnose-wizard).
14
+
you have to download [etc/migrate-message-records-to-new-format.zip](
15
+
) from this repository and run it in the [Diagnose Wizard](https://github.com/mariodavid/cuba-component-runtime-diagnose/tree/de284e5cbce19bb02260b59b9dcd133f2729b0e3#diagnose-wizard).
15
16
For that to work you have to temporarily add the [runtime-diagnose](https://github.com/mariodavid/cuba-component-runtime-diagnose) app-component to your application.
16
17
This script has to run once, will do the migration. After that, the app component can be removed again.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This CUBA component gives users a mailbox for user to user and system to user me
26
26
27
27
| Platform Version | Add-on Version |
28
28
| ---------------- | -------------- |
29
-
| 6.8.x | 0.1.x - 0.2.x |
29
+
| 6.8.x | 0.1.x - 0.3.x |
30
30
31
31
The latest version is: [](https://bintray.com/mariodavid/cuba-components/cuba-component-user-inbox/_latestVersion)
32
32
@@ -42,6 +42,10 @@ dependencies {
42
42
}
43
43
```
44
44
45
+
### NOTE: BREAKING CHANGE in 0.3.0
46
+
There is a breaking change if you update from 0.2.0 to 0.3.0. The mechanism how the record references are stored to a message
47
+
changed. It can be resolved with manual action. See [CHANGELOG.md](https://github.com/mariodavid/cuba-component-user-inbox/blob/master/CHANGELOG.md) for more information.
48
+
45
49
### NOTE: Dependency: declarative-controllers
46
50
This application component requires `declarative-controllers` as another dependency you have to add to your application.
0 commit comments