21cf570cbc
Breaking change: LegalAid entity removed entirely. Reports are now generated directly from JSON params to DOCX without any intermediate entity or database table. New: - DirectAccessReportGenerator: takes JSON from Shira, generates DOCX via PHPWord, attaches as Document to Case (single PHP file) - AfterUninstall: full cleanup script (drops tables, columns, templates) - docs/examples/entity-reference-legalaid.md: full reference for future entity creation Removed: - LegalAid entity (entityDefs, scopes, clientDefs, layouts, i18n, controller) - GenerateInitialReport tool (replaced by DirectAccessReportGenerator) - Custom JS field view for cLegalAidNumber - update_legal_aid and get_legal_aid tools - Case link to legalAids Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
457 B
JSON
14 lines
457 B
JSON
{
|
|
"name": "LegalAssistance",
|
|
"version": "2.0.0",
|
|
"acceptableVersions": [">=8.0.0"],
|
|
"php": [">=8.1"],
|
|
"releaseDate": "2026-04-07",
|
|
"author": "Marcus-Law",
|
|
"description": "סיוע משפטי — יצירת דוח גישה ישירה (JSON ישירות ל-DOCX), אינטגרציה עם שירה",
|
|
"scripts": {
|
|
"afterInstall": "scripts/AfterInstall.php",
|
|
"afterUninstall": "scripts/AfterUninstall.php"
|
|
}
|
|
}
|