Files
espocrm/data/state.php
bsiggel f95246f99f updated advanced pack to 3.12.0:
Reports:

    Non-aggregated columns in Grid report export.
    Normalized table mode for 2-dimensional Grid reports.
    Ability to create internal reports via the UI.
    Ability to show/hide and resize columns in the list report result view.
2026-02-07 16:09:20 +01:00

15 lines
293 B
PHP

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