Skip to content

Commit dfe8c9b

Browse files
authored
Merge pull request #1135 from moodle/create-pull-request/patch
[repo] Update Moodle Component metadata
2 parents 09829ad + 4029295 commit dfe8c9b

File tree

5 files changed

+49
-9
lines changed

5 files changed

+49
-9
lines changed

data/component-spelling.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ repository
9999
role
100100
rss
101101
search
102+
sms
103+
smsgateway
102104
table
103105
tag
104106
theme

data/libraries.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112
"copyrightHolders": [
113113
"Joubel"
114114
],
115-
"location": "h5p/h5plib/v126/joubel/core",
115+
"location": "h5p/h5plib/v127/joubel/core",
116116
"name": "h5p-php-library",
117117
"description": "The general H5P library.",
118-
"version": "1.26",
118+
"version": "moodle-1.27.0",
119119
"license": "GPL",
120120
"licenseversion": "3.0+",
121121
"repository": "https://github.com/h5p/h5p-php-library/",
@@ -125,10 +125,10 @@
125125
"copyrightHolders": [
126126
"Joubel"
127127
],
128-
"location": "h5p/h5plib/v126/joubel/editor",
128+
"location": "h5p/h5plib/v127/joubel/editor",
129129
"name": "h5p-editor-php-library",
130130
"description": "A general library that is supposed to be used in most PHP implementations of H5P.",
131-
"version": "moodle-1.23",
131+
"version": "moodle-1.27.0",
132132
"license": "GPL",
133133
"licenseversion": "3.0+",
134134
"repository": "https://github.com/h5p/h5p-editor-php-library/",
@@ -492,6 +492,15 @@
492492
"repository": "https://github.com/RedeyeGroup/geopattern-php",
493493
"customised": false
494494
},
495+
{
496+
"copyrightHolders": [],
497+
"location": "lib/giggsey/libphonenumber-for-php-lite",
498+
"name": "libphonenumber for PHP (Lite)",
499+
"version": "8.13.31",
500+
"license": "Apache 2.0",
501+
"repository": "https://github.com/giggsey/libphonenumber-for-php-lite",
502+
"customised": false
503+
},
495504
{
496505
"copyrightHolders": [],
497506
"location": "lib/google",
@@ -1113,6 +1122,15 @@
11131122
"repository": "https://github.com/slimphp/Slim",
11141123
"customised": false
11151124
},
1125+
{
1126+
"copyrightHolders": [],
1127+
"location": "lib/spatie/php-cloneable",
1128+
"name": "PHP Cloneable",
1129+
"version": "1.0.2",
1130+
"license": "MIT",
1131+
"repository": "https://github.com/spatie/php-cloneable",
1132+
"customised": false
1133+
},
11161134
{
11171135
"copyrightHolders": [],
11181136
"location": "lib/symfony/deprecation-contracts",

data/main/components.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"theme": "theme",
4444
"local": "local",
4545
"h5plib": "h5p\/h5plib",
46-
"paygw": "payment\/gateway"
46+
"paygw": "payment\/gateway",
47+
"smsgateway": "sms/gateway"
4748
},
4849
"subsystems": {
4950
"ai": "ai",
@@ -118,6 +119,7 @@
118119
"rss": "rss",
119120
"role": "admin\/roles",
120121
"search": "search",
122+
"sms": "sms",
121123
"table": "lib\/table",
122124
"tag": "tag",
123125
"timezones": null,

data/moodle-contributors.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ JordanKrauseDE
541541
Jordao
542542
Jordi
543543
Jorgensen
544+
Jose
544545
Joseph
545546
Josh
546547
Josh.Aston
@@ -563,6 +564,7 @@ Kalinin
563564
Kania
564565
Kanika
565566
Karen
567+
Karjun
566568
Karl
567569
KarlReyesCatalyst
568570
Karmali
@@ -651,6 +653,7 @@ Lloyd
651653
Lock
652654
Logan
653655
Loison
656+
Loong
654657
Lorenzo
655658
Luca
656659
Lucian
@@ -890,6 +893,7 @@ Pollak
890893
Poltawski
891894
Porritt
892895
Potenko
896+
Pound
893897
Powell
894898
PraiseSatan
895899
Prateek

general/community/credits/thirdpartylibs.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Compiled C program to convert TeX into GIFs
107107

108108
The general H5P library.
109109

110-
- **Location**: h5p/h5plib/v126/joubel/core
111-
- **Version**: 1.26
110+
- **Location**: h5p/h5plib/v127/joubel/core
111+
- **Version**: moodle-1.27.0
112112
- **License**: GPL 3.0+
113113
- **URL**: [https://github.com/h5p/h5p-php-library/](https://github.com/h5p/h5p-php-library/)
114114
- **Copyright holders**:
@@ -118,8 +118,8 @@ The general H5P library.
118118

119119
A general library that is supposed to be used in most PHP implementations of H5P.
120120

121-
- **Location**: h5p/h5plib/v126/joubel/editor
122-
- **Version**: moodle-1.23
121+
- **Location**: h5p/h5plib/v127/joubel/editor
122+
- **Version**: moodle-1.27.0
123123
- **License**: GPL 3.0+
124124
- **URL**: [https://github.com/h5p/h5p-editor-php-library/](https://github.com/h5p/h5p-editor-php-library/)
125125
- **Copyright holders**:
@@ -444,6 +444,13 @@ Library for creating beautiful generative background images from a string.
444444
- **Copyright holders**:
445445
- 2015 Leaf Corcoran
446446

447+
### libphonenumber for PHP (Lite)
448+
449+
- **Location**: lib/giggsey/libphonenumber-for-php-lite
450+
- **Version**: 8.13.31
451+
- **License**: Apache 2.0
452+
- **URL**: [https://github.com/giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite)
453+
447454
### Google APIs
448455

449456
Library Google APIs Client Library for PHP
@@ -991,6 +998,13 @@ Simple Pie helps with blogs.
991998
- **License**: MIT
992999
- **URL**: [https://github.com/slimphp/Slim](https://github.com/slimphp/Slim)
9931000

1001+
### PHP Cloneable
1002+
1003+
- **Location**: lib/spatie/php-cloneable
1004+
- **Version**: 1.0.2
1005+
- **License**: MIT
1006+
- **URL**: [https://github.com/spatie/php-cloneable](https://github.com/spatie/php-cloneable)
1007+
9941008
### Symfony Deprecation contracts
9951009

9961010
A generic function and convention to trigger deprecation notices

0 commit comments

Comments
 (0)