Recent Changes
2026-02-19 522b876Other
Merge branch 'main' of https://github.com/jameskilbynet/jkcoukblog
2026-02-19 9f0a940Feature
Merge branch 'claude/nostalgic-jemison' - fix featured image CSS specificity
2026-02-19 9144f07Feature
fix: Increase CSS specificity to fix featured image cropping
Kadence theme's .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img
2026-02-16 e3bd773Other
perf: Apply responsive srcsets to AVIF/WebP sources
Mobile users will receive smaller images (e.g., 300px AVIF instead of 768px)
2026-02-16 b3ba890Feature
Add Responsive Srcsets
2026-02-16 9633b26Other
Merge branch 'claude/bold-diffie'
2026-02-16 a45500eFeature
Add comprehensive scripts directory documentation
Created comprehensive README.md for scripts/ folder to improve
2026-02-16 e9e818aOther
Merge branch 'main' of https://github.com/jameskilbynet/jkcoukblog
2026-02-16 b277260Other
Merge branch 'claude/bold-diffie'
2026-02-16 f796449Feature
Fix Plausible Analytics stats page by adding self-hosted domain to CSP
The stats page iframe was blocked because CSP only allowed plausible.io
2026-02-16 f9787d4Other
Merge branch 'claude/bold-diffie'
2026-02-16 6e82b36Fix
Fix WordPress validator for Python 3.10 and simplify API checks
Fixes:
2026-02-16 5196933Other
Merge branch 'claude/bold-diffie'
2026-02-16 df7fd31Fix
Fix WordPress source validator API check and deprecation warning
Fixes:
2026-02-16 0d0ba78Other
Merge branch 'claude/bold-diffie'
2026-02-16 21937acFeature
Add WordPress source health validation script
Implements comprehensive WordPress source validation BEFORE static site
2026-02-16 33ec8aaOther
Merge branch 'claude/bold-diffie'
2026-02-16 3f4fbc5Feature
Add comprehensive Plausible Analytics validation testing
Adds CSP and HTML validation for Plausible Analytics to ensure it remains
2026-02-16 c997d9bFix
Fix Utterances comments blocked by CSP headers
Root cause: Content Security Policy in Cloudflare Worker was missing
2026-02-16 c8b2e17Fix
Merge branch 'main' - resolve conflicts in auto-generated files
2026-02-16 6d9a195Improvement
Update Stats
2026-02-16 b495fecFeature
Add comprehensive post-optimization validation
Adds validate_deployment.py script with extensive validation:
2026-02-15 defca46Other
Move Brotli compression to after all content modifications
Brotli was running before CSS optimization, SEO fixes, and minification,
2026-02-15 ee44162Improvement
Optimize GitHub Actions workflow ordering
- Consolidate system package installation (single apt-get update)
2026-02-15 982d4e9Fix
fix: replace deprecated datetime.utcnow() with timezone-aware datetime
Replace datetime.utcnow() with datetime.now(timezone.utc) to fix deprecation warning.
2026-02-15 c325e24Other
Page theme tweak
2026-02-15 a986727Other
Merge branch 'main' of https://github.com/jameskilbynet/jkcoukblog
2026-02-15 653c46dImprovement
Workers Update to improve security
2026-02-15 2880599Improvement
Update Python
2026-02-15 2b62cb8Improvement
Update Python