Changelog
Version 0.0.1 - Initial Release
New Features:
-
Basic Site Structure: Initial navigation setup and a simple responsive layout to display posts.
-
Post Display: Basic system to display posts with static content.
-
Contact Form: Basic contact form with field validation, allowing communication with site administrators.
Version 0.0.2 - Improvements and Fixes
New Features:
-
Post Category Filtering: Filtering by post categories to allow users to explore specific content.
-
Tagging System: Implementation of tags for posts, enabling more efficient search.
Fixes:
-
Contact Form Error: Fixed issue where contact form wasn't displaying error messages when required fields were empty.
-
Mobile Layout Adjustment: Improved layout for mobile devices, providing smoother content display.
Version 0.0.3 - Optimizations, New Features, and Holiday Events
New Features:
-
Markdown Support: Ability to process Markdown files and display their content as HTML in posts.
-
Content Caching: Implementation of caching to improve page load time, storing processed post content.
-
New Post Notifications: Email notification system to alert users when new posts are published.
-
Holiday Events:
-
Christmas Countdown: Addition of a festive countdown to Christmas, displayed on the homepage.
-
New Year's Eve Celebration: Special New Year's Eve post with event details and countdown to New Year.
-
Holiday Themed Posts: Introduction of a series of end-of-year themed posts, including gift guides and party traditions.
Improvements:
-
Page Load Performance: The post listing page now loads more efficiently using AJAX to fetch posts in the background without reloading the page.
-
Filter Interface: Enhanced interface for filtering by categories and tags, now more intuitive and faster.
Fixes:
-
Post Ordering Issue: Fixed error where posts were displayed out of order, even when publication date was correctly set.
-
Post Cache Fix: Adjusted post caching to ensure new content is properly updated.