From 9f5c2236fc6bc2a76f6e7e9b14634ada7d9a1eb8 Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Tue, 31 Oct 2023 18:51:26 +0100 Subject: [PATCH] Update upgrade --- UPGRADE.MD | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/UPGRADE.MD b/UPGRADE.MD index bd1afc2..4bef0a7 100644 --- a/UPGRADE.MD +++ b/UPGRADE.MD @@ -11,6 +11,15 @@ This page contains all upgrade notes since the release of the stable 2.0.0 versi - You need to load the `AdminGenerated` namespace manually in your frontend controller in order to have a valid cache when debug is enabled. Check the [base installation](Resources/doc/install/base-installation.md) on how to do that! +## 4.0.0 + +- Add support for static generated base builders, old behaviour is still the default +- Dropped PHPExcel support + +## 3.0.0 + +- Symfony 5 support + ## 2.5.0 - Added support for PHPSpreadsheet due to the abandonment of PHPExcel