| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-04 | 873 Bytes | |
| v2026.01 source code.tar.gz | 2026-02-04 | 3.1 MB | |
| v2026.01 source code.zip | 2026-02-04 | 4.3 MB | |
| Totals: 3 Items | 7.4 MB | 0 | |
Jet Core
- PHP 8.0 and 8.1 support dropped
- Deprecated Data_Listing component dropped
- Validator subsystem added
- Entity_Validator subsystem added
- InputCatcher subsystem added
- Entity_InputCatcher subsystem added
- Form subsystem is using InputCatcher and Validator subsystems now
- Zxcvbn password check added
- Http_Request::headerValue( string $header_name ) : ?string method added
- Http_Request::headerExists( string $header_name ) : bool
- Class IO_UploadedFile added
- Class Form_Field_File_UploadedFile is now just a descendant of class IO_UploadedFile
- A few minor code quality improvements
js/JetAjaxForm
- Minor bug fix
Jet Example App
- New test modules: Test.InputCatchers, Test.Validators
Jet Studio
- Adapting to core changes