From c07d86b2019ca19d3f7a62771b4ac96deaa65d39 Mon Sep 17 00:00:00 2001 From: Jorge Torres Date: Tue, 19 Mar 2024 23:53:35 +0000 Subject: [PATCH] Add changelog --- plugins/woocommerce/changelog/fix-type-error-create-options | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/woocommerce/changelog/fix-type-error-create-options diff --git a/plugins/woocommerce/changelog/fix-type-error-create-options b/plugins/woocommerce/changelog/fix-type-error-create-options new file mode 100644 index 000000000000..c0f7ef21ce54 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-type-error-create-options @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Prevent possible type error during install routine.