silverstripe-framework/docs/en/04_Changelogs/alpha/4.9.0-alpha1.md
2021-08-25 21:16:56 +12:00

54 KiB
Raw Blame History

4.9.0-alpha1

Overview

A full list of module versions included in CMS Recipe 4.9.0-alpha1 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See Recipes.

Included module versions
Module Version
silverstripe/admin x.x.x
silverstripe/asset-admin x.x.x
silverstripe/assets x.x.x
silverstripe/campaign-admin x.x.x
silverstripe/cms x.x.x
silverstripe/config x.x.x
silverstripe/errorpage x.x.x
silverstripe/framework x.x.x
silverstripe/graphql x.x.x
silverstripe/login-forms x.x.x
silverstripe/mimevalidator x.x.x
silverstripe/reports x.x.x
silverstripe/siteconfig x.x.x
silverstripe/versioned x.x.x
silverstripe/versioned-admin x.x.x

Change Log

Features and Enhancements

  • silverstripe/installer (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-18 be9d875 Use Swift_SendmailTransport for new projects (Steve Boyd)
  • silverstripe/assets (1.8.0 -> 1.9.0-alpha1)

    • 2021-07-05 9526c54 Add lazy loading to image rendered in SS template (Maxime Rainville)
    • 2021-07-05 ce3a649 Image lazy-loading for wysiwyg images (#455) (Steve Boyd)
    • 2021-05-19 80019e9 Ensure logged in members can access draft files (#446) (Aaron Carlino)
  • silverstripe/config (1.1.0 -> 1.2.0-alpha1)

    • 2018-02-26 e0e4013 New alias for 1.x-dev (Daniel Hensby)
  • silverstripe/framework (4.8.0 -> 4.9.0-alpha1)

    • 2021-07-31 a90d46dbc Title tips for form fields (Steve Boyd)
    • 2021-07-18 4cd6b1434 Reduce duplication of code in GridField view and edit buttons. (#9953) (GuySartorelli)
    • 2021-06-29 e4e4b0924 Use text field's title for validation messages. (GuySartorelli)
    • 2021-06-25 d710990e1 Provide onBeforeRenderHolder extension hook. (GuySartorelli)
    • 2021-06-17 b625ba99b Remove wording for authenticated devices being manageable (Steve Boyd)
    • 2021-05-23 9dd69c40e Add DBText->Summary tests (Michal Kleiner)
    • 2021-05-10 f8a943115 Add extension point to Director::is_site_url (Michal Kleiner)
    • 2020-08-26 8883413ba Add GridFieldDetailForm::setRedirectMissingRecords() (Sam Minnee)
    • 2019-08-24 02fb7c3b1 Support dot syntax in form field names (Sam Minnee)
  • silverstripe/admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-08-03 e7a9513 FormField Title tooltip (Steve Boyd)
    • 2021-07-08 4817216 Avoid "new" keyword to instantiate injectable CMSMenuItem (GuySartorelli)
  • silverstripe/asset-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-08-02 a420ec9b Add image form input to opt out of lazy loading (Steve Boyd)
    • 2021-06-20 4979699a Update data source used for file delete modal (Steve Boyd)
  • dnadesign/silverstripe-elemental (4.6.0 -> 4.7.0)

    • 2021-06-27 eae0ff9 Top Page enhancements. (#832) (Mojmir Fendek)
  • silverstripe/mfa (4.3.0 -> 4.4.0-alpha1)

    • 2021-06-16 51d6094 Increase rate limit (Steve Boyd)

Bugfixes

  • silverstripe/installer (4.8.0 -> 4.9.0-alpha1)

    • 2021-06-21 9487628 Fix typo (Seno)
  • silverstripe/framework (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-23 de87d91d2 Trim email addresses to comply with RFC 2822, 3.6.2 (Steve Boyd)
    • 2021-08-06 9a7c99fc4 Take current request protocol into account when deleting session cookie (Florian Thoma)
    • 2021-08-05 ecb233012 Fix error when executing method SSViewer::templates() when $subTemplates is still null (Bram de Leeuw)
    • 2021-07-27 e436e13df Fix link typo in 01_Caching.md (Vlad Mencl)
    • 2021-07-06 87d076faa Cast DBInt value to int (Steve Boyd)
    • 2021-07-01 8e803bbcf Parse Enums with dots in their values (Steve Boyd)
    • 2021-06-29 0b979dc34 Cache duplicate embeds separately (Steve Boyd)
    • 2021-06-17 7ed7ad025 Ensure changing a password to blank is validated (Steve Boyd)
    • 2021-06-05 28b5b803b Defensively copy mocked datetime (David Peck)
    • 2021-05-31 472fc4ebb Update DataQuery::exists to return false when limit causes no result to be returned (#9946) (Maxime Rainville)
    • 2021-05-20 5e2ca7f0a Tidy extension and cli fix for tests (Ingo Schommer)
    • 2021-05-14 7024af541 Fix typos in 04_Data_Types_and_Casting.md (Manuel Thalmann)
    • 2021-05-14 6e499b73a Fix typos in 03_Lists.md (Manuel Thalmann)
    • 2021-05-13 a5e4a5c97 Fix typos in 02_Relations.md (Manuel Thalmann)
    • 2021-05-13 f44119ff5 Fix typos in 01_Data_Model_and_ORM.md (Manuel Thalmann)
    • 2020-09-16 2017a2043 Use empty array as a fallback for preg_split within dbtext summary (Michal Kleiner)
    • 2020-08-04 9d03a6856 Retain custom sort on custom lists in GridFieldAddExistingAutoCompleter (Ingo Schommer)
    • 2019-08-26 5dcf5197d Make the ./_ substitution optional. (Sam Minnee)
    • 2019-08-26 c7c6bdebd Allow join-object to be referenced as a component (Sam Minnee)
    • 2019-08-24 6ba7bf7b2 Replace .s with _s in HTML IDs (Sam Minnee)
  • silverstripe/admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-07-01 e361ae2 Unload previous preview when new URL is not available (Steve Boyd)
    • 2021-06-17 c18402a Treedropdown css (Steve Boyd)
    • 2021-06-04 ec80b60 Fix broken ModelAdmin test (Maxime Rainville)
    • 2021-06-02 56c3a8f Refactor HeaderField to be a functional component (Maxime Rainville)
    • 2021-05-28 a0a3701 managed_models slugs can't have hyphens (#1220) (Andrew Aitken-Fincham)
  • silverstripe/asset-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-08-12 f3065b6f Update unit test to use TestSession for session (Steve Boyd)
    • 2021-06-20 91d59457 Update overrides url when file is selected (Steve Boyd)
  • silverstripe/versioned-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-06-10 789e52c Update broken translations (Maxime Rainville)
  • silverstripe/cms (4.8.0 -> 4.9.0-alpha1)

    • 2021-06-23 9d77ff3b Show 'No preview available' message for pages with no state (Steve Boyd)
    • 2020-09-17 2332831a Fix Behat test to use new toast notification step (Maxime Rainville)
  • silverstripe/login-forms (4.4.1 -> 4.5.0-alpha1)

    • 2021-06-24 c554983 Add Darkmod style for popover (#98) (Maxime Rainville)
  • silverstripe/tagfield (2.6.1 -> 2.7.0-alpha1)

    • 2021-07-26 debcd12 Fix missing CSS class for StringTagField initialisation (closes #148) (Loz Calver)
  • silverstripe/contentreview (4.2.0 -> 4.3.0-alpha1)

    • 2020-10-29 ebcfc48 Clear non-recurring custom date when reviewing (Jules)
  • silverstripe/sharedraftcontent (2.4.2 -> 2.5.0-alpha1)

    • 2021-07-27 e010663 Add no-change-track to link input (Will Rossiter)
  • dnadesign/silverstripe-elemental (4.6.0 -> 4.7.0)

    • 2021-02-09 ce4696e Add missing use statement. (GuySartorelli)
    • 2021-02-08 fb3bad4 ignored_classes Content field emptied by MigrateContentToElement task (GuySartorelli)
  • symbiote/silverstripe-queuedjobs (4.7.0 -> 4.8.0)

    • 2021-08-05 6f936a7 Remove stalled job if implementation not found (#350) (Will Rossiter)

API Changes

  • silverstripe/assets (1.8.0 -> 1.9.0-alpha1)

    • 2021-06-24 46e11eb Add image lazy load config (Steve Boyd)
  • silverstripe/framework (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-18 92f47da08 Update SwiftMailer from v5 to v6 (#10048) (Steve Boyd)

Dependencies

  • silverstripe/recipe-cms (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-19 03c6888 Add session manager (Steve Boyd)
    • 2021-05-17 53f9a7f Use versioned 1.8 (Steve Boyd)
    • 2021-05-17 861afad Update dependencies for CMS 4.8 (Steve Boyd)
  • silverstripe/recipe-core (4.8.0 -> 4.9.0-alpha1)

    • 2021-05-17 05c5042 Update dependencies for CMS 4.8 (Steve Boyd)
  • silverstripe/admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-14 f7f1a1f Bump ini from 1.3.5 to 1.3.8 (dependabot[bot])
    • 2021-05-14 a1c247f Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
    • 2021-03-30 0671a5c Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
  • silverstripe/asset-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-14 e907bc48 Bump ini from 1.3.5 to 1.3.8 (dependabot[bot])
    • 2021-03-30 701cd745 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 33f7ed89 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
    • 2020-10-16 e6bfab23 Bump npm-user-validate from 1.0.0 to 1.0.1 (dependabot[bot])
  • silverstripe/campaign-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-14 7fc5304 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
    • 2021-05-14 96df857 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
  • silverstripe/versioned-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-08-05 913781c Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
    • 2021-05-14 b014432 Bump elliptic from 6.5.1 to 6.5.4 (dependabot[bot])
    • 2021-05-07 f9c0c1c Bump url-parse from 1.4.7 to 1.5.1 (dependabot[bot])
    • 2021-05-07 6e411b5 Bump handlebars from 4.7.6 to 4.7.7 (dependabot[bot])
    • 2021-05-06 c168356 Bump ua-parser-js from 0.7.20 to 0.7.28 (dependabot[bot])
    • 2021-03-30 e58a8c0 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2020-12-31 2f728b2 Bump npm from 6.13.7 to 6.14.10 (dependabot[bot])
  • silverstripe/cms (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-08 1d2c4a21 Bump ws from 5.2.2 to 5.2.3 (dependabot[bot])
    • 2021-05-14 83e32a1f Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
    • 2021-05-12 ac78336f Bump merge from 1.2.1 to 2.1.1 (dependabot[bot])
    • 2021-03-30 26aba134 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
  • silverstripe/versioned (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-24 04d339b Require-dev graphql ^3.5 or ^4 (Steve Boyd)
  • silverstripe/login-forms (4.4.1 -> 4.5.0-alpha1)

    • 2021-06-06 179ad13 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
    • 2021-03-30 0f68703 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
  • silverstripe/recipe-authoring-tools (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-18 c68cc2a Update dependencies for CMS 4.8 (#11) (Andre Kiste)
  • silverstripe/tagfield (2.6.1 -> 2.7.0-alpha1)

    • 2021-08-05 068df7e Bump ini from 1.3.5 to 1.3.8 (dependabot[bot])
    • 2021-08-05 f996bba Bump ws from 5.2.2 to 5.2.3 (dependabot[bot])
    • 2021-08-05 1273c72 Bump https-proxy-agent from 2.2.2 to 2.2.4 (dependabot[bot])
    • 2021-05-10 bb59a75 Bump hosted-git-info from 2.8.8 to 2.8.9 (dependabot[bot])
    • 2021-05-09 7b289cc Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
    • 2021-05-08 f685681 Bump url-parse from 1.4.7 to 1.5.1 (dependabot[bot])
    • 2021-05-07 476e657 Bump handlebars from 4.5.3 to 4.7.7 (dependabot[bot])
    • 2021-05-07 281e237 Bump ua-parser-js from 0.7.20 to 0.7.28 (dependabot[bot])
    • 2021-03-30 6406f21 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 b11b434 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
    • 2020-10-16 3427bd4 Bump npm-user-validate from 1.0.0 to 1.0.1 (dependabot[bot])
  • silverstripe/recipe-blog (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-18 aa6b6ab Update dependencies for CMS 4.8 (#22) (Andre Kiste)
  • silverstripe/blog (3.7.0 -> 3.8.0-alpha1)

    • 2021-06-06 3a11155 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
    • 2021-05-15 5e90a4a Bump npm from 6.13.0 to 6.14.13 (dependabot[bot])
    • 2021-05-14 fde34fe Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
    • 2021-05-14 8f507d6 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-05-14 a5d1bb9 Bump npm-registry-fetch from 4.0.2 to 4.0.7 (dependabot[bot])
    • 2021-05-14 04e2d42 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
    • 2021-04-07 d7c4ad9 Bump ini from 1.3.5 to 1.3.8 (dependabot[bot])
    • 2021-04-07 0a98ad2 Bump bin-links from 1.1.3 to 1.1.8 (dependabot[bot])
    • 2021-04-07 b85e65b Bump dot-prop from 4.2.0 to 4.2.1 (dependabot[bot])
    • 2021-04-07 5ecb37f Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
  • silverstripe/comments (3.5.0 -> 3.6.0-alpha)

    • 2021-06-05 3a41303 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
    • 2021-05-10 a4eeec4 Bump hosted-git-info from 2.8.8 to 2.8.9 (dependabot[bot])
  • silverstripe/contentreview (4.2.0 -> 4.3.0-alpha1)

    • 2021-08-08 53209b9 Bump tar from 2.2.1 to 2.2.2 (dependabot[bot])
    • 2021-08-05 21aebc4 Bump node-sass from 4.5.3 to 4.14.1 (dependabot[bot])
    • 2021-08-05 aa019ea Bump ini from 1.3.4 to 1.3.8 (dependabot[bot])
    • 2021-05-14 63e500e Bump is-my-json-valid from 2.16.1 to 2.20.5 (dependabot[bot])
    • 2021-05-12 ce9ae1d Bump merge from 1.2.0 to 1.2.1 (dependabot[bot])
    • 2021-05-10 497e8eb Bump hosted-git-info from 2.5.0 to 2.8.9 (dependabot[bot])
    • 2021-05-07 9c4b558 Bump ua-parser-js from 0.7.14 to 0.7.28 (dependabot[bot])
    • 2021-03-30 30cf99e Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 4944a14 Bump elliptic from 6.4.0 to 6.5.4 (dependabot[bot])
  • silverstripe/sharedraftcontent (2.4.2 -> 2.5.0-alpha1)

    • 2021-08-08 a9858b5 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
    • 2021-08-08 3906f66 Bump url-parse from 1.4.7 to 1.5.3 (dependabot[bot])
    • 2021-08-08 a2d44cd Bump ua-parser-js from 0.7.20 to 0.7.28 (dependabot[bot])
    • 2021-08-05 be19319 Bump npm from 6.13.4 to 6.14.14 (dependabot[bot])
    • 2021-06-06 a5ab724 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
    • 2021-05-10 ac34e5b Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
    • 2021-05-09 00e7219 Bump lodash from 4.17.15 to 4.17.21 (dependabot[bot])
    • 2021-03-30 6372b33 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 bafecb1 Bump elliptic from 6.5.1 to 6.5.4 (dependabot[bot])
  • symbiote/silverstripe-advancedworkflow (5.4.0 -> 5.5.0-alpha1)

    • 2021-08-04 5a86ab1 Bump tar from 2.2.1 to 2.2.2 (dependabot[bot])
    • 2021-05-14 e78b63e Bump ini from 1.3.5 to 1.3.8 (dependabot[bot])
    • 2021-03-30 c90dcad Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 2aa7257 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
  • silverstripe/recipe-form-building (1.8.0 -> 1.9.0-alpha1)

    • 2021-05-18 ac80737 Update dependencies for CMS 4.8 (#11) (Andre Kiste)
  • silverstripe/segment-field (2.3.0 -> 2.4.0-alpha1)

    • 2021-06-05 bbadba6 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
    • 2021-05-10 b073ad0 Bump hosted-git-info from 2.8.8 to 2.8.9 (dependabot[bot])
    • 2021-05-09 8c9484b Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
    • 2021-04-30 b771e34 Bump ssri from 6.0.1 to 6.0.2 (dependabot[bot])
    • 2021-03-30 e834d80 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 f710cbd Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
  • silverstripe/recipe-content-blocks (2.8.0 -> 2.9.0-alpha1)

    • 2021-05-19 16b88df Update dependencies for CMS 4.8 (#14) (Andre Kiste)
  • dnadesign/silverstripe-elemental (4.6.0 -> 4.7.0)

    • 2021-04-19 bff02b0 Bump ssri from 6.0.1 to 6.0.2 (dependabot[bot])
    • 2020-12-11 058b0ce Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
  • cwp/cwp-recipe-search (2.8.0 -> 2.9.0-alpha1)

    • 2021-05-18 5b1b134 Update dependencies for CMS 4.8 (Andre Kiste)
  • silverstripe/totp-authenticator (4.1.1 -> 4.2.0-alpha1)

    • 2021-08-05 0b08f28 Bump ws from 5.2.2 to 5.2.3 (dependabot[bot])
    • 2021-05-14 c4f4fe1 Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
    • 2021-05-10 58cfa12 Bump hosted-git-info from 2.8.8 to 2.8.9 (dependabot[bot])
    • 2021-05-07 4568894 Bump handlebars from 4.5.1 to 4.7.7 (dependabot[bot])
    • 2021-03-30 8b13f4a Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 09a2e13 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
    • 2020-12-11 5f52065 Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-11-11 c5fd81f Bump dot-prop from 4.2.0 to 4.2.1 (dependabot[bot])
  • silverstripe/mfa (4.3.0 -> 4.4.0-alpha1)

    • 2021-08-05 f31c85a Bump ws from 5.2.2 to 5.2.3 (dependabot[bot])
    • 2021-05-14 5cf337d Bump ini from 1.3.5 to 1.3.8 (dependabot[bot])
    • 2021-05-11 638148f Bump hosted-git-info from 2.8.8 to 2.8.9 (dependabot[bot])
    • 2021-05-11 52ce62f Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
    • 2021-05-09 35eb656 Bump handlebars from 4.7.6 to 4.7.7 (dependabot[bot])
    • 2021-05-07 2667e73 Bump ua-parser-js from 0.7.20 to 0.7.28 (dependabot[bot])
    • 2021-04-01 6dadc43 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-10 dfc08a5 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
  • silverstripe/ckan-registry (1.2.0 -> 1.3.0-alpha1)

    • 2021-05-10 66b90b8 Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
    • 2021-05-07 38b6e34 Bump url-parse from 1.4.7 to 1.5.1 (dependabot[bot])
    • 2021-05-07 e75e844 Bump handlebars from 4.5.1 to 4.7.7 (dependabot[bot])
    • 2021-05-06 da3ab3a Bump ua-parser-js from 0.7.20 to 0.7.28 (dependabot[bot])
    • 2021-03-30 973429b Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 adc04ba Bump elliptic from 6.5.1 to 6.5.4 (dependabot[bot])
    • 2020-06-06 8e56dbb Bump websocket-extensions from 0.1.3 to 0.1.4 (dependabot[bot])
  • silverstripe/webauthn-authenticator (4.2.0 -> 4.3.0-alpha1)

    • 2021-08-05 6d4eea7 Bump ws from 5.2.2 to 5.2.3 (dependabot[bot])
    • 2021-05-10 4b48b24 Bump hosted-git-info from 2.8.8 to 2.8.9 (dependabot[bot])
    • 2021-05-08 23033b1 Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
    • 2021-05-07 32e9eab Bump handlebars from 4.7.6 to 4.7.7 (dependabot[bot])
    • 2021-03-30 5ee0fa1 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
    • 2021-03-09 1414320 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])

Documentation

  • silverstripe/assets (1.8.0 -> 1.9.0-alpha1)

    • 2021-03-19 4064bb0 Update PHPDoc for Upload_Validator::setAllowedMaxFileSize to reflect that a string can be provided (Maxime Rainville)
  • silverstripe/framework (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-23 a2f850d65 Add email section to server requirements (Steve Boyd)
    • 2021-08-18 c59ef273e incorrect php version reference (brynwhyman)
    • 2021-08-17 2838625a0 Add extra detail to the Image Lazy Loading doc (#10049) (Maxime Rainville)
    • 2021-08-15 e78a93588 Add session-manager to changelog (Steve Boyd)
    • 2021-08-10 0128bbd80 core committer onboarding proccess (brynwhyman)
    • 2021-08-04 0c998fc5c Add Michal Kleiner as core committer (Aaron Carlino)
    • 2021-07-17 c8c7ee4a0 better docblock for TinyMCEConfig::removeButtons (Nicolaas)
    • 2021-06-30 fdbd89976 Update SilverStripe to Silverstripe CMS (Michael Pritchard)
    • 2021-06-30 29320841c improve graphql inheritance docs (Aaron Carlino)
    • 2021-06-30 0537e769f Fix line break (Aaron Carlino)
    • 2021-06-30 f3e1cd459 new union and interface inheritance pattern (#9912) (Aaron Carlino)
    • 2021-06-24 b5a1024b1 update SilverStripe to Silverstripe (Michael Pritchard)
    • 2021-06-22 53ef257ff update SilverStripe to Silverstripe (Michael Pritchard)
    • 2021-06-08 ecd58cbc6 Remove stray 3.x changelogs (Ingo Schommer)
    • 2021-06-08 f1f946296 Add recipe version (Steve Boyd)
    • 2021-06-08 1fc1e71bb Tweak 4.8.0 changelog GraphQL entry (Maxime Rainville)
    • 2021-06-08 d5d9f4fd4 Changelog for 4.8.0 (Steve Boyd)
    • 2021-06-01 fa3c5e6fe Clearer sysadmin guidance for "packaging" (#9960) (Ingo Schommer)
    • 2021-06-01 6e13600a8 Update pattern library link to point to new repo (Maxime Rainville)
    • 2021-05-20 8c9e203f1 4.9.0 changelog with dot notation changes (Ingo Schommer)
    • 2021-05-20 99c56fc91 Handling nested form data (Ingo Schommer)
  • silverstripe/versioned-admin (1.8.0 -> 1.9.0-alpha1)

    • 2020-10-01 936a54f include userhelp link in versioned readme (brynwhyman)

Other changes

  • silverstripe/recipe-kitchen-sink (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-25 2361535 Loosen contstrain for release (Maxime Rainville)
    • 2021-08-25 cfeb879 Set up changelog (Maxime Rainville)
  • silverstripe/assets (1.8.0 -> 1.9.0-alpha1)

    • 2021-07-16 627be98 PATCH: fix docblock for FIle::find (Nicolaas)
    • 2021-07-08 576fd35 Remove ability to set loading state with 'eager'/'lazy' string (Maxime Rainville)
    • 2021-07-06 f0695d2 Update pre-existing test to work with new image syntax (Maxime Rainville)
    • 2021-07-06 bc7a718 Tweak casting settings (Maxime Rainville)
    • 2021-07-06 c0844ea Silly typo fix (Maxime Rainville)
  • silverstripe/config (1.1.0 -> 1.2.0-alpha1)

    • 2021-01-21 dbadfe5 Update build status badge (Steve Boyd)
    • 2020-12-06 480475f Use stable for topsort (Steve Boyd)
  • silverstripe/framework (4.8.0 -> 4.9.0-alpha1)

    • 2021-08-06 6e8a39056 Change SilverStripe to Silverstripe CMS (Michael Pritchard (HEIW))
    • 2021-08-02 cacd76235 Avoid "new" keyword to instantiate CompositeValidator (GuySartorelli)
    • 2021-07-13 3e2ca3027 destroy session on logout instead of restarting it (Florian Thoma)
    • 2021-07-08 03b43227a Update 02_Images.md (Steve Boyd)
    • 2021-07-01 8225b2e89 Update 02_Images.md (Andre Kiste)
    • 2021-06-25 b6d12bc14 Add docs for lazy loading (André Kiste)
    • 2021-06-21 62a74e97c Instructions Memcached change (Remy Vaartjes)
    • 2021-05-31 843671d10 [doc] Add additional information required to run the test (Pen y Fan)
    • 2021-05-31 bba872e02 [doc] Update to Silverstripe 4 convention (Pen y Fan)
    • 2021-05-31 44c30aea2 META: Publish docs on updates to 3 branch, not 3.7 (Aaron Carlino)
    • 2021-05-20 7a0d35452 Linter fixes (Ingo Schommer)
    • 2021-05-20 8806b3bef Fixes required for dot notation support in fields (Ingo Schommer)
    • 2021-05-19 ebdbbfd59 Update 04_Shortcodes.md (chromos33)
    • 2021-05-16 3a49759c0 Update 09_Casting.md (Manuel Thalmann)
    • 2021-05-16 293f7e9d0 Update 06_Themes.md (Manuel Thalmann)
    • 2021-05-16 0d649e0dd Update 05_Template_Inheritance.md (Manuel Thalmann)
    • 2021-05-16 deb767d9f Update 03_Requirements.md (Manuel Thalmann)
    • 2021-05-16 64d569ee0 Update 02_Common_Variables.md (Manuel Thalmann)
    • 2021-05-16 a1ace4229 Update 01_Syntax.md (Manuel Thalmann)
    • 2021-05-16 c3ff7a417 Update index.md (Manuel Thalmann)
    • 2021-05-14 4de89323f Update Grouping_DataObject_Sets.md (Manuel Thalmann)
    • 2021-05-14 e37188da4 Revert unnecessary change (Manuel Thalmann)
    • 2021-05-14 4f57bd94d Apply further suggestion (Manuel Thalmann)
    • 2021-05-14 42f0957bd Update Dynamic_Default_Fields.md (Manuel Thalmann)
    • 2021-05-14 ff7654db1 Update 11_Scaffolding.md (Manuel Thalmann)
    • 2021-05-14 b0cdff361 Apply suggestions (Manuel Thalmann)
    • 2021-05-14 ac7cbef6b Update 10_Versioning.md (Manuel Thalmann)
    • 2021-05-14 ff9fc2846 Update 08_SQL_Select.md (Manuel Thalmann)
    • 2021-05-13 ed50c1b94 Update docs/en/02_Developer_Guides/00_Model/02_Relations.md (Manuel Thalmann)
    • 2021-05-13 8c0efd398 Extension hooks for CsvBulkLoader (Ingo Schommer)
    • 2021-05-11 e7e586b8c Update 01_Validation.md (Daniel Pina)
    • 2021-05-05 b6a31d922 Update 01_ModelAdmin.md (Daniel Pina)
    • 2020-09-21 23ffd2bbd Linting fix (Dan Hensby)
  • silverstripe/admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-07-01 a4a4cbe Update CMSDialog.ss (Thomas Portelange)
    • 2021-05-24 1f9c2fc Remove broken versioneye badgets (Ingo Schommer)
  • silverstripe/campaign-admin (1.8.0 -> 1.9.0-alpha1)

    • 2021-08-05 5733dff Add hook (#205) (Alex Saelens)
  • silverstripe/cms (4.8.0 -> 4.9.0-alpha1)

    • 2021-07-16 10e2c1f2 PATCH: docblock for return value fixed for get_by_link (Nicolaas)
    • 2021-05-24 8438bf98 Remove broken versioneye badges (Ingo Schommer)
    • 2021-05-07 ed4ff6ea BUGFIX: Ensure SiteTree is always available in the CMS, along with ancestors (Aaron Carlino)
    • 2021-04-06 85c3b109 UPDATE generate canonical via MetaComponents (Nic Horstmeier)
  • silverstripe/siteconfig (4.8.0 -> 4.9.0-alpha1)

    • 2021-07-20 01fc2218 Add an extension point to customise/override returned current site config (Michal Kleiner)
  • silverstripe/versioned (1.8.0 -> 1.9.0-alpha1)

    • 2021-06-24 32b7282 Ensure versioning is applied before inheritance (Aaron Carlino)
    • 2021-05-24 c6ca052 Remove broken versioneye badges (Ingo Schommer)
  • silverstripe/graphql (3.5.0 -> 3.6.0-alpha1)

    • 2021-05-07 f70d296 BUGFIX: Ensure referential equality of two connection types in new GraphQL 4 compatible node/edges implementation (Aaron Carlino)
  • silverstripe/login-forms (4.4.1 -> 4.5.0-alpha1)

    • 2021-06-17 f0e5dbe Remove the help link (André Kiste)
  • silverstripe/contentreview (4.2.0 -> 4.3.0-alpha1)

    • 2021-05-14 c89a759 Add test (Daniel Hensby)
  • symbiote/silverstripe-advancedworkflow (5.4.0 -> 5.5.0-alpha1)

    • 2021-07-19 9f3a5f8 $this->extend() doesn't exist, add extensible (azt3k)
  • silverstripe/versionfeed (2.0.3 -> 2.1.0-alpha1)

    • 2021-01-21 42ea538 Update build status badge (Steve Boyd)
    • 2019-12-19 8de3ec1 META: Add github action to build docs (Aaron Carlino)
    • 2018-06-15 9065f82 Add supported module badge to readme (Dylan Wagstaff)
  • dnadesign/silverstripe-elemental (4.6.0 -> 4.7.0)

    • 2021-08-05 cfddd7d Patch 2 (#919) (Nicolaas)
    • 2021-07-04 e8dce69 BUGFIX: Ensure graphql3 compat in type name generation (#912) (Aaron Carlino)
    • 2021-06-17 2ca448b Add config to disable the content search in ElementSiteTreeFilterSearch (Alexandre)
    • 2021-05-19 9035ae4 ADD test for ignored_classes being respected when migrating content. (Guy Sartorelli)
  • symbiote/silverstripe-queuedjobs (4.7.0 -> 4.8.0)

    • 2021-05-28 c7377a4 Update performance.md (Sam Haftka)
  • silverstripe/totp-authenticator (4.1.1 -> 4.2.0-alpha1)

    • 2021-01-21 282eaaa Update build status badge (Steve Boyd)
  • silverstripe/crontask (2.2.1 -> 2.3.0-alpha1)

    • 2021-08-05 5c123a9 Update php constraint to ^7.1 || ^8 (Mason Dechaineux)
  • symbiote/silverstripe-multivaluefield (5.0.2 -> 5.1.0)

    • 2020-10-02 7786f26 Add tests for KeyValueField placeholders (Dan Hensby)
    • 2020-06-22 7408a28 Update MultiValueField.php (Alessandro Marotta)
    • 2020-06-22 8914963 Implementing "ItemsByKey" method (Alessandro Marotta)
    • 2020-06-10 240bbcc PHP 7.4 (Nathan)
    • 2019-07-25 02b8537 Allow a placeholder on the key/value input fields (Elliot Sawyer)