Procademy

Results 4 issues of Procademy

### Description: The Dockerfile in laradock references to caddy/caddy:latest which installs Caddy 2.0.0.-rc3 (with security issues!) It should be adjusted to the official Caddy Docker repo by changing it to...

Type: Bug
Stale
Service: Caddy

Hi there, This iteration on hide is causing child checkboxes to be unchecked when the section is hidden. `$section.find('select, input').each(function(){ if ( ($(this).attr('type')=='radio') || ($(this).attr('type')=='checkbox') ) { $(this).prop('checked', false).trigger('change'); }...

## Description (https://github.com/laradock/laradock/issues/3125) ## Motivation and Context The Dockerfile in laradock references to caddy/caddy:latest which installs Caddy 2.0.0.-rc3 (with security issues!) It should be adjusted to the official Caddy Docker...

Return type of KgBot\LaravelLocalization\Classes\ExportLocalizations::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed,