All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Add On Manager still shows Low Events Update button, after updating

Susan Wohlgemuth 13 Sep 2016 01:58 problem, complete

I updated Low Events to 2.0.1 after updating ExpressionEngine to v3.4.2. and the Add-on Manager shows Low Events 2.0.1 installed, but it also still shows the 'Update to 2.0.1' button just for this one add-on. Is that something that should concern me, and is there a way to clear that?

Thanks

Replies

  1. Low 13 Sep 2016 09:22

    Hmm, I think EE should update the version numbers in the database. Looks like it doesn't do that for the fieldtype part of the addon. Try running this query:

    UPDATE exp_fieldtypes SET version = '2.0.1' WHERE name = 'low_events';

    Low 13 Sep 2016 09:24

    For visibility, here's the bug report at EllisLab: https://support.ellislab.com/bugs/det...

  2. Susan Wohlgemuth 13 Sep 2016 15:38

    Thanks Low. Running the query cleared the button. I appreciate the quick response.