Skip to content

Commit 00ce483

Browse files
authored
Merge pull request #1304 from moodle/create-pull-request/patch
[repo] Update Moodle Component metadata
2 parents 3f22dab + 80af0d1 commit 00ce483

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

data/component-spelling.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ form
5353
format
5454
gradeexport
5555
gradeimport
56+
gradepenalty
5657
gradereport
5758
grades
5859
grading

data/libraries.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
"copyrightHolders": [],
274274
"location": "lib/editor/tiny/js/tinymce",
275275
"name": "Tiny",
276-
"version": "7.3.0",
276+
"version": "7.7.1",
277277
"license": "MIT",
278278
"repository": "https://github.com/tinymce/tinymce",
279279
"customised": false
@@ -555,7 +555,7 @@
555555
"location": "lib/htmlpurifier",
556556
"name": "HTML Purifier",
557557
"description": "Filters HTML.",
558-
"version": "4.17.0",
558+
"version": "4.18.0",
559559
"license": "LGPL",
560560
"licenseversion": "2.1+",
561561
"repository": "https://github.com/ezyang/htmlpurifier",
@@ -784,7 +784,7 @@
784784
"location": "lib/php-css-parser",
785785
"name": "PHP-CSS-Parser",
786786
"description": "A Parser for CSS Files written in PHP.",
787-
"version": "8.4.0",
787+
"version": "8.7.0",
788788
"license": "MIT",
789789
"repository": "https://github.com/sabberworm/PHP-CSS-Parser",
790790
"customised": true
@@ -1071,7 +1071,7 @@
10711071
"version": "1.12.1",
10721072
"license": "MIT",
10731073
"repository": "https://github.com/scssphp/scssphp/",
1074-
"customised": false
1074+
"customised": true
10751075
},
10761076
{
10771077
"copyrightHolders": [],

data/main/components.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"coursereport": "course\/report",
2424
"gradeexport": "grade\/export",
2525
"gradeimport": "grade\/import",
26+
"gradepenalty": "grade\/penalty",
2627
"gradereport": "grade\/report",
2728
"gradingform": "grade\/grading\/form",
2829
"mlbackend": "lib\/mlbackend",

data/moodle-contributors.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,7 @@ tim@netspot.com.au
15051505
tjh238
15061506
tjhunt
15071507
toanlam
1508+
toanlamt
15081509
tomaz
15091510
tomflannaghan
15101511
toyomoyo

general/community/credits/thirdpartylibs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ PCRE wrapping library that offers type-safe preg_* replacements.
248248
### Tiny
249249

250250
- **Location**: lib/editor/tiny/js/tinymce
251-
- **Version**: 7.3.0
251+
- **Version**: 7.7.1
252252
- **License**: MIT
253253
- **URL**: [https://github.com/tinymce/tinymce](https://github.com/tinymce/tinymce)
254254

@@ -499,7 +499,7 @@ PHP script to convert HTML into an approximate text equivalent.
499499
Filters HTML.
500500

501501
- **Location**: lib/htmlpurifier
502-
- **Version**: 4.17.0
502+
- **Version**: 4.18.0
503503
- **License**: LGPL 2.1+
504504
- **URL**: [https://github.com/ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier)
505505

@@ -696,7 +696,7 @@ Base class for other PEAR classes.
696696
A Parser for CSS Files written in PHP.
697697

698698
- **Location**: lib/php-css-parser
699-
- **Version**: 8.4.0 (with Moodle customisations)
699+
- **Version**: 8.7.0 (with Moodle customisations)
700700
- **License**: MIT
701701
- **URL**: [https://github.com/sabberworm/PHP-CSS-Parser](https://github.com/sabberworm/PHP-CSS-Parser)
702702
- **Copyright holders**:
@@ -948,7 +948,7 @@ RTLCSS is a framework for converting Left-To-Right (LTR) Cascading Style Sheets(
948948
scssphp is a compiler for SCSS written in PHP.
949949

950950
- **Location**: lib/scssphp
951-
- **Version**: 1.12.1
951+
- **Version**: 1.12.1 (with Moodle customisations)
952952
- **License**: MIT
953953
- **URL**: [https://github.com/scssphp/scssphp/](https://github.com/scssphp/scssphp/)
954954
- **Copyright holders**:

0 commit comments

Comments
 (0)