Skip to content

Commit 9b97ffd

Browse files
committed
fix: correct stale pattern/template counts in README.md and readme.txt
Verified against actual file counts: 119 non-WooCommerce + 24 WooCommerce patterns (143 total) in patterns/, 19 files in templates/. - README.md's '125+ patterns' (quoted apart from '24 WooCommerce patterns') overclaimed the real 119 non-WooCommerce count -> 115+ - readme.txt's three '125+' mentions quote a combined total and undersold the real 143 -> 140+ - readme.txt's '17 page and post templates' undercounted the real 19 and omitted WooCommerce templates -> matches README.md's wording
1 parent 1c6b4ef commit 9b97ffd

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- **`composer.json` `description` field** — was the placeholder
3333
`"A WordPress block theme by Jasper Frumau"`. Replaced with the same
3434
description already used on the GitHub repo.
35+
- **Stale pattern/template counts in README.md and readme.txt.** Verified
36+
against the actual file counts: 119 non-WooCommerce patterns + 24
37+
WooCommerce patterns (143 total) in `patterns/`, and 19 files in
38+
`templates/`.
39+
- README.md's "125+ patterns" (quoting the non-WooCommerce count
40+
separately from "24 WooCommerce patterns") overclaimed — real count is
41+
119. Corrected to "115+".
42+
- readme.txt's three "125+" mentions quote a combined total and were
43+
undersold relative to the real total of 143. Corrected to "140+".
44+
- readme.txt's "17 page and post templates" undercounted — real count is
45+
19, and the list includes WooCommerce templates. Corrected to match
46+
README.md's "19 page, post, and WooCommerce templates".
3547

3648
## [4.9.0] - 2026-08-18
3749

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For developer installation and setup, see [CONTRIBUTING.md](CONTRIBUTING.md)
5353

5454
## What's Included
5555

56-
**125+ patterns** across hero sections, features, CTAs, testimonials, cards, blog, portfolio, and more — plus 24 WooCommerce patterns covering the full shopping journey. Includes 19 page, post, and WooCommerce templates.
56+
**115+ patterns** across hero sections, features, CTAs, testimonials, cards, blog, portfolio, and more — plus 24 WooCommerce patterns covering the full shopping journey. Includes 19 page, post, and WooCommerce templates.
5757

5858
**Page Layouts** — full-page compositions that assemble multiple section patterns into a single ready-to-insert page: Agency About, Generic Contact, Main Site Homepage, and Agency Services.
5959

readme.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

1111
== Description ==
1212

13-
Launch a professional business website with the Elayne WordPress block theme! Elayne features 125+ beautiful pattern designs, 32 interactive CSS effects, WooCommerce store integration, and a fully-customizable design system with Global Styles. Elayne integrates seamlessly with all of the powerful WordPress editor features, giving you the most lightweight and powerful website builder — no expensive page builder plugin required!
13+
Launch a professional business website with the Elayne WordPress block theme! Elayne features 140+ beautiful pattern designs, 32 interactive CSS effects, WooCommerce store integration, and a fully-customizable design system with Global Styles. Elayne integrates seamlessly with all of the powerful WordPress editor features, giving you the most lightweight and powerful website builder — no expensive page builder plugin required!
1414

1515
= Key Features =
1616

17-
* 125+ Professional Patterns - All 100% original, created specifically for Elayne
17+
* 140+ Professional Patterns - All 100% original, created specifically for Elayne
1818
* 32 Interactive CSS Effects - Pure CSS animations for buttons, cards, images, and text
1919
* WooCommerce Integration - Custom product archive template with responsive 3-2-1 grid
2020
* 8 Style Variations - Complete design systems including Bistro, Food & Beverage, Spa & Wellness, Legal Blue, Home Improvement, Nail Salon, and Publicist
@@ -30,7 +30,7 @@ Launch a professional business website with the Elayne WordPress block theme! El
3030

3131
= Pattern Collection =
3232

33-
Elayne includes **125+ professionally designed patterns** across multiple categories:
33+
Elayne includes **140+ professionally designed patterns** across multiple categories:
3434

3535
**Core Patterns:**
3636
* Hero Sections (8) - Modern heroes with bold typography, split layouts, slanted overlays, and conversion-focused designs. Includes the new main-hero pattern for agency and corporate homepages
@@ -61,7 +61,7 @@ Elayne includes **125+ professionally designed patterns** across multiple catego
6161
Note: The "Contact With Form" and "Home Improvement Contact Section" patterns display a live Contact Form 7 form when that plugin is active. Without it, styled placeholder fields are shown as a fallback — no broken layouts.
6262

6363
**Templates:**
64-
* 17 page and post templates (centered, full-width, wide, sidebars, hero, landing page)
64+
* 19 page, post, and WooCommerce templates (centered, full-width, wide, sidebars, hero, landing page, product archive, product category, single product)
6565

6666
Browse the complete pattern library in **Appearance → Editor → Patterns**
6767

@@ -182,6 +182,7 @@ Elayne includes custom image sizes optimized for different layouts:
182182
* CHANGED: removed the now-unreferenced assets/images/readme-banner.jpg.
183183
* FIXED: composer.json license field still said GPL-2.0-or-later, missed when style.css, readme.txt and LICENSE.md were migrated to GPL v3 — this is what Packagist reads for the README's shields.io License badge, so the badge showed GPL v2 while everything else said v3.
184184
* FIXED: composer.json description field was the generic placeholder "A WordPress block theme by Jasper Frumau" — replaced with the same description already used on the GitHub repo.
185+
* FIXED: stale pattern/template counts in README.md and readme.txt. Verified against the actual files: 119 non-WooCommerce + 24 WooCommerce patterns (143 total) in patterns/, and 19 files in templates/. README.md's "125+ patterns" (quoted separately from "24 WooCommerce patterns") overclaimed the real 119 non-WooCommerce count, corrected to "115+". readme.txt's "125+" mentions quote a combined total and undersold the real 143, corrected to "140+". readme.txt's "17 page and post templates" undercounted the real 19 and omitted WooCommerce templates, corrected to match README.md's "19 page, post, and WooCommerce templates".
185186

186187
= 4.9.0 - 08/18/26 =
187188
* FIXED: Nail Salon, Home Improvement and Spa & Wellness placed light text on a brand-coloured band that was too light to carry it — 3.30:1, 2.85:1 and 2.19:1 where WCAG 2.1 AA asks for 4.5:1. Fixed at the band, not in the palette, so the brand colour is unchanged everywhere else: the Nail Salon stats bar and CTA step down one shade, the Home Improvement stats bar and header keep their orange but switch to a dark navy label, and the Spa booking CTA moves onto the deep teal already in its palette. All now clear AA (4.93:1, 6.36:1, 9.54:1).

0 commit comments

Comments
 (0)