Skip to content

Releases: bmlt-enabled/bmlt-root-server

3.1.1

11 Aug 13:33
ec20e6f
Compare
Choose a tag to compare
  • Add county_auto_geocoding_enabled and zip_auto_geocoding_enabled to GetServerInfo endpoint.

3.1.0

28 Jun 17:00
a9169cb
Compare
Choose a tag to compare
  • PHP 8.1 and higher are now required. PHP 8.0 is no longer supported.
  • The weekdays filter parameter for the GetSearchResults 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

14 Jun 01:28
0a01fa4
Compare
Choose a tag to compare
3.1.0-rc1 Pre-release
Pre-release
  • PHP 8.1 and higher are now required. PHP 8.0 is no longer supported.
  • The weekdays filter parameter for the GetSearchResults 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

06 Jun 13:10
ae09e03
Compare
Choose a tag to compare
  • Change name Disabled User to Deactivated User.
  • When the meeting formats are being selected, the formats now appear grouped by their FormatType
  • Add aggregator_mode_enabled to GetServerInfo endpoint.

3.0.4

20 Mar 14:05
dc43185
Compare
Choose a tag to compare
  • The services and formats filter parameters for the GetSearchResults API and the formats filter parameter for the GetFormats 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 to true in auto-config.inc.php, the GetServiceBodies API was supposed to return the contact_email field. This setting has now been migrated, and the functionality has been restored.

3.0.3

15 Feb 15:19
93aec16
Compare
Choose a tag to compare
  • Fixed an issue with the GetServerInfo API that caused the versionInt to be calculated incorrectly for beta versions.
  • We'd forgotten to migrate the GetSearchResults API's sort_key parameter, so some old plugins were not working correctly. It has now been migrated.
  • Changed GetSearchResults API's default sort order to weekday_tinyint, start_time, duration_time.

3.0.2

23 Jan 22:02
Compare
Choose a tag to compare
  • Fixed an issue that could cause the "History" tab in the Meeting Editor to hang on some meetings.

3.0.1

14 Jan 14:32
77f7cb5
Compare
Choose a tag to compare
  • 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

13 Jan 13:43
0301f3c
Compare
Choose a tag to compare
  • 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 and jsonp have been removed. The GetNAWSDump API still supports the csv output format.
  • Added the SPAD format. If you've manually added a SPAD 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

09 Jan 03:59
f7e022c
Compare
Choose a tag to compare
3.0.0-rc6 Pre-release
Pre-release
  • 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 and jsonp have been removed. The GetNAWSDump API still supports the csv output format.
  • Added the SPAD format. If you've manually added a SPAD 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.