> For the complete documentation index, see [llms.txt](https://contentbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contentbox.ortusbooks.com/v5.x/intro/release-history/whats-new-with-5.3.0.md).

# What's New With 5.3.0

### Bug

* [CONTENTBOX-1442](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1442) regression - the author preferences UI form should not overwrite all preferences when saving
* [CONTENTBOX-1438](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1438) Adding a category when creating a new blog post causes an error
* [CONTENTBOX-1437](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1437) Upgrade to ContentBox 5.2 from 5.0 does not allow pages to save
* [CONTENTBOX-1436](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1436) PAGES\_EDITOR permission should allow for publishing/unpublishing for editors
* [CONTENTBOX-1435](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1435) Pagination stops working intermittently when navigating the site tree
* [CONTENTBOX-1430](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1430) Media manager context menus breaking intermittently and only a full reload will fix
* [CONTENTBOX-1426](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1426) Publishing time is decimal formatted not Time Formatted
* [CONTENTBOX-1423](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1423) Do not allow to set yourself as your own parent in pages
* [CONTENTBOX-1421](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1421) Import dialog broken regression on all editors
* [CONTENTBOX-1418](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1418) Retrieval Order Field will Only Accept Numbers up to 99
* [CONTENTBOX-1416](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1416) Blog entry content should not have parent modifier

### Improvement

* [CONTENTBOX-1335](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1335) Link the swagger resources to the actions in the api module

### New Feature

* [CONTENTBOX-1444](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1444) New Migration Utils for all migrations to share common utilities
* [CONTENTBOX-1419](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1419) Rapidoc enhancements for our API Docs
* [CONTENTBOX-1417](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1417) New Admin Bar

### Task

* [CONTENTBOX-1441](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1441) Verify the upgrader
* [CONTENTBOX-1372](https://ortussolutions.atlassian.net/browse/CONTENTBOX-1372) Deprecation of `Mobile Layout` in order to use responsive design


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://contentbox.ortusbooks.com/v5.x/intro/release-history/whats-new-with-5.3.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
