From 3994c9ac4ff0e5a7fc19295a86b5b6482b2f099e Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Mon, 2 May 2022 09:48:54 -0700 Subject: [PATCH] Added `version` to `composer.json` In order for the Jetpack Autoloader to consistently apply a version to class files, we will define it in our plugin's `composer.json` file. --- plugins/woocommerce/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce/composer.json b/plugins/woocommerce/composer.json index c39e2bd193c..a4a965a33b0 100644 --- a/plugins/woocommerce/composer.json +++ b/plugins/woocommerce/composer.json @@ -2,6 +2,7 @@ "name": "woocommerce/woocommerce", "description": "An eCommerce toolkit that helps you sell anything. Beautifully.", "homepage": "https://woocommerce.com/", + "version": "6.6.0", "type": "wordpress-plugin", "license": "GPL-3.0-or-later", "prefer-stable": true,