Plugin Author
Barry
(@barryhughes-1)
Hi @cccbd,
When The Events Calendar 3.10 was initially released its main class mistakenly declared it to be version “3.10a5” (or something along those lines – basically, an alpha release). This won’t be immediately apparent since, within the plugin list, it still will show as “3.10” (because that version number is pulled from a different source – the readme file).
This will throw off Event Rocket’s version detection, which correctly assesses that as being below 3.10 and my guess is that this is the problem you are facing.
The Events Calendar have now fixed this, but since you already downloaded it you would either grab a fresh version and manually update it, so as to replace your existing copy of The Events Calendar – or make the correction manually (in plugins/the-events-calendar/src/Tribe/Main.php) if you feel comfortable doing that.
Thread Starter
cccbd
(@cccbd)
OK, thanks. That makes sense actually.