Winnipeg Classifieds

Changelog

Version 1.6

2025-08-25

Fixed

  • Hydration Error: Resolved a persistent React hydration error in the footer's copyright component by simplifying it into a static Server Component, ensuring consistent rendering on both server and client.

Changed

  • Changelog: Replaced the static `public/changelog.html` file with a dynamic Next.js page at `/changelog` to better integrate with the site's layout and styling.

Version 1.5

2025-08-18

Added

  • Admin Ad Management: Implemented a new page at `/admin/ads` to allow administrators to view and delete any ad on the platform.
  • Firestore Security Rules: Created a comprehensive `firestore.rules` file to secure the database, implementing role-based access for admin users to manage ads and protecting user data.

Changed

  • Admin Dashboard: Updated the 'Total Ads' stat card to link directly to the new ad management page.
  • Admin Sidebar: Added a new 'Ads' navigation link for easy access to the ad management page.