XenForo 2.2 support

Kirby

New Member
According to the description the Add-on should be compatibile with XenForo 2.2 and 2.3.

But trying to install 4.0.X on XenForo 2.2.18 fails due to versions requirements in addon.json

Question
Is 4.0.X (and 4.1.X) compatible with XenForo 2.2.18?
 
What does "latest XF version" mean - XenForo 2.3.9?
Yes, this does work - but I asked about XenForo 2.2.18.

According to add.on.json Xenforo > 2.3.0 is required:
Code:
"require": {
    "XF": [
        2030070,
        "XenForo 2.3.0 or higher"
    ],
    "php": [
        "7.4.0",
        "PHP 7.4.0 or higher"
    ]
},

The JS code also seems to use methods like XF.on that are only available in XenForo 2.3

So I have to ask again:
Are version 4.0.X and 4.1.X of this Add-on compatible with XenForo 2.2.18?
 
Back
Top