in2code-de / powermail_cond

Add conditions (via AJAX) to TYPO3 powermail forms for fields and pages
8 stars 23 forks source link

TYPO3 v11 dependency #68

Closed emileblume closed 2 years ago

emileblume commented 2 years ago

The ext_emconf.php still depends on older Powermail.

 'depends' => [
            'powermail' => '8.3.2-9.99.99',

Shouldn't this be something like this?

 'depends' => [
            'powermail' => '9.0.0-10.99.99',
einpraegsam commented 2 years ago

That is correct. While powermail 10 removed jQuery, we also plan to remove jQuery from powermail_cond. But in the first step, there is a version with jQuery for powermail 9. Next step then: Remove jQuery from powermail_cond and require powermail 10 @sbusemann