Files
espocrm/data/state.php
bsiggel 0faf1c0657 Add CPuls entity and related resources
- Introduced a new entity "CPuls" with metadata definitions including fields, links, and indexes.
- Updated existing JSON files to include "CPuls" in various contexts such as translations, entity definitions, and client definitions.
- Added localization support for "CPuls" in multiple languages.
- Modified existing files to accommodate the new entity in the application structure.
2026-02-13 09:53:35 +01:00

15 lines
293 B
PHP

<?php
return [
'cacheTimestamp' => 1770972795,
'microtimeState' => 1770972795.029599,
'currencyRates' => [
'EUR' => 1.0
],
'appTimestamp' => 1770476925,
'version' => '9.3.0',
'latestVersion' => '9.3.0',
'latestExtensionVersions' => [
'Advanced Pack' => '3.12.0'
]
];