# Release Notes: 10.4

## Added

- Added password input on Settings ([#3035](https://github.com/GatoGraphQL/GatoGraphQL/pull/3035))
- Added `date` input on custom post mutations (`createPost`, `updatePost`, `createCustomPost`, and `updateCustomPost`) ([#3036](https://github.com/GatoGraphQL/GatoGraphQL/pull/3036))
- Added `gmtDate` input on custom post mutations (`createPost`, `updatePost`, `createCustomPost`, and `updateCustomPost`) ([#3038](https://github.com/GatoGraphQL/GatoGraphQL/pull/3038))
- Updated **Translation** extension docs with **Claude** as translation provider ([#3039](https://github.com/GatoGraphQL/GatoGraphQL/pull/3039))

## Improvements

- Removed stale polyfill interface `DateTimeInterface` (for PHP 7.2) ([#3037](https://github.com/GatoGraphQL/GatoGraphQL/pull/3037))
