From f28036ca0ea2e997773a756d0d277edd03a246f4 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Fri, 21 Oct 2016 09:53:59 +0200 Subject: [PATCH] Bumped core API version because of API changes in editor --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 4a3203a..4d7223b 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1676,7 +1676,7 @@ class H5PCore { public static $coreApi = array( 'majorVersion' => 1, - 'minorVersion' => 9 + 'minorVersion' => 10 ); public static $styles = array( 'styles/h5p.css',