Version bump za etherpad, services fix za cors

pull/26/head
Jurij Podgoršek 2024-01-06 18:55:09 +01:00
parent ca623adf86
commit 29dfe4fbf0
1 changed files with 2 additions and 2 deletions

View File

@ -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.