Releases: bmlt-enabled/bmlt-root-server
Releases · bmlt-enabled/bmlt-root-server
3.1.1
3.1.0
- PHP 8.1 and higher are now required. PHP 8.0 is no longer supported.
- The
weekdays
filter parameter for theGetSearchResults
API now accept a comma separated string (e.g.weekdays=1,-2
) in addition to the standard array syntax. - Updated the NAWS import functionality for use by NAWS when importing virtual meetings, by importing the virtual meeting fields and time zone, and allowing the address and city to be blank.
- Fixed a bug with trying to log in as a deactivated user.
- Fixed an issue when using NAWS Export with certain very old data sets.
- Fixed an issue where the new admin API did not set the meeting lang_enum field.
3.1.0-rc1
- PHP 8.1 and higher are now required. PHP 8.0 is no longer supported.
- The
weekdays
filter parameter for theGetSearchResults
API now accept a comma separated string (e.g.weekdays=1,-2
) in addition to the standard array syntax. - Updated the NAWS import functionality for use by NAWS when importing virtual meetings, by importing the virtual meeting fields and time zone, and allowing the address and city to be blank.
- Fixed a bug with trying to log in as a deactivated user.
- Fixed an issue when using NAWS Export with certain very old data sets.
- Fixed an issue where the new admin API did not set the meeting lang_enum field.
3.0.5
- Change name
Disabled User
toDeactivated User
. - When the meeting formats are being selected, the formats now appear grouped by their FormatType
- Add
aggregator_mode_enabled
toGetServerInfo
endpoint.
3.0.4
- The
services
andformats
filter parameters for theGetSearchResults
API and theformats
filter parameter for theGetFormats
API now accept a comma separated string (e.g.formats=1,-12,42
) in addition to the standard array syntax. - We'd forgotten to migrate the
$g_include_service_body_email_in_semantic
setting. When set totrue
inauto-config.inc.php
, theGetServiceBodies
API was supposed to return thecontact_email
field. This setting has now been migrated, and the functionality has been restored.
3.0.3
- Fixed an issue with the
GetServerInfo
API that caused theversionInt
to be calculated incorrectly for beta versions. - We'd forgotten to migrate the
GetSearchResults
API'ssort_key
parameter, so some old plugins were not working correctly. It has now been migrated. - Changed
GetSearchResults
API's default sort order toweekday_tinyint, start_time, duration_time
.
3.0.2
- Fixed an issue that could cause the "History" tab in the Meeting Editor to hang on some meetings.
3.0.1
- Fixed an issue where upgrades would fail on certain web hosts without InnoDB set as the default MySQL storage engine.
- Fixed an issue with the 'This is a Location or PostCode' option in the Admin UI.
3.0.0
- PHP 8.0 or 8.1 are now required. PHP 7.x is no longer supported.
- As part of a modernization effort, all of the APIs have been reimplemented. All API output formats except for
json
andjsonp
have been removed. TheGetNAWSDump
API still supports thecsv
output format. - Added the
SPAD
format. If you've manually added aSPAD
format to your server, the appropriate NAWS code will be automatically assigned when you upgrade. - Allow NAWS import code to update the world ID of deleted meetings. (This avoids a synchronization problem that would arise if a new meeting is deleted before its NAWS code can be uploaded.)
- Fixed an issue with the Semantic Workshop UI on the SiteGround web host by changing the User-Agent used for API requests to self.
3.0.0-rc6
- PHP 8.0 or 8.1 are now required. PHP 7.x is no longer supported.
- As part of a modernization effort, all of the APIs have been reimplemented. All API output formats except for
json
andjsonp
have been removed. TheGetNAWSDump
API still supports thecsv
output format. - Added the
SPAD
format. If you've manually added aSPAD
format to your server, the appropriate NAWS code will be automatically assigned when you upgrade. - Allow NAWS import code to update the world ID of deleted meetings. (This avoids a synchronization problem that would arise if a new meeting is deleted before its NAWS code can be uploaded.)
- Fixed an issue with the Semantic Workshop UI on the SiteGround web host by changing the User-Agent used for API requests to self.