### 1.2.2 - 2025-07-02
- Add toggles for premium features
- Fix position in `BreadcrumbList` schema
- Fix missing custom properties
- Re-add `name`, `description` and `mainEntity` for `Article` schema for backward compatibility
- Allow users to delete the plugin data when uninstalling by defining a constant in `wp-config.php`:
```
define( 'SLIM_SEO_DELETE_DATA', true );
```