From 66059f4ac5121b251b817babc94ba657f64facaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20=C3=98=2E=20Eriksen?= Date: Wed, 7 Jun 2023 10:18:05 +0200 Subject: [PATCH] Update enonic.json System requirements are wrong (we're a Java platform), and I noticed the asset fingerprinting feature that we support using unique URLs for all versions of an asset. --- enonic.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/enonic.json b/enonic.json index 3e026fe..8cecdca 100644 --- a/enonic.json +++ b/enonic.json @@ -1,13 +1,13 @@ { - "lastUpdated": "2021-09-01", + "lastUpdated": "2023-06-07", "name": "Enonic XP", - "version": "7.7", + "version": "7.12", "license": "GPLv3", "inception": "2015-03", "category": "Professional/Enterprise", "systemRequirements": { "name": "System Requirements", - "value": "Apache/NGINX, PHP, MYSQL. Compute 2vCPU and 2GB memory min." + "value": "Compute 2vCPU and 2GB memory min." }, "specialFeatures": { "name": "Special Features", @@ -146,7 +146,7 @@ }, "assetFingerprinting": { "name": "Asset fingerprinting", - "value": "No" + "value": "Yes" }, "cdnSupport": { "name": "CDN Support",