Skip to content

Commit 9a425a3

Browse files
committed
MDL-71721 lib: Set Moodle files after emoji-data upgrade
1 parent 411f91f commit 9a425a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/emoji-data/generate_emoji_data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
$category = $data['category'];
4848
$unified = $data['unified'];
4949

50-
if ($category === 'Skin Tones') {
50+
if ($category === 'Component') {
5151
continue;
5252
}
5353

lib/emoji-data/readme_moodle.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description of emoji data import into Moodle.
22

3-
1. Download the latest release of emoji data from https://github.com/iamcal/emoji-data/releases
3+
1. Download the latest release of emoji data from https://github.com/iamcal/emoji-data/tags
44

55
2. Copy emoji_pretty.json into lib/emoji-data/
66

lib/thirdpartylibs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
<location>emoji-data</location>
318318
<name>Emoji data</name>
319319
<license>MIT</license>
320-
<version>6.0.0</version>
320+
<version>7.0.2</version>
321321
</library>
322322
<library>
323323
<location>polyfills</location>

0 commit comments

Comments
 (0)