# Changelog All notable changes to Pet Nest are documented here. ## [0.3.3] - 2026-06-10 ### Added - Added a home link to the admin header brand. ## [0.3.2] - 2026-06-10 ### Changed - Updated production URLs for the subdomain root pointing directly at `public_html/pets`. - Web client now defaults to `https://pets.kovenkoo.com/api`. - Admin dashboard now uses `/api` and is intended to run at `https://pets.kovenkoo.com/admin/`. ## [0.3.1] - 2026-06-10 ### Added - Added admin API to set user coin balance. - Added admin API to set inventory item quantity. - Added admin API to read recent pet action logs. - Added admin dashboard controls for coins, inventory, and recent actions. ## [0.3.0] - 2026-06-10 ### Added - Added admin session table migration. - Added admin login API. - Added admin user list API. - Added admin user detail API. - Added admin password reset API. - Added `/admin` Web dashboard for user lookup, pet inspection, inventory inspection, daily progress, and password reset. ### Changed - Upload sync now includes the admin dashboard under `public_html/pets/admin`. - `.env.example` now includes admin credential settings. ## [0.2.4] - 2026-06-10 ### Changed - Consolidated upload files under `public_html/pets`. - API now reads `.env` and `VERSION` from the `pets` directory first. - Added a `pets/.htaccess` rule to block direct access to `.env`. ## [0.2.3] - 2026-06-10 ### Fixed - Updated the Web default API URL to `https://pets.kovenkoo.com/pets/api`. - Added production reset for clients still pointing at the old root `/api`. - Added a root upload entry page that redirects `/` to `/pets/`. ## [0.2.2] - 2026-06-10 ### Fixed - Fixed stale Web fallback version text still showing `v0.2.0`. - Added cache-busting query strings to `styles.css` and `app.js`. ## [0.2.1] - 2026-06-09 ### Fixed - Fixed Web clients keeping the old `http://127.0.0.1:8080` API URL after deployment. - Production pages now reset legacy local API URLs to `https://pets.kovenkoo.com/api`. ## [0.2.0] - 2026-06-09 ### Added - Added daily login rewards. - Added daily task progress and claim rewards. - Added `GET /api/daily`. - Added `POST /api/daily/claim-login`. - Added `POST /api/daily/claim-task`. - Added Web daily task panel. - Set default Web API base URL to `https://pets.kovenkoo.com/api`. ### Changed - Pet actions now update daily task progress after successful interaction. - Hostinger deployment docs now include the daily progress migration. ## [0.1.0] - 2026-06-09 ### Added - Added PHP API foundation for Hostinger shared hosting. - Added MySQL schema for users, sessions, pets, currencies, inventory, pet actions, and game config. - Added register and login APIs. - Added pet creation, pet status, and pet action APIs. - Added inventory and shop APIs. - Added public config API. - Added no-dependency Web prototype for login, pet creation, status display, inventory, shop, and interactions. - Added Hostinger deployment and test checklist docs.