Requirements
Example how to interpret which version that is required, according to Semver (Semver org):
^1.2.3 means "is greater than or equal to 1.2.3 but lower than 2.0.0."
^0.2.3 means "is greater than or equal to 0.2.3 but lower than 0.3.0." (0.x.x is special)
0.0.1 means "is = 0.0.1."
0.14.x || 15.x.x means "version 0.14.x or 15.x.x".
Recommended dependencies versions
Dashboard plugin Writer: ^4.2.0
Naviga Photos: ^2.1.2
Content Agent 2.1.0
Image Content Provider ^1.2.0
Status map ^2.2.0
Required
OpenContent configuration
Verify that OpenContent standard config of version 0.11.0
or higher is present in target OC
Modules
modules are handled by Naviga
Actions
Dashboard plugin Writer ^4.0.0
For Article Size, Writer 6.4.0 or newer is needed, as well as the Article Size Writer plugin.
Content Agent ^2.1.0
2.1.0
Image Content Provider ^1.2.0
1.2.0
Status Map ^2.2.0
2.2.0
Portals
Naviga Photos ^1.0.0 || ^2.0.0
1.0.0 || ^2.0.0
Image search handler => A portal to search for images.
Image gallery handler => A portal to handle displaying images and render them in a grid.
Image metadata handler => A portal to handle images metadata.
Image upload handler => A portal to handle upload images.
Optional
Portals
Dashboard plugin Writer (^3.0.0 || ^4.0.0)
Dashboard plugin Writer (^3.0.0 || ^4.0.0)
Dashboard plugin Writer (^4.2.0)
Dashboard plugin Writer (^4.0.0)
Was this helpful?