diff --git a/data/component-spelling.txt b/data/component-spelling.txt index 47cc26e69..ec4d47260 100644 --- a/data/component-spelling.txt +++ b/data/component-spelling.txt @@ -99,6 +99,8 @@ repository role rss search +sms +smsgateway table tag theme diff --git a/data/libraries.json b/data/libraries.json index 35e9d4980..5f08683ea 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -112,10 +112,10 @@ "copyrightHolders": [ "Joubel" ], - "location": "h5p/h5plib/v126/joubel/core", + "location": "h5p/h5plib/v127/joubel/core", "name": "h5p-php-library", "description": "The general H5P library.", - "version": "1.26", + "version": "moodle-1.27.0", "license": "GPL", "licenseversion": "3.0+", "repository": "https://github.com/h5p/h5p-php-library/", @@ -125,10 +125,10 @@ "copyrightHolders": [ "Joubel" ], - "location": "h5p/h5plib/v126/joubel/editor", + "location": "h5p/h5plib/v127/joubel/editor", "name": "h5p-editor-php-library", "description": "A general library that is supposed to be used in most PHP implementations of H5P.", - "version": "moodle-1.23", + "version": "moodle-1.27.0", "license": "GPL", "licenseversion": "3.0+", "repository": "https://github.com/h5p/h5p-editor-php-library/", @@ -492,6 +492,15 @@ "repository": "https://github.com/RedeyeGroup/geopattern-php", "customised": false }, + { + "copyrightHolders": [], + "location": "lib/giggsey/libphonenumber-for-php-lite", + "name": "libphonenumber for PHP (Lite)", + "version": "8.13.31", + "license": "Apache 2.0", + "repository": "https://github.com/giggsey/libphonenumber-for-php-lite", + "customised": false + }, { "copyrightHolders": [], "location": "lib/google", @@ -1113,6 +1122,15 @@ "repository": "https://github.com/slimphp/Slim", "customised": false }, + { + "copyrightHolders": [], + "location": "lib/spatie/php-cloneable", + "name": "PHP Cloneable", + "version": "1.0.2", + "license": "MIT", + "repository": "https://github.com/spatie/php-cloneable", + "customised": false + }, { "copyrightHolders": [], "location": "lib/symfony/deprecation-contracts", diff --git a/data/main/components.json b/data/main/components.json index 4bf7c34b6..c11288c46 100644 --- a/data/main/components.json +++ b/data/main/components.json @@ -43,7 +43,8 @@ "theme": "theme", "local": "local", "h5plib": "h5p\/h5plib", - "paygw": "payment\/gateway" + "paygw": "payment\/gateway", + "smsgateway": "sms/gateway" }, "subsystems": { "ai": "ai", @@ -118,6 +119,7 @@ "rss": "rss", "role": "admin\/roles", "search": "search", + "sms": "sms", "table": "lib\/table", "tag": "tag", "timezones": null, diff --git a/data/moodle-contributors.txt b/data/moodle-contributors.txt index 8b8db313e..190d0d33e 100644 --- a/data/moodle-contributors.txt +++ b/data/moodle-contributors.txt @@ -541,6 +541,7 @@ JordanKrauseDE Jordao Jordi Jorgensen +Jose Joseph Josh Josh.Aston @@ -563,6 +564,7 @@ Kalinin Kania Kanika Karen +Karjun Karl KarlReyesCatalyst Karmali @@ -651,6 +653,7 @@ Lloyd Lock Logan Loison +Loong Lorenzo Luca Lucian @@ -890,6 +893,7 @@ Pollak Poltawski Porritt Potenko +Pound Powell PraiseSatan Prateek diff --git a/general/community/credits/thirdpartylibs.md b/general/community/credits/thirdpartylibs.md index a94131171..8f52df1bb 100644 --- a/general/community/credits/thirdpartylibs.md +++ b/general/community/credits/thirdpartylibs.md @@ -107,8 +107,8 @@ Compiled C program to convert TeX into GIFs The general H5P library. -- **Location**: h5p/h5plib/v126/joubel/core -- **Version**: 1.26 +- **Location**: h5p/h5plib/v127/joubel/core +- **Version**: moodle-1.27.0 - **License**: GPL 3.0+ - **URL**: [https://github.com/h5p/h5p-php-library/](https://github.com/h5p/h5p-php-library/) - **Copyright holders**: @@ -118,8 +118,8 @@ The general H5P library. A general library that is supposed to be used in most PHP implementations of H5P. -- **Location**: h5p/h5plib/v126/joubel/editor -- **Version**: moodle-1.23 +- **Location**: h5p/h5plib/v127/joubel/editor +- **Version**: moodle-1.27.0 - **License**: GPL 3.0+ - **URL**: [https://github.com/h5p/h5p-editor-php-library/](https://github.com/h5p/h5p-editor-php-library/) - **Copyright holders**: @@ -444,6 +444,13 @@ Library for creating beautiful generative background images from a string. - **Copyright holders**: - 2015 Leaf Corcoran +### libphonenumber for PHP (Lite) + +- **Location**: lib/giggsey/libphonenumber-for-php-lite +- **Version**: 8.13.31 +- **License**: Apache 2.0 +- **URL**: [https://github.com/giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite) + ### Google APIs Library Google APIs Client Library for PHP @@ -991,6 +998,13 @@ Simple Pie helps with blogs. - **License**: MIT - **URL**: [https://github.com/slimphp/Slim](https://github.com/slimphp/Slim) +### PHP Cloneable + +- **Location**: lib/spatie/php-cloneable +- **Version**: 1.0.2 +- **License**: MIT +- **URL**: [https://github.com/spatie/php-cloneable](https://github.com/spatie/php-cloneable) + ### Symfony Deprecation contracts A generic function and convention to trigger deprecation notices