terminal42 / contao-easy_themes

Contao extension "easy_themes"
https://unmaintained.tech/
MIT License
13 stars 11 forks source link

Fix compatibility with contao 4.9 #64

Closed salteax closed 1 year ago

salteax commented 1 year ago

This pull request fixes the compatibility with contao version 4.9 caused by the use of the function 'getDefaultTokenValue()' which is only available in contao versions more recent than version 4.9.

salteax commented 1 year ago

Fixes #63

rabauss commented 1 year ago

What about this PR? I also stuck into problem #63 today 😞 For now I added a conflict to my composer.json

  "conflict": {
    "terminal42/contao-easy_themes": "3.1.1"
  },