littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
24 stars 12 forks source link

Replace mabe enums with native ones #163

Closed FelixJacobi closed 4 months ago

FelixJacobi commented 9 months ago

Must be done 6.0 due to being a BC break in theory.

SamuelWei commented 5 months ago

@FelixJacobi With the changes merged in 38f655412158410c9257aae504f4a87b373cb05e, should we release the changes since 5.1 as 5.2? I have create a draft release for it; or would this be a BC as we removed the enum library? I guess the thought behind this issue was, that we cannot switch to native enums without bumping to PHP 8.1, which would be a BC.

FelixJacobi commented 5 months ago

In practice, I think no one should have used the mabe features, so we can stay at 5.x for now.