From 4058371b07450d91882728f6bfdafab263187126 Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Wed, 19 Aug 2020 11:31:02 +0200 Subject: [PATCH] Add a notice in readme about the DI being disabled --- src/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/README.md b/src/README.md index 6ae6a4b8d3b..735db540239 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,9 @@ # WooCommerce `src` files +## Important note + +The dependency injection container is disabled for now due to conflicts with plugins that use the same container package. Therefore all the content about registering and resolving classes, and interacting with legacy code, doesn't apply yet. It will be enabled at a later time. + ## Table of contents * [Installing Composer](#installing-composer)