From 18a4e105b1fb8999080a4d7366732e7cf158b198 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 20 Mar 2020 08:22:37 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d1fe9a..a863b4b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ -# Changes +# Updated 2020-03-20 -src/LoaderBundle/Service/ModelLoader.php -Added an iteration counter for parent models and abort model if it has too many parents. - -src/LoaderBundle/Service/RebrickableLoader.php -Added a fourth column "material_id" which is new in the csv file. You have to add this field in the database manually! (material_id, varchar 128, null) +The Third-Party API's have changed over time and several code changes were needed to run this project successfully. As of now, it should work out of the box with the additional install notes and the original install notes below. ## Install Notes