Skip to content

Releases: jorisdugue/h5p-bundle

v1.6.6

11 Sep 09:08
0cb9ab8
Compare
Choose a tag to compare

Bugfix: Avoid exception on clear cache (database not exist) #18

v1.6.5

10 Sep 07:47
d79d011
Compare
Choose a tag to compare

08 - Add ability to override storage file + bugfix #15
Fix naming #16
Fix naming and path #17

v1.6.4

04 Sep 14:35
b94fdf0
Compare
Choose a tag to compare

#13

  • remove #tmp from the images on saving the content (this will help on getting the image from the content/{id} folder instead of the editor folder)
  • Editor/LibraryStorage.php:68 sent the params instead of params->params to h5p-core
    this help to delete the image from content/{id} folder
    scenario: edit any content and delete image
    result: image not deleted from the folder
  • avoid double slash // on the storage_dir parameter
    scenario: add storage_dir: /h5p inside the config

v1.6.3

31 Aug 07:40
43e0b88
Compare
Choose a tag to compare

Fix; deprecated flashbag

v1.6.2

27 Aug 07:32
46fa2d7
Compare
Choose a tag to compare

Fix: Avoid using __toString in repositories