# Version 1.2 Notes

## Admin improvements

- New dashboard layout.
- Lead search and filters.
- Editable lead detail panel.
- Delete lead option.
- Reset demo data button.
- Revenue tracking fields.
- Internal notes.
- Call event section.
- SMS media links.
- CSV export with new fields.

## New API endpoints

```text
GET    /admin/api/summary
GET    /admin/api/options
GET    /admin/api/leads
GET    /admin/api/leads/:id
PATCH  /admin/api/leads/:id
DELETE /admin/api/leads/:id
POST   /admin/api/demo/reset
GET    /admin/api/export.csv
```

## cPanel

Use `app.js` as the startup file.
