- 🇨🇦Canada al_trottier
A new webform 4.1.4 has been released, composer-extdeps should be updated to include 4.17.1 as well.
when updating the external libraries for webform in wxt 4.3.0, we have an error displaying an incompatible version with ckeditor/fakeobjects. The current fakeobjects which is 4.16.2 used in wxt 4.3.0 needs to be updated to 4.17.1 to match the requirements for Webform's external library.
2- In composer.json, add the "extra" section as follow:
"merge-plugin": {
"include": [
"html/modules/contrib/webform/composer.libraries.json"
]
},
3- update lock file
composer update --lock
update the version of ckeditor/fakeobjects in wxt 4.3.0 to be 4.17.1
N/A
N/A
N/A
N/A
Fixed
4.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
A new webform 4.1.4 has been released, composer-extdeps should be updated to include 4.17.1 as well.