Skip to content

Commit 57059e0

Browse files
authored
Merge pull request #1048 from moodle/create-pull-request/patch
[repo] Update Moodle Component metadata
2 parents fd475c6 + 70afdec commit 57059e0

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

data/libraries.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"location": "lib/amd/src/loglevel.js",
190190
"name": "loglevel.js",
191191
"description": "Minimal lightweight simple logging for JavaScript.",
192-
"version": "1.8.1",
192+
"version": "1.9.1",
193193
"license": "MIT",
194194
"repository": "https://github.com/pimterry/loglevel/",
195195
"customised": false
@@ -459,7 +459,7 @@
459459
"location": "lib/emoji-data",
460460
"name": "Emoji data",
461461
"description": "Library to parse easily data and sprite sheets for emoji.",
462-
"version": "15.0.1",
462+
"version": "15.1.2",
463463
"license": "MIT",
464464
"repository": "https://github.com/iamcal/emoji-data/",
465465
"customised": true
@@ -678,7 +678,7 @@
678678
"location": "lib/maxmind/GeoIp2",
679679
"name": "GeoIP2 PHP API",
680680
"description": "Library for processing of GeoIP data files.",
681-
"version": "2.13.0",
681+
"version": "3.0.0",
682682
"license": "Apache",
683683
"licenseversion": "2.0",
684684
"repository": "https://github.com/maxmind/GeoIP2-php",
@@ -691,7 +691,7 @@
691691
"location": "lib/maxmind/MaxMind",
692692
"name": "MaxMind DB Reader API",
693693
"description": "PHP API for reading MaxMind DB files.",
694-
"version": "1.11.0",
694+
"version": "1.11.1",
695695
"license": "Apache",
696696
"licenseversion": "2.0",
697697
"repository": "https://github.com/maxmind/MaxMind-DB-Reader-php/",
@@ -852,7 +852,7 @@
852852
"2011, Neuman Vong"
853853
],
854854
"location": "lib/php-jwt",
855-
"name": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519",
855+
"name": "PHP-JWT",
856856
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519",
857857
"version": "6.10.0",
858858
"license": "BSD",
@@ -994,7 +994,7 @@
994994
"location": "lib/psr/http-factory",
995995
"name": "http-factory",
996996
"description": "Provides interfaces that describe the components of a HTTP Factory.",
997-
"version": "1.0.1",
997+
"version": "1.1.0",
998998
"license": "MIT",
999999
"repository": "https://github.com/php-fig/http-factory",
10001000
"customised": false
@@ -1276,6 +1276,7 @@
12761276
"2011-2021 The Bootstrap Authors"
12771277
],
12781278
"location": "theme/boost/amd/src/bootstrap/button.js",
1279+
"name": "bootstrap-button",
12791280
"description": "HTML, CSS, and JavaScript framework for developing responsive, mobile-first projects on the web.",
12801281
"version": "4.6.2",
12811282
"license": "MIT",

data/moodle-contributors.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Damiani
240240
Damien
241241
Damyon
242242
Dang
243+
DangHieu1407
243244
Dani
244245
Daniel
245246
Daniele
@@ -681,6 +682,7 @@ Marty
681682
Martín
682683
Mary
683684
Massart
685+
Massicotte
684686
Mastny
685687
Matamoros
686688
Materka

general/community/credits/thirdpartylibs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Simple yet flexible JavaScript charting for designers & developers.
171171
Minimal lightweight simple logging for JavaScript.
172172

173173
- **Location**: lib/amd/src/loglevel.js
174-
- **Version**: 1.8.1
174+
- **Version**: 1.9.1
175175
- **License**: MIT
176176
- **URL**: [https://github.com/pimterry/loglevel/](https://github.com/pimterry/loglevel/)
177177
- **Copyright holders**:
@@ -412,7 +412,7 @@ DOM view component for the CodeMirror code editor.
412412
Library to parse easily data and sprite sheets for emoji.
413413

414414
- **Location**: lib/emoji-data
415-
- **Version**: 15.0.1 (with Moodle customisations)
415+
- **Version**: 15.1.2 (with Moodle customisations)
416416
- **License**: MIT
417417
- **URL**: [https://github.com/iamcal/emoji-data/](https://github.com/iamcal/emoji-data/)
418418
- **Copyright holders**:
@@ -607,7 +607,7 @@ All rights reserved.
607607
Library for processing of GeoIP data files.
608608

609609
- **Location**: lib/maxmind/GeoIp2
610-
- **Version**: 2.13.0
610+
- **Version**: 3.0.0
611611
- **License**: Apache 2.0
612612
- **URL**: [https://github.com/maxmind/GeoIP2-php](https://github.com/maxmind/GeoIP2-php)
613613
- **Copyright holders**:
@@ -618,7 +618,7 @@ Library for processing of GeoIP data files.
618618
PHP API for reading MaxMind DB files.
619619

620620
- **Location**: lib/maxmind/MaxMind
621-
- **Version**: 1.11.0
621+
- **Version**: 1.11.1
622622
- **License**: Apache 2.0
623623
- **URL**: [https://github.com/maxmind/MaxMind-DB-Reader-php/](https://github.com/maxmind/MaxMind-DB-Reader-php/)
624624
- **Copyright holders**:
@@ -755,7 +755,7 @@ PHP Enum implementation inspired from SplEnum
755755
- **Copyright holders**:
756756
- 2015 My C-Labs
757757

758-
### A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
758+
### PHP-JWT
759759

760760
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
761761

@@ -886,7 +886,7 @@ Provides an abstraction that describe the components of a HTTP Client.
886886
Provides interfaces that describe the components of a HTTP Factory.
887887

888888
- **Location**: lib/psr/http-factory
889-
- **Version**: 1.0.1
889+
- **Version**: 1.1.0
890890
- **License**: MIT
891891
- **URL**: [https://github.com/php-fig/http-factory](https://github.com/php-fig/http-factory)
892892

@@ -1134,7 +1134,7 @@ HTML, CSS, and JavaScript framework for developing responsive, mobile-first proj
11341134
- 2011-2021 Twitter, Inc
11351135
- 2011-2021 The Bootstrap Authors
11361136

1137-
### undefined
1137+
### bootstrap-button
11381138

11391139
HTML, CSS, and JavaScript framework for developing responsive, mobile-first projects on the web.
11401140

0 commit comments

Comments
 (0)