Skip to content

Commit

Permalink
Merge branch 'MDL-69530' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jun 7, 2023
2 parents 58e7621 + 3bc3a5b commit 0a36466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions h5p/classes/file_storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ class file_storage implements H5PFileStorage {
/** The icon filename */
public const ICON_FILENAME = 'icon.svg';

/**
* The editor file area.
* @deprecated since Moodle 3.10 MDL-68909. Please do not use this constant any more.
* @todo MDL-69530 This will be deleted in Moodle 4.2.
*/
public const EDITOR_FILEAREA = 'editor';

/**
* @var \context $context Currently we use the system context everywhere.
* Don't feel forced to keep it this way in the future.
Expand Down
3 changes: 3 additions & 0 deletions h5p/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
This files describes API changes in core libraries and APIs,
information provided here is intended especially for developers.

=== 4.3 ===
* The `\core_h5p\file_storage::EDITOR_FILEAREA` constant has been removed, as all editor files are stored in user draft

=== 4.0 ===
* Added new methods to api: get_original_content_from_pluginfile_url and can_edit_content.
* Added edit.php and editcontent_form class, for modifying H5P content given an H5P identifier (from the h5p table).
Expand Down

0 comments on commit 0a36466

Please sign in to comment.