Skip to content

Releases: RoyalBoroughKingston/ck-api

v1.27.0

15 Nov 19:58
9f78a8f
Compare
Choose a tag to compare

Changed

  • Ealsticsearch support updated from v6 to v7.

v1.26.1

22 May 11:33
a7d4419
Compare
Choose a tag to compare

Fixed

  • CMS banner image now persisted.

v1.26.0

19 May 21:18
57a8320
Compare
Choose a tag to compare

Added

  • Banner added to CMS
  • Custom validation messages provided (not for all fields/rules)
  • Vimeo apex domain added to video embed URL validation rule
  • Related services now ranks services with lower-level taxonomies in common higher than those only with higher-level taxonomies in common

Changed

  • Max character count increased for some fields

Fixed

  • Can now remove video embed from services
  • Disabled services no longer returned in the related services
  • The historic update requests report can now be generated

v1.25.0

03 Apr 18:52
Compare
Choose a tag to compare

Changed

  • Now using NGINX on GOV.UK PaaS.

Fixed

  • Fixed issue with PHP-FPM status and ping endpoints returning a 404.

v1.24.0

03 Apr 17:00
ffb21d2
Compare
Choose a tag to compare

Added

  • Added status and ping endpoints for PHP-FPM.

Changed

  • Increased memory for ck-api instances from 128M to 256M.

v1.23.1

29 Mar 18:22
ce5bad7
Compare
Choose a tag to compare

Fixed

  • Removed rate-limiting from all endpoints as it was unable to differ between all guest users and treat them the same. If we need to add rate limiting back in, we should instead consider better caching at either the application level or CDN level.

v1.23.0

26 Mar 19:53
0e85448
Compare
Choose a tag to compare

Added

  • Increased instance count on production from 1 to 2.

v1.22.0

04 Nov 22:12
c09fe36
Compare
Choose a tag to compare

Added

  • New organisation sign up form now asks the user to set their initial password.

v1.21.0

02 Oct 18:34
45442c4
Compare
Choose a tag to compare

Added

  • Added historic update requests report export.
  • Organisations now only require a single contact method to be supplied.

v1.20.0

06 Sep 13:55
Compare
Choose a tag to compare

Added

  • Using PHP-CS-Fixer instead of PHP_CodeSniffer.
  • Documentation for the .env file.
  • Added AWS CloudFoundry template.
  • Added new organisation sign up form endpoint.

Changed

  • Using goldspecdigital/oooas for generating API specs instead of YAML.
  • Refactored develop script.
  • Using Docker for both local development and CI/CD.
  • Updated composer dependencies.

Fixed

  • Using Date facade consistently throughout app.