### chore
* compatibility with WordPress 6.2 (CU-861mfxmc1)
* remove unused dependencies (CU-85zrqj4jp)
* restructure .env and replace Scaleway API keys with new IAM (CU-37q5f2x) ### ci
* remove license.matthias-web.com deployments (CU-2tynfe0) ### fix
* javascript error wp.mediaUtils is undefined and media library does not work (CU-863g6v17m)
### chore
* streamline docker-compose settings with non-production context (CU-861m5btfw)
### fix
* wp_enqueue_script() was called incorrectly. wp-editor script should not be enqueued together with the new widgets editor (CU-863g20j0e)
### fix
* do not use custom count implementation for WPML when media translation is disabled (CU-863fxubvv)
* security vulnerability XSS when user has capability of upload_files (CU-861m6au7t)
* security vulnerability XSS when user has capability of upload_files (CU-861m6au7t)
### refactor
* use WordPress block editor functionality instead of wp-media-picker package (CU-861m6au7t)
### chore
* link to kb article for development license warnings / red warnings (CU-388ch1x)
* update all package.json to resolve release conflicts (CU-382p4kb) ### perf
* remove path_join calls and use trailingslashit instead (CU-861m3qqb7)