Skip to content

Commit

Permalink
release 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 7, 2018
1 parent 5b2589b commit 48b97cd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Superdesk Server Changelog

## [1.23] 2018-08-07

### Fixed

- Fix the upload of rgba jpg images.
- Filter non text fields from content filter options.
- Fix dictionary entries saving when ending with dot.
- Prevent item type change after it's created.

### Added

- Add `agenda_href` to content api items schema.
- Add event and coverage ids to content api items schema.
- Add Preview API support.

### Changed

- Move tweet url from ednote to extra field in twitter ingest.
- Move aggregations to be a member of search endpoint class.

## [1.22] 2018-06-17

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

setup(
name='Superdesk-Core',
version='1.22',
version='1.23',
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.22'
__version__ = '1.23'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit 48b97cd

Please sign in to comment.