Commit ee7b7988ea for woocommerce
commit ee7b7988eadef887326865945ab78d045c77698d
Author: Devanshi Joshi <86941664+devanshijoshi9@users.noreply.github.com>
Date: Wed Jan 14 13:04:55 2026 +0530
Establish naming convention for patterns (#62700)
* Update banner pattern
* Updated pattern names to follow naming convention
* Fix: Some pattern name to follow naming convention
* Add changelog file
* Fix: Remove and prefix from all the patterns
* Fix: Resolve the nitpicking and readability related feedbacks
* Kept some of the pattern names as it is
---------
Co-authored-by: Karol Manijak <20098064+kmanijak@users.noreply.github.com>
diff --git a/plugins/woocommerce/changelog/fix-42375 b/plugins/woocommerce/changelog/fix-42375
new file mode 100644
index 0000000000..4436a0394e
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-42375
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Update pattern names to follow naming convention
diff --git a/plugins/woocommerce/patterns/content-right-image-left.php b/plugins/woocommerce/patterns/content-right-image-left.php
index 2515f60891..8da41a84b2 100644
--- a/plugins/woocommerce/patterns/content-right-image-left.php
+++ b/plugins/woocommerce/patterns/content-right-image-left.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Content right with image left
+ * Title: Content Right with Image Left
* Slug: woocommerce-blocks/content-right-with-image-left
* Categories: WooCommerce, About
*/
diff --git a/plugins/woocommerce/patterns/footer-with-3-menus.php b/plugins/woocommerce/patterns/footer-with-3-menus.php
index 8c388b723c..8ac500ee5c 100644
--- a/plugins/woocommerce/patterns/footer-with-3-menus.php
+++ b/plugins/woocommerce/patterns/footer-with-3-menus.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Footer with menus
+ * Title: Footer with 3 Menus
* Slug: woocommerce-blocks/footer-with-3-menus
* Categories: WooCommerce
* Block Types: core/template-part/footer
diff --git a/plugins/woocommerce/patterns/four-image-grid-content-left.php b/plugins/woocommerce/patterns/four-image-grid-content-left.php
index 40c74b2a3b..d66b15860f 100644
--- a/plugins/woocommerce/patterns/four-image-grid-content-left.php
+++ b/plugins/woocommerce/patterns/four-image-grid-content-left.php
@@ -1,7 +1,7 @@
<?php
/**
* Title: Four Image Grid Content Left
- * Slug: woocommerce-blocks/form-image-grid-content-left
+ * Slug: woocommerce-blocks/four-image-grid-content-left
* Categories: WooCommerce, About
*/
declare(strict_types=1);
diff --git a/plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php b/plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php
index ea0b91ac4d..93bf7c50c9 100644
--- a/plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php
+++ b/plugins/woocommerce/patterns/heading-with-three-columns-of-content-with-link.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Heading with three columns of content with link
+ * Title: Heading with Three Columns of Content and Link
* Slug: woocommerce-blocks/heading-with-three-columns-of-content-with-link
* Categories: WooCommerce, Services
*/
diff --git a/plugins/woocommerce/patterns/intro-centered-content-with-image-below.php b/plugins/woocommerce/patterns/intro-centered-content-with-image-below.php
index dc2f83f921..daa541f7d2 100644
--- a/plugins/woocommerce/patterns/intro-centered-content-with-image-below.php
+++ b/plugins/woocommerce/patterns/intro-centered-content-with-image-below.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Centered content with image below
+ * Title: Centered Content with Image Below
* Slug: woocommerce-blocks/centered-content-with-image-below
* Categories: WooCommerce, Intro
*/
diff --git a/plugins/woocommerce/patterns/page-coming-soon-with-header-footer.php b/plugins/woocommerce/patterns/page-coming-soon-with-header-footer.php
index 583d974d50..246f81904c 100644
--- a/plugins/woocommerce/patterns/page-coming-soon-with-header-footer.php
+++ b/plugins/woocommerce/patterns/page-coming-soon-with-header-footer.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Coming Soon With Header and Footer
+ * Title: Coming Soon with Header and Footer
* Slug: woocommerce/page-coming-soon-with-header-footer
* Categories: WooCommerce
* Template Types: coming-soon
diff --git a/plugins/woocommerce/patterns/social-follow-us-in-social-media.php b/plugins/woocommerce/patterns/social-follow-us-in-social-media.php
index 646bed1ec9..b78ea282af 100644
--- a/plugins/woocommerce/patterns/social-follow-us-in-social-media.php
+++ b/plugins/woocommerce/patterns/social-follow-us-in-social-media.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Social: Follow us on social media
+ * Title: Social: Follow Us on Social Media
* Slug: woocommerce-blocks/social-follow-us-in-social-media
* Categories: WooCommerce, social-media
*/
diff --git a/plugins/woocommerce/patterns/testimonials-single.php b/plugins/woocommerce/patterns/testimonials-single.php
index 1aa46d127f..ece6976fd1 100644
--- a/plugins/woocommerce/patterns/testimonials-single.php
+++ b/plugins/woocommerce/patterns/testimonials-single.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Testimonials Single
+ * Title: Testimonial Single
* Slug: woocommerce-blocks/testimonials-single
* Categories: WooCommerce, Reviews
*/
diff --git a/plugins/woocommerce/patterns/three-columns-with-images-and-content.php b/plugins/woocommerce/patterns/three-columns-with-images-and-content.php
index 678bd801ca..d5fe673cf0 100644
--- a/plugins/woocommerce/patterns/three-columns-with-images-and-content.php
+++ b/plugins/woocommerce/patterns/three-columns-with-images-and-content.php
@@ -1,6 +1,6 @@
<?php
/**
- * Title: Three columns with images and content
+ * Title: Three Columns with Images and Content
* Slug: woocommerce-blocks/three-columns-with-images-and-content
* Categories: WooCommerce, Services
*/