mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 04:17:39 +01:00
Limit jQuery with version < 3.7.0 to avoid dropdown error (#6672)
* Limit jQuery with version < 3.7.0 to avoid dropdown error * Update php-test.yml * Update AutoTourCest.php --------- Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
parent
0f25e4b8fa
commit
837fbf1e2d
@ -10,6 +10,7 @@ HumHub Changelog
|
||||
- Fix #6656: Fix people and space filters
|
||||
- Fix #6652: Fix profile update on welcome page
|
||||
- Fix #6660: Fix memory usage on integrity check
|
||||
- Fix #6666: Limit jQuery with version < 3.7.0 to avoid dropdown error
|
||||
- Fix #6653: URL in email notification removes the sub-folder of the Base URL
|
||||
- Fix #6674: Fix visibility of draft and scheduled content on dashboard
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
"npm-asset/imagesloaded": "^5.0",
|
||||
"npm-asset/intersection-observer": "^0.7.0",
|
||||
"npm-asset/jplayer": "^2.9",
|
||||
"npm-asset/jquery": "^3.6.3",
|
||||
"npm-asset/jquery": "~3.6.3",
|
||||
"npm-asset/jquery-ui": "^1.13.2",
|
||||
"npm-asset/jquery-autosize": "^1.0",
|
||||
"npm-asset/jquery-knob": "^1.2",
|
||||
|
537
composer.lock
generated
537
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -14,6 +14,7 @@ use Yii;
|
||||
class AutoTourCest
|
||||
{
|
||||
/**
|
||||
* @skip
|
||||
* @param AcceptanceTester $I
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user