Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

76 lines (46 loc) · 2.25 KB

Os2Display/CoreBundle CHANGELOG

2.2.3

  • Merged PR #18 - Added screen admin role. Fixed issue with serialization listener.

2.2.2

  • Merged PR #17 - Expanded cleanup media folder command.

2.2.1

  • Merged PR #16 - Added cleanup command to remove files in upload folder that are not connected to Media entities.

2.2.0

  • Merged #15 - Feature: Configurable video formats.

2.1.3

  • Merged #14 fixing issue with relative url in user creation mail.

2.1.2

  • Merged #13 fixing check to avoid null issue.

2.1.1

  • Merged #12 fixing issues with feed reader.

2.1.0

  • Added support for screen-bundle.

2.0.0

  • Symfony 3.4 upgrade.

1.2.0

  • Changed MiddlewareCommunications to be event based, and moved improvements from CampaignBundle into CoreBundle.
  • Added id to list over entities to delete with cleanup command.
  • Added os2display:core:cleanup command to remove unused content from an installation.
  • Removed broken slide references.
  • Added is_null check for slides in channel.getPublishedSlides().
  • Fixed missing sharing index serialization.

1.1.0

  • Changed try/catch of FeedService to catch all exceptions.
  • Fixed issue where shared channel was not serialized correctly, resulting in a blocked screen-timeline overview.
  • Fixed behat features
  • Added viewable_groups to apiData.
  • Removed configuration call from base extension
  • Added cron controll route. Reformatted code
  • Fixed issue with slide template ikSlide.path variable.
  • Fixed zencoder job naming.

1.0.11

  • Merged PR: #5 allowing users to edit their own profile.

1.0.10

  • Fixed zencoder job naming.
  • Fixed issue with sharing_service event naming.
  • Changed ScreenTemplateEntity->tools to json_array. Requires update of schema to use.
  • Fixed screen save to database.

1.0.9

  • Fixed issue with deleting group that contained content.

1.0.x < 1.0.9

  • Move from 4.x structure to 5.x with core in core-bundle.