moodle/h5p
Andrew Nicols e1b9d5f3cd MDL-73915 js: Drop support for IE and android
Moodle announced that support for IE would be dropped back in August
2020 with Moodle 3.9 but not active steps were taken at that time. That
decision was made in MDLSITE-6109 and this particular step was meant to
be taken in Moodle 3.10.

This is the first step taken to actively drop support for IE.

This commit also bumps the browser support pattern from 0.25% to 0.3%.
The percentage here includes any browser where at least this percentage
of users worldwide may be using a browser. In this case it causes
support for Android 4.3-4.4 to be dropped, which relate to Android
KitKat (released 2013).

This combination of changes means that all of the supported browsers in
our compatibility list support modern features including async,
for...of, classes, native Promises, and more which has a huge impact on
the ease of debugging code, and drastically reduces the minified file
size because a number of native Polyfills included by Babel are no
longer included.
2022-02-23 08:55:20 +08:00
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes Merge branch 'MDL-72466-master' of https://github.com/bmbrands/moodle 2022-02-02 12:10:18 +01:00
h5plib/v124 MDL-73502 libraries: Avoid uses of get_magic_quotes_xxx() functions 2022-01-07 00:40:46 +01:00
js MDL-69467 core_h5p: User uniqueness by id instead of email 2021-12-10 14:36:45 +01:00
pix NOBUG: Fixed SVG browser compatibility 2019-10-29 21:03:41 +01:00
templates MDL-71885 core_h5p: Display the edit content button 2021-07-05 10:56:13 +02:00
tests MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
ajax.php Merge branch 'MDL-71970-master' of git://github.com/sarjona/moodle 2021-09-29 23:27:15 +02:00
edit.php MDL-73562 core_contentbank: alignment fixes 2022-01-25 09:35:07 +01:00
embed.php MDL-70806 h5p: fix resize glitch 2021-02-11 13:10:10 +01:00
lib.php MDL-68909 h5p: move temporary editor files to draft area 2020-09-10 13:42:16 +02:00
libraries.php MDL-69331 core_h5p: Add enabled field to libraries 2021-04-15 09:03:56 +02:00
overview.php MDL-67060 core_h5p: Improvements to Manage H5P setting page 2020-02-11 10:26:57 +01:00
upgrade.txt MDL-71956 core_h5p: Add more scenarios to can_edit_content 2021-11-09 16:47:18 +01:00