# Lectern - v1.2.4
## Embedded API Realignment
### PLUGIN FIXES
- **`NoSuchMethodError` on `Toast.at(...)` and other recent API additions** — Impl was shading an out-of-date copy of `Lectern-API`, so downstream plugins (e.g. MindGames) crashed at runtime when calling the 8-arg `Toast.at(id, title, message, icon, x, y, HorizontalAlignment, VerticalAlignment)` factory or any of the new managers. Realigned to **Lectern-API 1.1.4** which carries `Toast.at`, `IImpactFrameManager`, `IExplosionManager`, `ISkyboxManager`, and `PlayerAltF4Event`.
### INTERNAL UPDATES
- Bumped **Lectern-Impl** to `1.2.4`.
- Embedded **Lectern-API** is now `1.1.4`.