- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
* 1.0.0 build 2010031920
|
|
|
|
- first public release
|
|
- help in readme, install
|
|
- cleanup ans separation of QRtools and QRspec
|
|
- now TCPDF binding requires minimal changes in TCPDF, having most of job
|
|
done in QRtools tcpdfBarcodeArray
|
|
- nicer QRtools::timeBenchmark output
|
|
- license and copyright notices in files
|
|
- indent cleanup - from tab to 4spc, keep it that way please :)
|
|
- sf project, repository, wiki
|
|
- simple code generator in index.php
|
|
|
|
* 1.1.0 build 2010032113
|
|
|
|
- added merge tool wich generate merged version of code
|
|
located in phpqrcode.php
|
|
- splited qrconst.php from qrlib.php
|
|
|
|
* 1.1.1 build 2010032405
|
|
|
|
- patch by Rick Seymour allowing saving PNG and displaying it at the same time
|
|
- added version info in VERSION file
|
|
- modified merge tool to include version info into generated file
|
|
- fixed e-mail in almost all head comments
|
|
|
|
* 1.1.2 build 2010032722
|
|
|
|
- full integration with TCPDF thanks to Nicola Asuni, it's author
|
|
- fixed bug with alphanumeric encoding detection
|
|
|
|
* 1.1.3 build 2010081807
|
|
|
|
- short opening tags replaced with standard ones
|
|
|
|
* 1.1.4 build 2010100721
|
|
|
|
- added missing static keyword QRinput::check (found by Luke Brookhart, Onjax LLC)
|