-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.html
More file actions
606 lines (534 loc) · 18.9 KB
/
changelog.html
File metadata and controls
606 lines (534 loc) · 18.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Changelog - WordPress Style Analyzer Pro - Website Design Audit for Visual Consistency</title>
<link rel="icon" href="https://intolos.github.io/wordpress-style-analyzer-pro/icon32.png" type="image/png">
<style>
html {
font-size: 18px !important;
--base-font-size: 1rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
font-size: 1rem;
line-height: 1.6;
color: #2d3748;
overflow-x: clip;
padding-top: 60px;
}
/* Shared Styles from benefits.html */
.hero {
background: linear-gradient(135deg, #4B68E7 0%, #764ba2 100%);
color: white;
padding: 40px 20px 40px;
text-align: center;
position: relative;
overflow: hidden;
}
.hero-content {
position: relative;
z-index: 1;
max-width: 1000px;
margin: 0 auto;
}
.header-container {
display: flex;
justify-content: center;
width: 100%;
margin-bottom: 20px;
}
.header-content {
display: flex;
align-items: center;
text-align: center;
}
.header-logo {
height: 4rem;
width: auto;
margin-right: 15px;
}
.header-title {
font-size: 2.5rem;
margin: 0;
line-height: 1.1;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
.btn-back {
display: inline-flex;
align-items: center;
padding: 10px 20px;
background: rgba(255,255,255,0.2);
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
margin-bottom: 30px;
border: 1px solid rgba(255,255,255,0.4);
transition: all 0.3s ease;
}
.btn-back:hover {
background: rgba(255,255,255,0.3);
transform: translateX(-5px);
}
/* Changelog Specific Styles */
.changelog-intro {
background: #f8fafc;
padding: 25px;
border-radius: 12px;
border-left: 5px solid #4B68E7;
margin-bottom: 50px;
color: #4a5568;
font-style: italic;
line-height: 1.8;
}
.section-title {
text-align: center;
font-size: 2.2rem;
margin-bottom: 0px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.star-left { color: #f6ad55; } /* Orange/Gold */
.star-right { color: #4B68E7; } /* Blue */
/* Timeline Design */
.timeline {
position: relative;
padding-left: 40px;
margin-bottom: 80px;
}
.timeline::before {
content: '';
position: absolute;
left: 14px;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(to bottom, #4B68E7, #764ba2);
border-radius: 2px;
}
.timeline-item {
position: relative;
margin-bottom: 50px;
}
.timeline-node {
position: absolute;
left: -33px;
top: 5px;
width: 18px;
height: 18px;
background: white;
border: 4px solid #4B68E7;
border-radius: 50%;
z-index: 1;
}
.timeline-content {
background: white;
padding: 25px;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
border: 1px solid #e2e8f0;
transition: transform 0.3s ease;
}
.timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(75, 104, 231, 0.1);
}
.version-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
flex-wrap: wrap;
gap: 10px;
}
.version-number {
font-size: 1.4rem;
font-weight: 700;
color: #4B68E7;
}
.version-date {
font-size: 0.9rem;
color: #718096;
font-weight: 600;
background: #edf2f7;
padding: 4px 12px;
border-radius: 20px;
}
.version-notes {
color: #4a5568;
font-size: 1rem;
line-height: 1.7;
}
.official-release-badge {
display: inline-block;
background: #4B68E7;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 0.75rem;
font-weight: bold;
margin-left: 10px;
vertical-align: middle;
text-transform: uppercase;
letter-spacing: 0.5px;
}
/* Navigation */
.sticky-header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
background: #284ED2;
z-index: 1000;
display: flex;
align-items: center;
padding: 0 20px;
}
.sticky-header-logo {
height: 48px;
width: 48px;
}
/* Footer */
.footer {
background: #284ED2;
color: white;
padding: 60px 20px 30px;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
margin-bottom: 40px;
}
.footer h3 {
margin-bottom: 20px;
color: #ffffff;
}
.footer-links {
list-style: none;
}
.footer-links li {
margin-bottom: 10px;
}
.footer-links a {
color: #E1E6EB;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-links a:hover {
color: white;
}
.footer-bottom {
text-align: center;
padding-top: 30px;
border-top: 1px solid #4a5568;
color: #cbd5e0;
}
@media (max-width: 600px) {
.header-title { font-size: 1.8rem; }
.header-logo { height: 3rem; }
.version-header { flex-direction: column; align-items: flex-start; }
}
/* ====== STICKY HAMBURGER MENU ====== */
html {
scroll-behavior: smooth;
}
.sticky-header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
background: #284ED2;
z-index: 1000;
display: flex;
align-items: center;
padding-left: 20px;
gap: 15px;
}
.sticky-header-logo {
height: 48px;
width: 48px;
}
.hamburger-btn {
background: none;
border: none;
cursor: pointer;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 5px;
}
.hamburger-btn span {
display: block;
width: 28px;
height: 3px;
background: white;
border-radius: 2px;
transition: all 0.2s ease;
}
.hamburger-btn:hover span {
background: #cce0ff;
}
.nav-dropdown {
position: fixed;
top: 60px;
left: 0;
background: #284ED2;
padding: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out, padding 0.2s ease-out;
z-index: 999;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.nav-dropdown.open {
max-height: calc(100vh - 60px);
overflow-y: auto;
padding: 15px 25px;
}
.nav-dropdown a {
display: block;
color: white;
text-decoration: none;
padding: 12px 0;
font-size: 1rem;
border-bottom: 1px solid rgba(255,255,255,0.15);
transition: color 0.2s ease;
}
.nav-dropdown a:last-child {
border-bottom: none;
}
.nav-dropdown a:hover {
color: #cce0ff;
}
.scroll-indicator {
text-align: center;
color: rgba(255,255,255,0.7);
font-size: 0.85rem;
padding: 8px 0;
background: linear-gradient(transparent, #284ED2 50%);
position: sticky;
bottom: 0;
margin-top: 5px;
pointer-events: none;
}
.scroll-indicator.hidden {
display: none;
}
/* Add padding to body to account for sticky header */
body {
padding-top: 60px;
}
/* ====== END STICKY HAMBURGER MENU ====== */
</style>
</head>
<body>
<!-- BEGIN STICKY HAMBURGER NAVIGATION -->
<header class="sticky-header">
<a href="index.html"><img src="https://intolos.github.io/wordpress-style-analyzer-pro/icon48.png" alt="Logo" class="sticky-header-logo"></a>
<button class="hamburger-btn" id="hamburgerBtn" aria-label="Toggle navigation menu">
<span></span>
<span></span>
<span></span>
</button>
</header>
<nav class="nav-dropdown" id="navDropdown">
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#topofpage">Introduction</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#features">Features</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#compareseo">Design Audit Compared to SEO Audit</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#use">Why Would You Use Squarespace Style Analyzer Pro?</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#benefits">Why Do You Need Over 80 Aspects of Design?</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#whydesignaudit">Why Our Design Audit?</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#how">How It Works</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#pricing">Pricing</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#testimonials">Success Story</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-pro#permissions">Permissions</a>
<a href="https://intolos.github.io/wordpress-style-analyzer-prochangelog.html">Changelog</a>
<a href="https://chromewebstore.google.com/detail/website-style-analyze/bhbgppapclpojpeemgdpdkannonmohbo" target="_blank">Get it at Chrome Web Store</a>
<div class="scroll-indicator" id="scrollIndicator">▼ Scroll for more</div>
</nav>
<!-- END STICKY HAMBURGER NAVIGATION -->
<div class="hero"><br />
<div class="hero-content">
<div class="header-container">
<div class="header-content">
<img src="https://intolos.github.io/wordpress-style-analyzer-pro/icon128.png" alt="WordPress Style Analyzer Pro" class="header-logo">
<h1 class="header-title">WordPress Style Analyzer Pro</h1>
</div>
</div>
<h2 class="section-title">
<span class="star-left">★</span> Changelog <span class="star-left">★</span>
</h2>
</div>
</div>
<div class="container">
<div class="changelog-intro">
It's interesting analyzing many websites. The extension works fantastically well for numerous sites then it finds an "edge case" that is different from the rest. And for this one case it gives an error. So we fix it for that anomaly. That's why you may see several "bug fix" updates with small increments between version numbers. If you find any problems, please report them with our support email.
</div>
<div class="timeline">
<!-- Add New Sections Below This Line -->
<!-- v4.5.9 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.5.9</span>
<span class="version-date">March 6, 2026</span>
</div>
<div class="version-notes">
<p>A few bug fixes.</p>
</div>
</div>
</div>
<!-- v4.5.7 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.5.7</span>
<span class="version-date">February 28, 2026</span>
</div>
<div class="version-notes">
<p>Major Enhancement: In the Brand Style Guide Colors report, now you can click on any color swatch and see all locations where that color is used. You can see the style specifications and selectors for each usage. Plus, you can use the "Locate" buttons to go directly to the place on the web page where it shows the usage with a red outline around it.<br /><br />
Major Enhancement: "Mobile Only" reporting is more robust with more details in reports specific to the mobile version of a website.<br /><br />
Enhancement: Gradients, when they exist, are shown in the Brand Style Guide Colors report.<br /><br />
Bug fix: Mobile report was being run at all times even when "analyze without mobile" was clicked.<br /><br />
Bug fix: WCAG Accessibility was showing false colors on contrast checking in some edge cases.<br /><br />
A few other small enhancements.</p>
</div>
</div>
</div>
<!-- v4.5.1 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.5.1</span>
<span class="version-date">February 18, 2026</span>
</div>
<div class="version-notes">
Bug fixes, enhanced colors detection processes, a variety of other small enhancements.
</div>
</div>
</div>
<!-- v4.4.6 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.4.6</span>
<span class="version-date">February 4, 2026</span>
</div>
<div class="version-notes">
Bug fixes, enhanced "Locate" button detection for edge cases.
</div>
</div>
</div>
<!-- v4.4.4 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.4.4</span>
<span class="version-date">February 2, 2026</span>
</div>
<div class="version-notes">
Based on user feedback, enhanced report function on one report, and enhanced report styling. A few minor UI/UX enhancements.
</div>
</div>
</div>
<!-- v4.4 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.4</span>
<span class="version-date">January 27, 2026</span>
</div>
<div class="version-notes">
Bug fixes, minor modifications to visual design, fine tuning the backend.
</div>
</div>
</div>
<!-- v4.2.8 -->
<div class="timeline-item">
<div class="timeline-node"></div>
<div class="timeline-content">
<div class="version-header">
<span class="version-number">Version 4.2.8 <span class="official-release-badge">Official Release</span></span>
<span class="version-date">January 15, 2026</span>
</div>
<div class="version-notes">
We have done many, many revisions, enhancements, feature additions, and much more. We have done a whole lot of testing but that doesn't mean we caught everything. (That's why even the largest companies constantly release bug fixes :) As you use the extension, toward the bottom of the user interface you will find our email. We welcome your feedback, trouble reports, feature suggestions, and, of course, wonderful testimonials. Let us know how we can help fulfill your needs related to website analysis and even other types of Chrome browser extensions.
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-content">
<div>
<h3>WordPress Style Analyzer Pro</h3>
<p style="line-height: 1.8;">Professional <strong><em>Design Audit</em></strong> tool for WordPress websites. Immediately analyze all styles, headings, paragraphs, buttons, and color palette for <strong><em>consistency</em></strong>. Critical <strong><em>Quality Checks using over 80 Aspects of Design</em></strong> for quality assurance. And much more. Detailed and beautiful reports. Within minutes, we automate your design audit for quality assurance. We save you 5, 10, 15, or more, hours of manual review which could easily miss important inconsistencies. You will rarely, if ever, find our design audit elements, Quality Checks, and reports in any SEO extensions.</p>
</div>
<div>
<h3>Product</h3>
<ul class="footer-links">
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#topofpage">Introduction</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#features">Features</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#compareseo">Design Audit Compared to SEO Audit</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#use">Why Would You Use WordPress Style Analyzer Pro?</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#benefits">Why Do You Need Over 80 Aspects of Design?</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#whydesignaudit">Why Our Design Audit?</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#how">How It Works</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#pricing">Pricing</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#testimonials">Success Story</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro#permissions">Permissions</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro/changelog.html">Changelog</a></li>
<table>
<tr>
<td><img src="https://intolos.github.io/wordpress-style-analyzer-pro/icon128.png" alt="WordPress Style Analyzer Pro" style="height: auto; width: auto; vertical-align: top; margin-right: 5px;">
</td>
<td><a href="https://chromewebstore.google.com/detail/website-style-analyze/bhbgppapclpojpeemgdpdkannonmohbo" target="_blank">Get the Extension Now from the Chrome Web Store</a>
</td>
</tr>
</table>
</li>
</ul>
</div>
<div>
<h3>Support</h3>
<ul class="footer-links">
<li><a href="mailto:webbyinsights+WordPress@gmail.com">Contact Us by Email</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro/privacy-policy.html" target="_blank">Privacy Policy</a></li>
<li><a href="https://intolos.github.io/wordpress-style-analyzer-pro/terms-of-service.html" target="_blank">Terms of Service</a></li>
<!-- <li><a href="#">FAQ</a></li> -->
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Edward Mass. All rights reserved.</p>
</div>
</div>
<!-- HAMBURGER MENU JAVASCRIPT -->
<script src="welcome.js"></script>
</body>
</html>