feat!: v2.0.0 — replace LegalAid entity with direct JSON-to-DOCX generation
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>
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "LegalAssistance",
|
||||
"version": "1.5.0",
|
||||
"version": "2.0.0",
|
||||
"acceptableVersions": [">=8.0.0"],
|
||||
"php": [">=8.1"],
|
||||
"releaseDate": "2026-04-07",
|
||||
"author": "Marcus-Law",
|
||||
"description": "סיוע משפטי — ישות LegalAid מרכזית, דוח גישה ישירה, משימות אוטומטיות, אינטגרציה עם שירה",
|
||||
"description": "סיוע משפטי — יצירת דוח גישה ישירה (JSON ישירות ל-DOCX), אינטגרציה עם שירה",
|
||||
"scripts": {
|
||||
"afterInstall": "scripts/AfterInstall.php",
|
||||
"afterUninstall": "scripts/AfterUninstall.php"
|
||||
|
||||
Reference in New Issue
Block a user