Closed Monologophobia closed 1 year ago
Sorry, slight correction. It's not that the files are removed, it's just that they don't exist in 1.2.1. I assume this means this wn-tailwindui-plugin:dev-main is only compatible with wintercms:develop rather than 1.2.1?
Yep change the references for the Winter CMS core packages to "dev-develop" in your composer.json.
@josephcrowell Thanks for the confirmation.
May be worth mentioning this in the README but that may be a tad excessive as it's an in-dev plugin without a stable version yet.
It's come up a couple of times now, so I've added a note in the README to use the develop
branch of Winter. Thanks @Monologophobia :)
Winter CMS Build
1.2.1
PHP Version
8.1.13
Database engine
sqlite / any
Plugins installed
wn-tailwindui-plugin
Issue description
Installing this plugin removes
This prevents
$.request
as CSRF header is not added to AJAX requests.Steps to replicate
At this point, the files are intact.
Now the files are missing.
Login to backend check network requests
Workaround
Download the above files from the main repository or use
composer require winter/wn-tailwindui-plugin:dev-main#ed9af5c
which was the last commit before the changes.