TickTackk Well-known member Dec 27, 2015 #1 If I were change existing add-on's id from addon_id_a to addon_id_b then the cache registry is not updated.
If I were change existing add-on's id from addon_id_a to addon_id_b then the cache registry is not updated.
Mike XenForo developer Staff member Dec 27, 2015 #2 I'm not sure what you're referring to by the "cache registry". Do you mean the data registry? If so, which cache specifically? The enabled add-ons list?
I'm not sure what you're referring to by the "cache registry". Do you mean the data registry? If so, which cache specifically? The enabled add-ons list?
TickTackk Well-known member Dec 27, 2015 #3 By cache registry I mean the data we get from PHP: XenForo_Application:get('you_name_it'); In my case I use this code PHP: $addOns = XenForo_Application::get('addOns'); to get active list of add-ons which isn't updated.
By cache registry I mean the data we get from PHP: XenForo_Application:get('you_name_it'); In my case I use this code PHP: $addOns = XenForo_Application::get('addOns'); to get active list of add-ons which isn't updated.
Mike XenForo developer Staff member Dec 29, 2015 #4 Fixed now, thanks. Toggling the active state afterwards is a trivial way to force a rebuild in the meantime.
Fixed now, thanks. Toggling the active state afterwards is a trivial way to force a rebuild in the meantime.