Skip to content

Commit 66edfc1

Browse files
committed
note for breaking changes to modules in 5.5
1 parent 644c954 commit 66edfc1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

MODULES_5.5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Breaking Changes to Modules
2+
3+
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

Comments
 (0)