# Version 9.1.250.3 (Support Release - 10 September 2026)

#### **Communications**

##### Removed border radius from button (#154525)

**Solution**

- Removed the border radius added to button

##### Added backdrop shadows for comms portal and system message (#154521)

**Solution**

- Added backdrop to comms portal
- Added backdrop to the system message modal centered and changed the z-index of the different backdrops

##### Resolved DateTime differences (#154595)

**Problem**

- When the banner dates are saved, they where configure on the client timezone and saved accordingly, but all other calculations are assumed that it saved in UTC

**Solution**

- Added a fix to convert back to UTC when saving and, when showing, convert again from UTC

##### Set default width starting point of banners (#154511)

**Solution**

- Added a change to increase the default width

##### Added image upload for system messages (#154601)

**Problem**

- When adding an image to a system alert/message, the image is never actually uploaded.

**Solution**

- Correctly handle uploads using the "Insert Image" control and pasting an image into the RTE.

---