From 29dfe4fbf013e67c4af62df7e2a61cd1f76c12a5 Mon Sep 17 00:00:00 2001 From: Jurij Date: Sat, 6 Jan 2024 18:55:09 +0100 Subject: [PATCH] Version bump za etherpad, services fix za cors --- web/modules/custom/etherpad_api/src/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/modules/custom/etherpad_api/src/Client.php b/web/modules/custom/etherpad_api/src/Client.php index daa88e3..d54292d 100644 --- a/web/modules/custom/etherpad_api/src/Client.php +++ b/web/modules/custom/etherpad_api/src/Client.php @@ -27,8 +27,8 @@ class Client { protected $apiKey = null; protected $baseUrl = null; - // (Minimal) Etherpad version - const API_VERSION = '1.2'; + // (Minimal) Etherpad version @TODO settings / get from instance? + const API_VERSION = '1.2.1'; /** * Constructs a Client object.