littleredbutton / bigbluebutton-api-php

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

Implement API changes in BBB 2.4-2.6 #156

Closed SamuelWei closed 7 months ago

SamuelWei commented 1 year ago

Fixes #150

152 Needs to be merged first, as the disabledFeatures is mentioned in the deprecation comments

The reason for the rename of setLockSettingsDisableNote to setLockSettingsDisableNotes can be found here: https://github.com/bigbluebutton/bigbluebutton/pull/17656

SamuelWei commented 7 months ago

@FelixJacobi Following this and #164 , should release 5.1 and start with the changes for 6.0 ?

FelixJacobi commented 7 months ago

@FelixJacobi Following this and #164 , should release 5.1 and start with the changes for 6.0 ?

Yes. Please keep in mind: In 6.0, only deprecations must be removed, no new features must be added.