From 9565011b4023245daa222c717573ed900087881b Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Tue, 4 May 2021 12:40:24 +0200 Subject: [PATCH] feature(files): moved to folder --- CHANGELOG.md | 4 ++++ functions.php => storefront-wpdesk-tests/functions.php | 0 .../functions_flexible_shipping.php | 0 .../functions_rest_api.php | 0 style.css => storefront-wpdesk-tests/style.css | 0 .../woocommerce}/cart/cart-shipping.php | 0 6 files changed, 4 insertions(+) rename functions.php => storefront-wpdesk-tests/functions.php (100%) rename functions_flexible_shipping.php => storefront-wpdesk-tests/functions_flexible_shipping.php (100%) rename functions_rest_api.php => storefront-wpdesk-tests/functions_rest_api.php (100%) rename style.css => storefront-wpdesk-tests/style.css (100%) rename {woocommerce => storefront-wpdesk-tests/woocommerce}/cart/cart-shipping.php (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae7b7f..ea0de0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +[2.0.0] - 2021-05-04 +# Changed +* moved to folder + [1.0.3] - 2019-10-30 # Added * filter wpdesk_tracker_use_testdata diff --git a/functions.php b/storefront-wpdesk-tests/functions.php similarity index 100% rename from functions.php rename to storefront-wpdesk-tests/functions.php diff --git a/functions_flexible_shipping.php b/storefront-wpdesk-tests/functions_flexible_shipping.php similarity index 100% rename from functions_flexible_shipping.php rename to storefront-wpdesk-tests/functions_flexible_shipping.php diff --git a/functions_rest_api.php b/storefront-wpdesk-tests/functions_rest_api.php similarity index 100% rename from functions_rest_api.php rename to storefront-wpdesk-tests/functions_rest_api.php diff --git a/style.css b/storefront-wpdesk-tests/style.css similarity index 100% rename from style.css rename to storefront-wpdesk-tests/style.css diff --git a/woocommerce/cart/cart-shipping.php b/storefront-wpdesk-tests/woocommerce/cart/cart-shipping.php similarity index 100% rename from woocommerce/cart/cart-shipping.php rename to storefront-wpdesk-tests/woocommerce/cart/cart-shipping.php -- GitLab