Commit c85b6d7daab for woocommerce

commit c85b6d7daab6f37cd38192f24a422837da66698f
Author: Thomas Roberts <5656702+opr@users.noreply.github.com>
Date:   Wed Mar 11 12:33:18 2026 +0000

    Add hint about template versions to CLAUDE.md (#63603)

    Add line about template versions to CLAUDE.md

diff --git a/CLAUDE.md b/CLAUDE.md
index da136e17a56..36a0be56faf 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -79,6 +79,7 @@ plugins/woocommerce/

 - Current version in `includes/class-woocommerce.php` → `$version` property
 - Used for `@since` annotations (remove `-dev` suffix)
+- When changing template files (PHP files used to display UI on the front-end) the version in their header should be updated to the current version, without the `-dev` suffix.

 ## Development Workflow