Skip to content

Commit b3c7c8d

Browse files
committed
Prepare for release.
1 parent 67d60d3 commit b3c7c8d

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGELOG
22
=========
33

44

5+
1.1.5 (2021-06-19)
6+
------------------
7+
8+
- Update elFinder to 2.1.59.
9+
510
1.1.4 (2020-02-09)
611
------------------
712

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2020, Robert Korulczyk <robert@korulczyk.pl>
1+
Copyright (c) 2014 Robert Korulczyk <robert@korulczyk.pl>
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
}
2727
],
2828
"require": {
29-
"php": "^5.4 || ^7.0",
29+
"php": "^5.4 || ^7.0 || ^8.0",
3030
"yiisoft/yii": "~1.1.18"
3131
},
3232
"require-dev": {
3333
"rob006/yii-tinymce": "^1.0"
3434
},
3535
"replace": {
36-
"studio-42/elfinder": "2.1.53"
36+
"studio-42/elfinder": "2.1.59"
3737
},
3838
"autoload": {
3939
"classmap": [

0 commit comments

Comments
 (0)