Hi! Stable STRAPi version: 3.5.4 Trying to install strapi-plugin-versioning from this package (https://www.npmjs.com/package/strapi-plugin-versioning), I'm doing due to instruction on package page. 1. run install 2. create config/middleware.js. 3. copy node_modules/strapi-versioning-plugin/extensions to ./extensions 4. run build After when I tried to start strapi i received: `error TypeError: Cannot read property 'listContentTypes' of undefined` I understand that it might be cause new version of Strapi. Can smb please help how to fix it?