LDEV-5122 Modify DB structure to produce 3.1 versionTill now DB structure was compliant with 3.0 version and patchesupgraded it to 3.1. Now we produce DB compliant with 3.1 and patches inbranch 4.0 upgrade it to version 4.0.
LDEV-5085 Make editor init method parametrizedIt seems that multiple instances of CKEditor tag were interacting witheach other, probably with request attributes. Now initialisation methodis parametrised so CKEditor starts with own set of attributes.