Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
appPath,
api: {
header: 'Api-Version',
version: "3.59.0",
version: "3.59.3",
},
db: {
host: env_default('MYSQL_HOST', 'db'),
Expand Down
3 changes: 3 additions & 0 deletions docs/CALENDAR_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,3 +623,6 @@ As with v1, there were probably revisions to v2 during this time, but changelog
* 3.58.0: (2025-08-11) Added experimental `ride_count` endpoint: provides the number of events in a given time frame, excluding cancelled events. Syntax & usage may not be stable yet.
* 3.58.1: (2025-09-15) Updated dependencies: nginx
* 3.59.0: (2025-09-23) Fixed issue with ride length field; now saves, retrieves, and displays correctly
* 3.59.1: (2025-09-29) Updated MySQL patch version
* 3.59.2: (2025-10-20) Fixed some backend tests
* 3.59.3: (2025-11-03) Adjusted search results order when searching past events