You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A refactor in 5.5 changed most of the structure of the core code. In practically all cases this ends up breaking most modules that don't account for it. The following is an incomplete list of changes to account for when a module breaks that will need to be ported to function properly with OpenBroadcaster 5.5:
4
+
5
+
- Module update files no longer extend `OBUpdate`, but instead extend `OpenBroadcaster\Base\Update`.
6
+
- Cron files now extend `OpenBroadcaster\Base\Cron`
0 commit comments