From 5f38e2b7f81039eeede9758691bce80111b96571 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Wed, 21 Sep 2016 13:22:35 +0200 Subject: [PATCH] Bumped core because of bugfix for optional selects [HFJ-2183] --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index a367184..0b2d7f8 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1665,7 +1665,7 @@ class H5PCore { public static $coreApi = array( 'majorVersion' => 1, - 'minorVersion' => 8 + 'minorVersion' => 9 ); public static $styles = array( 'styles/h5p.css',