Skip to content

Commit

Permalink
release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 31, 2018
1 parent 8d8d442 commit 1efd7a7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Superdesk Server Changelog

## [1.19] 2018-05-31

### Fixed

- Fix priority and urgency qcodes schema.
- Fix vocabularies not validating item if unique field is missing.

### Added

- Add event/planning item types to content filters.
- Add docs how to create an output formatter.
- Add schema fields for preffered cv items.
- Add dev server config for content api.

### Changed

- Push notification when new vocabulary is created.
- Feeding services labels and fields should be set server side, not client.
- Change email address field not to be case sensitive.
- Default `unique_field` to `qcode` when suitable in vocabulary.
- Enable getting image/video item id form image/video url.

## [1.18] 2018-05-11

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

setup(
name='Superdesk-Core',
version='1.18',
version='1.19',
description='Superdesk Core library',
long_description=LONG_DESCRIPTION,
author='petr jasek',
Expand Down
2 changes: 1 addition & 1 deletion superdesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .privilege import privilege, intrinsic_privilege, get_intrinsic_privileges # noqa
from .workflow import * # noqa

__version__ = '1.18'
__version__ = '1.19'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit 1efd7a7

Please sign in to comment.