Skip to content

Commit

Permalink
release 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 19, 2018
1 parent 59667d9 commit 320bf00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Superdesk Server Changelog

## [1.11] 2018-01-19

### Fixed

- Fixed language missing in output when not enabled in profile.
- Removing duplicate operators for headline filter parameters.
- Fix markup removed from custom field on validation.
- Use field name for custom fields in validation error messages.
- Fix saving of minlength in content profile.

### Added

- Add settings to control editor note overriding.
- Add charcount and wordcount to ninjs output.
- Add support for custom date fields.
- Send notifications to users mentioned in inline comments.
- Add e2e test data for editor3.

## [1.10] 2018-01-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='Superdesk-Core',
version='1.10',
version='1.11',
description='Superdesk Core library',
long_description=LONG_DESCRIPTION,
author='petr jasek',
Expand Down

0 comments on commit 320bf00

Please sign in to comment.