Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 fixing & cleanup #1

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
06dab40
Fixed dynamic properties deprecation in PHP 8.2 (#146)
meirzamoodle Mar 9, 2023
661d4f6
CH-147 Improve error messages
icc Apr 28, 2023
079191e
JI-4911 Add support for account removed on hub
icc May 26, 2023
b4b1df3
JI-4911 Fix improved hub account removal
icc May 30, 2023
82c813d
Revert "JI-4911 Fix improved hub account removal"
makmentins Jun 27, 2023
0a82667
Revert "JI-4911 Add support for account removed on hub"
makmentins Jun 27, 2023
fa43606
JI-5135 fix confirmation dialog double screen read (#151)
devland Aug 3, 2023
0f6a72d
Ji 5135 fix confirmation dialog double screenread (#152)
devland Sep 5, 2023
51601da
JI-5135 revert changes (#156)
devland Sep 9, 2023
6217d57
Add helper H5P.isEmpty
Languafe Sep 20, 2023
cc7e916
Bump core API minor version
Languafe Nov 8, 2023
c42f155
Fix dynamic properties deprecation warning in v8.2 (#148)
meirzamoodle Dec 12, 2023
f3579c0
TypeError: count(): Argument #1 ($value) must be of type Countable|ar…
desaisagar Dec 12, 2023
a103737
JI-5682 add cropper translations
devland Jan 9, 2024
2dfeb64
Merge pull request #166 from h5p/JI-5682-cropper-translations
VildeStabell Jan 15, 2024
e54f982
JI-6152 add fonts to h5p core that are used by drag and drop widget (…
wwalmnes Apr 22, 2024
3e1f903
JI-6295 Fix invalid folder name in H5P export file
fnoks Apr 29, 2024
92c67bf
JI-6286 add changes to file upload
May 7, 2024
f5d27a5
HFP-3875 Add icons for expand and collapse (#176)
otacke May 8, 2024
8d91cc8
[TASK] Require PHP 8.2
liayn Sep 11, 2023
a602585
[TASK] Migrate array syntax
liayn Sep 11, 2023
99397cf
[TASK] Require strict types
liayn Sep 11, 2023
946d232
[TASK] Require mbstring
liayn Sep 11, 2023
53f5f8f
[TASK] Use ?? operator
liayn Sep 11, 2023
eaa29cc
[TASK] Cleanup h5p-metadata
liayn Sep 11, 2023
813a10a
[TASK] PSR-12 const visibility
liayn Sep 11, 2023
e735221
[TASK] Cleanup h5p file storage
liayn Sep 11, 2023
331575b
[TASK] Cleanup h5p development
liayn Sep 11, 2023
7e5badf
[TASK] Cleanup h5p default storage
liayn Sep 11, 2023
8315cbd
[TASK] Cleanup h5p classes
liayn May 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
vendor
*~
.idea
.idea
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
}
],
"require": {
"php": ">=7.0.0"
"php": ">=8.2.0",
"ext-mbstring": "*",
"ext-zip": "*"
},
"autoload": {
"files": [
Expand Down
Binary file removed fonts/h5p-core-28.eot
Binary file not shown.
114 changes: 0 additions & 114 deletions fonts/h5p-core-28.svg

This file was deleted.

Binary file removed fonts/h5p-core-28.ttf
Binary file not shown.
Binary file removed fonts/h5p-core-28.woff
Binary file not shown.
Binary file added fonts/h5p-core-29.eot
Binary file not shown.
599 changes: 599 additions & 0 deletions fonts/h5p-core-29.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/h5p-core-29.ttf
Binary file not shown.
Binary file added fonts/h5p-core-29.woff
Binary file not shown.
Binary file added fonts/h5p-core-29.woff2
Binary file not shown.
Binary file added fonts/h5p-core-30.eot
Binary file not shown.
123 changes: 123 additions & 0 deletions fonts/h5p-core-30.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/h5p-core-30.ttf
Binary file not shown.
Binary file added fonts/h5p-core-30.woff
Binary file not shown.
Binary file added fonts/h5p-core-30.woff2
Binary file not shown.
Loading