> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/newsroom-planner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/newsroom-planner/5.0.0-2/admin-guide/changelog.md).

# Changelog

{% hint style="success" %}

## 5.0.0 (2021-03-01)

### **Added**

* Ability to set custom Assignment icons for each type in “My Assignment”
* Ability to copy events from Events with sub items view.
* Ability to copy planningItems with sub items from PlanningItem view and My assignment application.
* A new portal to create a package for existing article for other plugins.
* Expose an action to open "Event/PlanningItem/Assignment" in DetailView modal.
* New favorites for Suggest search.

### **Changed**

* Sorting/Filter methods.
* Config structure for ICP providers.
* State when we change workspace or type is now remembered.
* Changed Suggest search so we now have one set of filters per type.

### **Removed**

* Custom sorting config and replaced with a set of sorting keys.
* Filters from Top bar in full NRP application, and utilise SuggestSearch to filter cards.
* Property mappings/fetching for all NRP types: Event/PlanningItem/Assignment from config.
* Notifications Agent from plugin mappings.

### **Fixed**

* Ability to remove “Related info” loadable component from config
* Full-day indicator for “My Assignments” cards
* Reseting columns layout when closing a detail view
* Coping tags from PlanningItem into Assignment when creating FullPackage from Action Widget/My Assignment
  {% endhint %}

{% hint style="info" %}

## 4.0.1 (2020-12-16) - EU

### Fixed

* Issue with status colorization for assignment artifacts in My Assignments
  {% endhint %}

{% hint style="info" %}

## 4.0.0 (2020-12-14) - EU

### **Added**

* Templates manager, the ability to create/update personal templates.
* Icons to Single-View cards to indicate card types.
* Cards collapse functionality

### **Changed**

* Upload/Link photos in My Assignments available for everyone.
* My Assignments cards: display all available Assignments on the same PlanningItem along with assigned ones.

### **Improved**

* Translations.
* Top bar GUI in full app.

### **Removed**

* Templates config from plugin settings.
* SuggestSearch mappings.
  {% endhint %}

{% hint style="info" %}

## 3.0.4 (2020-11-05)

### Fixed

* Issue with main channel not being read from template
* Issue with personal template not being used when creating articles from My assignments
  {% endhint %}

{% hint style="info" %}

## 3.0.3 (2020-10-19)

### Fixed

* Issue with items in columns not loading more if filter search was initiated before scroll
  {% endhint %}

{% hint style="info" %}

## 3.0.2 (2020-10-14)

### Fixed

* Issue with article sidebar not displaying article body
  {% endhint %}

{% hint style="info" %}

## 3.0.1 (2020-10-05)

### Fixed

* Issue with all assignment being text when created from my assignment
  {% endhint %}

{% hint style="info" %}

## 3.0.0 (2020-10-01)

### Added

* Support for OC 3.0
* Support to email info regarding assignments to assignees
* Register plugin with default config in order to reset to default
* Loadable components to the different detail views (Event, Planning, Assignment)
* Support for Article sizing
* New article modal (configureable with loadable components)
* New article portal (to be used from other plugins)
* New Planning and Assignment portal (to be used from other plugins)
* Support for Deadline
* Integration with new style-guide & utility modules

### **Changed**

* Stacking of assignments that belong to same planning item in single view
* Refactored settings to encapsulate most config that belong to certain component in its self (loadable components)

### Fixed

* Using assignment headline as new article headline by default
* Inherit sector from Event when creating Planning from Event
* Focus on detail view in order to get key shortcuts to work without interacting with list items
* Updated plugin icon
* Disabled create/duplicate articles in single view while update is in progress
* Increased the limit of articles within assignments to be fetched
  {% endhint %}


---

# 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://docs.navigaglobal.com/newsroom-planner/5.0.0-2/admin-guide/changelog.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.
