diff --git a/updates/1.60/ver_1.697.zip b/updates/1.60/ver_1.697.zip new file mode 100644 index 0000000..20044b6 Binary files /dev/null and b/updates/1.60/ver_1.697.zip differ diff --git a/updates/1.60/ver_1.697_manifest.json b/updates/1.60/ver_1.697_manifest.json new file mode 100644 index 0000000..bde5f49 --- /dev/null +++ b/updates/1.60/ver_1.697_manifest.json @@ -0,0 +1,43 @@ +{ + "changelog": "NEW - Admin\\ base infrastructure (Phase 6): Form Edit System (5 ViewModels + FormValidator) + Support layer (TableListRequestFactory + FormRequestHandler + FormFieldRenderer)", + "version": "1.697", + "files": { + "added": [ + ".paul/governance/governance_2026-04-25.jsonl", + ".paul/governance/governance_2026-04-26.jsonl", + ".paul/governance/governance_2026-04-30.jsonl", + ".paul/phases/04h-hotfix-https-updates/scripts/audit-packages.ps1", + ".paul/phases/04h-hotfix-https-updates/scripts/cleanup-baks.ps1", + ".paul/phases/04h-hotfix-https-updates/scripts/inject-anchor-1519.ps1", + ".paul/phases/04h-hotfix-https-updates/scripts/patch-packages.ps1", + ".paul/phases/04h-hotfix-https-updates/scripts/patch-urlencode.ps1", + ".playwright-mcp/console-2026-04-25T23-34-21-170Z.log", + ".playwright-mcp/page-2026-04-25T23-34-21-330Z.yml", + ".playwright-mcp/page-2026-04-25T23-41-31-384Z.yml", + "autoload/admin/Support/Forms/FormFieldRenderer.php", + "autoload/admin/Support/Forms/FormRequestHandler.php", + "autoload/admin/Support/TableListRequestFactory.php", + "autoload/admin/Validation/FormValidator.php", + "autoload/admin/ViewModels/Forms/FormAction.php", + "autoload/admin/ViewModels/Forms/FormEditViewModel.php", + "autoload/admin/ViewModels/Forms/FormField.php", + "autoload/admin/ViewModels/Forms/FormFieldType.php", + "autoload/admin/ViewModels/Forms/FormTab.php" + ], + "deleted": [ + + ], + "modified": [ + "autoload/Domain/Releases/UpdateRepository.php", + "autoload/Shared/Helpers/Helpers.php" + ] + }, + "checksum_zip": "sha256:53ceb21f0d8c4aad3bbea3afaf2e28c2e3570405a6d6e4e489355e8c7985d6b6", + "sql": [ + + ], + "date": "2026-04-30", + "directories_deleted": [ + + ] +} \ No newline at end of file diff --git a/updates/versions.php b/updates/versions.php index d45c616..f19bd3f 100644 --- a/updates/versions.php +++ b/updates/versions.php @@ -11,7 +11,7 @@ $mdb = new medoo( [ 'charset' => 'utf8' ] ); -$current_ver = 1696; // aktualizowane automatycznie przez build-update.ps1 +$current_ver = 1697; // aktualizowane automatycznie przez build-update.ps1 // 1. Skan filesystem — lista istniejących ZIPów $versions = [];