Skip to content

Releases: jorisdugue/h5p-bundle

v1.7.1

24 Nov 08:19
d850cc4
Compare
Choose a tag to compare

10 - Fix/Remove exist return that stop request from being completed #25

v1.7.0

06 Nov 15:02
97e35f1
Compare
Choose a tag to compare

Fix: non-existent service "security.authorization_checker"." (in Symfony flex) #22
Fix: Avoid inserting in ContentUserData without contentId #24

v1.6.9

29 Oct 19:53
Compare
Choose a tag to compare

Fix: Service non-existance in Symfony Flex
Update: readme for new configuration

v1.6.8

15 Oct 09:05
984c487
Compare
Choose a tag to compare

Delete h5p_content_results if content deleted #20

v1.6.7

21 Sep 12:10
4a41f31
Compare
Choose a tag to compare

Catch all Exceptions related to DB [cache:clear] #19

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