moodle/blocks/recentlyaccessedcourses
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 MDL-64438 block_recentlyaccessedcourses: Optionally show course category 2019-09-18 17:57:47 +08:00
db MDL-63995 blocks: Remove unused capabilities and warning. 2019-03-25 12:20:13 +13:00
lang/en MDL-64438 block_recentlyaccessedcourses: Optionally show course category 2019-09-18 17:57:47 +08:00
pix
templates MDL-70173 dashboard: ARIA role presentation conflicted the empty alt 2021-02-09 16:16:09 +11:00
tests MDL-72867 Navigations: User menu improvements 2021-12-15 13:54:45 +07:00
block_recentlyaccessedcourses.php MDL-65400 block: Support returning settings for core blocks 2019-10-23 15:33:56 +02:00
settings.php MDL-64438 block_recentlyaccessedcourses: Optionally show course category 2019-09-18 17:57:47 +08:00
upgrade.txt MDL-64438 block_recentlyaccessedcourses: Optionally show course category 2019-09-18 17:57:47 +08:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00