Skip to content

Releases: bbc/programmes-pages-service

v14.4 - Fix invalid SQL

29 Apr 14:30
202f0cc

Choose a tag to compare

Some invalid SQL was being reported by updated version of Doctrine in the Programmes Frontend - IS NOT is only really used for boolean values so have changed it to the correct ANSI-supported format != to fix the issue.

v14.3 Add Ancestry Table

05 Feb 13:36
f5132d5

Choose a tag to compare

What's Changed

Full Changelog: V14.2...v14.3

Add privacy policy contact option

29 Oct 15:56
c5dc28e

Choose a tag to compare

V14.2

DATCAP-1142: Add Privacy Policy as a valid contact type (#313)

v14.1

21 Oct 14:36
9d710be

Choose a tag to compare

DATCAP-1031: Update Image Entity (#311)

* DATCAP-1031: Add height and width property to image entity

* DATCAP-1031: Update property type

* DATCAP-1031: Update tests to include height and width

* DATCAP-1031: Update return type for getHeight and getWidth

* DATCAP-1031: Make setters params nullable

ContactMediumEnum-WhatsApp-update

04 Oct 10:12
abd89ff

Choose a tag to compare

New release to help Faucet ingest the new WhatsApp dropdown changes from iSite (ticket: DATCAP-1117)

Ref_availability_mabel composite unique index

07 Mar 13:44

Choose a tag to compare

Full Changelog: 13.3.0...13.4.0

Added a unique composite index between version_id and media_set_id on the ref_availability_mabel table.

New ref_availability_mabel table

31 Jan 14:10
db5fbf2

Choose a tag to compare

Adding new ref_availability_mabel tabel for Nitro replacement work. Table will be used whilst dual running the nitro replacement system

New core_entity indexes

18 Jan 14:27
f49ad6f

Choose a tag to compare

Adding two indexes to core_entity table to improve performance of clips queries

Jira

https://jira.dev.bbc.co.uk/browse/DATCAP-441

v13.1.0 - Masterbrand-specific functionality

11 Feb 10:36
8c4e13d

Choose a tag to compare

  • MasterBrandRepository ::findByMid
  • MasterBrandsService ::findByMid
  • ServiceFactory ::getMasterBrandsService

v13.0.0 - Support for Symfony 5 (Maybe)

27 Jan 11:58
6f10390

Choose a tag to compare

Add support for Symfony 5(#304)