bump libraries, update changelog

required minimal changes in checkmark jQuery accessor code, found by unit tests
This commit is contained in:
El RIDO 2023-06-18 13:47:54 +02:00
parent 5b458a17c2
commit 57be10ed53
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
12 changed files with 229 additions and 74 deletions

View file

@ -13,6 +13,9 @@ class ComposerAutoloaderInitDontChange
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {