Skip to content

Commit 486bc00

Browse files
authored
Merge pull request #88 from imagewize/readme-banner-update
Readme Banner Update
2 parents d1cd963 + 0f320d5 commit 486bc00

6 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.3.2] - 2026-05-22
11+
12+
### Changed
13+
14+
**README Banner Image:**
15+
- Replaced `readme-banner.png` with `readme-banner.jpg` for the theme's README banner
16+
- Updated `README.md` to reference the new JPG banner using standard Markdown image syntax
17+
- Removed centered `<div>` wrapper layout in favour of a plain Markdown `# h1` heading with inline image
18+
- Simplified README header structure: eliminated two `<div align="center">` blocks and the nested SVG logo reference",
19+
1020
## [4.3.1] - 2026-05-22
1121

1222
### Fixed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
<div align="center">
2-
<img src="assets/images/logos/elayne-logo-primary.svg" alt="Elayne Theme" width="120" height="140">
1+
# Elayne — Professional WordPress Block Theme for Full Site Editing
2+
3+
![Elayne Theme](assets/images/readme-banner.jpg)
34

4-
# Elayne
5-
</div>
6-
<div align="center">
75
Design better, build faster, publish sooner. Elayne is a professional WordPress block theme designed for modern businesses, offering sophisticated patterns and conversion-optimized layouts — no coding or expensive page builders required.
8-
</div>
96

107
## Why Choose Elayne?
118

assets/images/readme-banner.jpg

70.4 KB
Loading

assets/images/readme-banner.png

-230 KB
Binary file not shown.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: block-patterns, block-styles, blog, custom-colors, custom-logo, custom-men
44
Requires at least: 6.6
55
Tested up to: 7.0
66
Requires PHP: 8.0
7-
Stable tag: 4.3.1
7+
Stable tag: 4.3.2
88
License: GNU General Public License v3.0 (or later)
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -174,6 +174,10 @@ Elayne includes custom image sizes optimized for different layouts:
174174

175175
== Changelog ==
176176

177+
= 4.3.2 - 05/22/26 =
178+
* CHANGED: README banner - Replaced readme-banner.png with readme-banner.jpg and simplified header layout to standard Markdown (removed centered div wrappers and SVG logo)."
179+
180+
177181
= 4.3.1 - 05/22/26 =
178182
* FIXED: Plumbing Hero pattern - Corrected stats row inline style to include margin-top:0 and padding-top matching the block's spacing attributes, resolving block validation mismatch."
179183

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: A premium full-site-editing block theme with industry-specific patt
77
Requires at least: 6.6
88
Tested up to: 7.0
99
Requires PHP: 8.0
10-
Version: 4.3.1
10+
Version: 4.3.2
1111
License: GNU General Public License v3 or later
1212
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
Text Domain: elayne

0 commit comments

Comments
 (0)