Skip to content

Latest commit

 

History

History
751 lines (588 loc) · 87.5 KB

cwp_2.8.0-rc1.md

File metadata and controls

751 lines (588 loc) · 87.5 KB

2.8.0-rc1

Overview

This release includes Silverstripe CMS Recipe version 4.8.0-rc1.

Release Candidate

This version of CWP is a release candidate for an upcoming stable version, and should not be applied to production websites. We encourage developers to test this version in development / testing environments and report any issues they encounter via GitHub.

Change Log

Features and Enhancements

  • silverstripe/framework (4.7.3 -> 4.8.0-rc1)

    • 2021-04-15 d9e8dd42c Update keep me signed in tooltip text (Steve Boyd)
    • 2021-04-06 1c7fd287a Reduce default token period from 90 to 30 days (Steve Boyd)
    • 2021-02-11 095a3b70f Provide helpers for isDev/isTest/isLive in templates (Loz Calver)
    • 2020-10-22 eedad00eb Expose TreeDropdownField root node ID in schema (Loz Calver)
  • silverstripe/auditor (2.2.1 -> 2.3.0-rc1)

    • 2021-03-28 698c495 Support for session-manager module (Steve Boyd)
  • silverstripe/admin (1.7.3 -> 1.8.0-rc1)

    • 2021-02-16 50188c4 New event handler for schema transcribe (Aaron Carlino)
    • 2020-11-12 6bd63f8 GraphQL 4 Compatibility (#1148) (Aaron Carlino)
  • silverstripe/asset-admin (1.7.1 -> 1.8.0-rc1)

    • 2020-12-01 d8070f00 Compliance with new SchemaConfig API (#1164) (Aaron Carlino)
    • 2020-11-13 6751560a GraphQL 4 compatibility (#1154) (Aaron Carlino)
  • silverstripe/versioned-admin (1.7.2 -> 1.8.0-rc1)

    • 2021-02-26 a7e0205 Update Versioned Admin menu title to "Archive". Fixes #156 (#175) (Chris Penny)
    • 2020-11-12 721403f GraphQL 4 Compatibility (#184) (Aaron Carlino)
  • silverstripe/cms (4.7.1 -> 4.8.0-rc1)

    • 2020-12-01 36a6fb00 Compliance with new SchemaConfig API (#2617) (Aaron Carlino)
    • 2020-11-13 5ab1ff3e GraphQL Compatibility (#2607) (Aaron Carlino)
  • silverstripe/versioned (1.7.0 -> 1.8.0-rc1)

    • 2021-02-26 3995209 Update Versioned Admin menu title to "Archive" (#302) (Chris Penny)
    • 2020-12-01 1ac859e Compliance with new SchemaConfig API (#315) (Aaron Carlino)
    • 2020-11-19 68cbd4f compatibility with new stateless plugins (Aaron Carlino)
    • 2020-11-13 4a42ca7 GraphQL 4 Compatibility (#308) (Aaron Carlino)
  • silverstripe/graphql (3.4.1 -> 3.5.0-rc1)

    • 2020-11-13 25f654c Field formatting API, forward compatibility (#313) (Aaron Carlino)
  • silverstripe/comments (3.4.0 -> 3.5.0-rc1)

    • 2021-03-04 3b37fdb Use yarn and webpack to upgrade jquery (Steve Boyd)
  • silverstripe/userforms (5.8.3 -> 5.9.0-rc1)

    • 2021-03-04 9eaee41 Use yarn and webpack to upgrade jquery (Steve Boyd)
  • symbiote/silverstripe-advancedworkflow (5.3.0 -> 5.4.0-rc1)

    • 2021-04-20 00e710f Extend hooks for publish/unpublish (Aaron Carlino)
  • symbiote/silverstripe-queuedjobs (4.6.4 -> 4.7.0)

    • 2021-01-17 00938b3 Doorman runner extensibility improvements (#287) (Mojmir Fendek)
    • 2020-09-01 bbc147e Better Descriptor edit form UI. (#314) (Mojmir Fendek)
    • 2020-08-26 5175489 Task runner better UI (#301) (Mojmir Fendek)
    • 2020-06-10 00cd5bd Show job data in descriptor edit form. (Mojmir Fendek)
    • 2020-06-09 dd56fbf CLI output in ProcessJobQueueTask (Ingo Schommer)
  • silverstripe/mfa (4.2.2 -> 4.3.0-rc1)

    • 2021-01-19 85d4fb0 Disable MFA via environment var (Ingo Schommer)
  • silverstripe/crontask (2.1.3 -> 2.2.0)

    • 2020-08-26 45ab00e Bump minimum PHP requirement to 7.1. (Sam Minnee)
  • dnadesign/silverstripe-elemental (4.5.0 -> 4.6.0-rc1)

    • 2021-02-23 a30ac14 Disable actions users does not have permissions for (Steve Boyd)
    • 2020-12-01 e93c732 Compliance with new SchemaConfig API (#854) (Aaron Carlino)
    • 2020-11-13 320d8fe GraphQL 4 compatibility (#847) (Aaron Carlino)
  • silverstripe/login-forms (4.3.0 -> 4.4.1)

    • 2021-04-14 5ebdbff Use popover for help icon (Steve Boyd)
    • 2021-01-21 1449aac Updating Silverstripe logo to new logo (#75) (3Dgoo)

Bugfixes

  • silverstripe/assets (1.7.0 -> 1.8.0-rc1)

    • 2021-03-19 6dd8559 Ensure remove folder removes all exepcted files/folders/links (#430) (Adrian Humphreys)
    • 2021-03-12 756be6f Remove disabled extensions from allowed_extensions (#439) (Andrew Aitken-Fincham)
    • 2021-03-01 4018329 Cast image dimensions from shortcode as int to avoid exception when dimensions are not numeric (#436) (Michael van Schaik)
  • silverstripe/framework (4.7.3 -> 4.8.0-rc1)

    • 2021-04-20 12a6f7bd0 fix typo in core constants phpdoc block (maks)
    • 2021-03-30 66fa597b3 Better handling of remember me token when login across devices is disabled (#9895) (Maxime Rainville)
    • 2021-03-03 d2fa64b48 Allow Email to re-render when data changes (#9876) (Nik)
    • 2021-02-25 028c4fdaa Tweak shortcode parser so it properly parse empty attributes (Maxime Rainville)
    • 2021-02-08 33365b92f Bug Fix - Ensure DataQuery::exists() SQL is both valid MySQL and T-SQL (Joe Harvey)
    • 2021-01-21 0dd59a1e7 Reset GridFieldFilterHeader grid state when search is cleared (#9829) (Maxime Rainville)
    • 2021-01-07 2f64667bd DBComposite getIndexSpecs method using self API to get the list of db fields (Serge Latyntcev)
    • 2020-12-29 3b74c2596 Fix DataQuery::exists() not working correctly (3Dgoo)
    • 2020-12-28 157d426d3 URL to Symfony cache adapters (Patrick Nelson)
    • 2020-12-22 43777d1df Update .gitattributes and some http:// links (#9805) (William Desportes)
    • 2020-12-21 c932d7e7f Fix the phpdoc blocks (William Desportes)
    • 2020-12-15 5be045f9a Bug when specifying 0 in ArrayList::offsetSet (Steve Boyd)
    • 2020-12-07 61afab2ed fix indentation (Lukas)
    • 2020-08-17 5226d961e Fix unit test (Maxime Rainville)
  • silverstripe/admin (1.7.3 -> 1.8.0-rc1)

    • 2021-05-11 4793b9f Fix TreeDropDownField no longer displaying dropdown options (#1196) (Andre Kiste)
    • 2021-02-25 036bc9e Fix merge conflict from merge-up (Steve Boyd)
    • 2021-02-14 9a4bf89 Allow external link anchor fiel to work even if the user provides a hash mark (Maxime Rainville)
    • 2021-01-26 095b773 Clean up old life cycle methods and fix serach filter compenent state (Maxime Rainville)
    • 2020-12-02 bc9457b Fix inforrect modelConfig (Aaron Carlino)
    • 2020-10-22 397fa06 TreeDropdownField wouldn't render children when using TreeBaseID (fixes #954) (Loz Calver)
    • 2020-08-28 7594ef2 Do not override grid state with search parameters (Maxime Rainville)
  • silverstripe/asset-admin (1.7.1 -> 1.8.0-rc1)

    • 2021-03-11 cd68c693 Set folder gallery item display to flex to allow it to scale with browser zoom level (Maxime Rainville)
    • 2021-02-10 516a3b5e Remove file history preview (Steve Boyd)
    • 2021-02-09 6ee29644 Remove duplicate url dependency in package.json (Scott Hutchinson)
  • silverstripe/campaign-admin (1.7.1 -> 1.8.0-rc1)

    • 2020-09-16 1a9af45 Display a notification after publishing a campaign (Maxime Rainville)
  • silverstripe/versioned-admin (1.7.2 -> 1.8.0-rc1)

    • 2020-11-17 5b42dc8 don't disable bundle.js / bundle.css with no-cms install (Damian Mooyman)
    • 2020-10-23 efdf83c Fix issue with composer warning about PSR-4 paths (Damian Mooyman)
    • 2020-08-26 424d4db Allow use of ArchiveAdmin on unstaged objects. (Sam Minnee)
  • silverstripe/cms (4.7.1 -> 4.8.0-rc1)

    • 2021-03-05 db7efad6 undefined variable inChangeSets (Will Rossiter)
  • silverstripe/versioned (1.7.0 -> 1.8.0-rc1)

    • 2021-02-24 1685b88 Unset subquery sort in unlinkDisownedRelationship to avoid exception on DB Drivers that disallow sub query sort (#325) (Klemen Dolinsek)
    • 2021-02-16 36bfe43 GraphQL tests based on latest refactoring (Ingo Schommer)
    • 2021-02-16 e33dd28 Apply version filtering on read correctly (Ingo Schommer)
    • 2020-10-21 5db44f2 Prevent ProxyCacheAdapter contents from being serialized (Steve Boyd)
  • silverstripe/widgets (2.0.2 -> 2.1.0-rc1)

    • 2019-11-18 42af106 Fetch source so that PHPCS config is available (Garion Herman)
  • silverstripe/comments (3.4.0 -> 3.5.0-rc1)

    • 2021-03-20 9c3c1e8 Fix merge conflict (Steve Boyd)
  • silverstripe/userforms (5.8.3 -> 5.9.0-rc1)

    • 2021-04-02 78f3e68 Fix directory for UsedOnTableExtension namespace, to be psr-4 compliant. New dir rather than namespace to prevent backwards-incompat. (Luke Fromhold)
    • 2021-03-22 c71cf11 Fix <br> in textarea on validation redirect (#1035) (3Dgoo)
    • 2021-01-28 52e678c Include merge fields in plain text emails (Steve Boyd)
    • 2021-01-17 8801790 Show correct fields in email preview (Steve Boyd)
    • 2021-01-11 79259b5 Visibility of subsequent form fields and step buttons (Steve Boyd)
  • silverstripe/contentreview (4.1.2 -> 4.2.0-rc1)

    • 2020-01-29 ad22d6b Fix behat test and update travis matrix (Steve Boyd)
  • silverstripe/sharedraftcontent (2.3.5 -> 2.4.0-rc1)

    • 2021-03-23 1aa9d98 Subsite share links need to be absolute (Will Rossiter)
    • 2021-01-21 dfd9eeb Handle Redirects within a page (e.g. root redirects onto an action) (#131) (Lee Bradley)
  • symbiote/silverstripe-advancedworkflow (5.3.0 -> 5.4.0-rc1)

    • 2021-03-22 05bdf3f fix(WorkflowInstance) Added condition for targetDiff for prior SS 4.7 & PHP 7.4 upgrade (Jem Lopez (Symbiote))
  • symbiote/silverstripe-queuedjobs (4.6.4 -> 4.7.0)

    • 2021-03-09 2f7abff Allow zero values for integers and floats within queued job rule. (#337) (Mojmir Fendek)
    • 2021-01-14 b1ce613 Doorman manager child processing fix. (#305) (Mojmir Fendek)
    • 2020-12-14 e259183 Limit duration of INIT state on jobs (#320) (Mojmir Fendek)
    • 2020-11-17 687629a Exclude tasks run via a job from health check. (Mojmir Fendek)
    • 2020-06-12 f83b8b4 Resilient log handler implementation (Ingo Schommer)
    • 2020-06-09 a89b7e8 Use logger consistently in QueuedJobService (Ingo Schommer)
    • 2020-06-09 a9e33e7 Avoid double message logging (Ingo Schommer)
  • cwp/starter-theme (3.1.0 -> 3.2.0-rc1)

    • 2021-03-01 50c8d40 Update to jQuery 3.5.1, inline dependency (Garion Herman)
  • cwp/watea-theme (3.0.3 -> 3.1.0-rc1)

    • 2021-03-01 01d716d Update jQuery to 3.5.1 via inlined dep in starter theme (Garion Herman)
  • silverstripe/crontask (2.1.3 -> 2.2.0)

    • 2020-08-26 e568dba Drop use of abandoned package in favour of its replacement. (Sam Minnee)
  • dnadesign/silverstripe-elemental (4.5.0 -> 4.6.0-rc1)

    • 2021-02-22 fdd0f3d Prevent users without create permissions from duplicating blocks (Steve Boyd)
  • silverstripe/login-forms (4.3.0 -> 4.4.1)

    • 2021-04-12 a44bd51 Fix checkbox alignment (André Kiste)
    • 2021-04-12 08b5eac Fix checkbox field rendering tooltip twice (André Kiste)
    • 2021-02-15 c618b63 Avoid clipping of the Silverstripe CMS logo (Maxime Rainville)
    • 2021-01-21 1ac3429 Allow title and form to resize independently (#81) (Garion Herman)

API Changes

  • silverstripe/framework (4.7.3 -> 4.8.0-rc1)

    • 2021-04-19 bcccc63d3 Methods to override logout_accross_devices (Steve Boyd)
    • 2021-01-21 9ca33950a Add a CREATE_MEMORY_HYDRATED option to DataObject constructor (#9767) (Maxime Rainville)
    • 2019-08-23 70ffb3297 Only include gridfield state value that differ from the expected default (Maxime Rainville)
  • silverstripe/asset-admin (1.7.1 -> 1.8.0-rc1)

    • 2021-05-10 0ea08159 Require graphl 3.5 or greater (Maxime Rainville)
    • 2020-09-02 5fc57048 Add an option to disabled cache busting when showing image thumbnail for people using S3 as their asset store (Maxime Rainville)
  • silverstripe/versioned-admin (1.7.2 -> 1.8.0-rc1)

    • 2021-05-10 6748fc9 Bump requirement no GraphQL 3.5 (Maxime Rainville)
  • silverstripe/graphql (3.4.1 -> 3.5.0-rc1)

    • 2021-05-10 f8ac3f7 Block older version module from using this minor (#379) (Maxime Rainville)
  • dnadesign/silverstripe-elemental (4.5.0 -> 4.6.0-rc1)

    • 2021-05-10 1b75f27 Bump requirements for graphql to 3.5 (Maxime Rainville)

Dependencies

  • cwp/cwp-recipe-core (2.7.1 -> 2.8.0-rc1)

    • 2021-01-12 0c5090b Fix dependencies to reflect next-minor branch (Garion Herman)
  • silverstripe/environmentcheck (2.2.0 -> 2.3.0-rc1)

    • 2020-12-21 dd037c8 Remove explicit dev requirement for sminnee/phpunit-mock-objects (Maxime Rainville)
  • silverstripe/admin (1.7.3 -> 1.8.0-rc1)

    • 2020-11-16 fc76297 Rebuild assets after node-sass update (Garion Herman)
    • 2020-09-04 9d6ac18 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
  • silverstripe/campaign-admin (1.7.1 -> 1.8.0-rc1)

    • 2021-04-20 ab208b2 Bump handlebars from 4.5.1 to 4.7.7 (dependabot[bot])
    • 2021-04-19 36d70c5 Bump ssri from 6.0.1 to 6.0.2 (dependabot[bot])
    • 2020-12-11 d4bc8da Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
  • silverstripe/versioned-admin (1.7.2 -> 1.8.0-rc1)

    • 2020-12-11 c769bab Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-11-16 5dc919d Rebuild assets after node-sass update (Garion Herman)
    • 2020-11-13 e070cdd Bump dot-prop from 4.2.0 to 4.2.1 (dependabot[bot])
    • 2020-09-07 8828557 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
  • silverstripe/cms (4.7.1 -> 4.8.0-rc1)

    • 2020-12-11 9136c8a5 Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
  • silverstripe/blog (3.6.0 -> 3.7.0-rc1)

    • 2021-04-29 45d1b6e Bump ssri from 6.0.1 to 6.0.2 (dependabot[bot])
    • 2021-04-07 dfdcaae Bump npm-user-validate from 1.0.0 to 1.0.1 (dependabot[bot])
  • silverstripe/comments (3.4.0 -> 3.5.0-rc1)

    • 2020-09-04 a8d1cf1 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
  • silverstripe/segment-field (2.2.3 -> 2.3.0-rc1)

    • 2020-12-11 005b00a Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-09-04 31caccc Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
    • 2020-07-30 ecb81b9 Bump elliptic from 6.5.1 to 6.5.3 (dependabot[bot])
    • 2020-07-21 5a404b3 Bump npm from 6.13.7 to 6.14.7 (dependabot[bot])
    • 2020-07-17 986fb7c Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot])
    • 2020-07-08 d49679b Bump npm-registry-fetch from 4.0.3 to 4.0.5 (dependabot[bot])
    • 2020-04-30 9186b0f Bump jquery from 3.4.1 to 3.5.0 (dependabot[bot])
    • 2020-02-14 032c89d Bump npm from 6.13.0 to 6.13.7 (dependabot[bot])
    • 2019-12-13 76c4062 Bump npm from 6.13.0 to 6.13.4 (dependabot[bot])
  • silverstripe/userforms (5.8.3 -> 5.9.0-rc1)

    • 2020-12-11 85fa3be Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-11-16 ad0c8ae Rebuild assets after node-sass update (Garion Herman)
    • 2020-09-04 0c01160 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
  • silverstripe/tagfield (2.5.0 -> 2.6.0-rc1)

    • 2020-09-04 c7c3778 Bump node-sass from 4.12.0 to 4.14.1 (dependabot[bot])
  • silverstripe/contentreview (4.1.2 -> 4.2.0-rc1)

    • 2019-12-14 79f7ed7 Bump jquery from 3.2.1 to 3.4.0 (dependabot[bot])
    • 2019-12-14 9180213 Bump stringstream from 0.0.5 to 0.0.6 (dependabot[bot])
  • silverstripe/sharedraftcontent (2.3.5 -> 2.4.0-rc1)

    • 2020-12-11 78ca8a1 Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-04-30 9b10d9f Bump jquery from 3.4.1 to 3.5.0 (dependabot[bot])
    • 2019-12-13 0b18126 Bump npm from 6.13.0 to 6.13.4 (dependabot[bot])
  • symbiote/silverstripe-advancedworkflow (5.3.0 -> 5.4.0-rc1)

    • 2020-09-04 f3cae3f Bump node-sass from 4.7.2 to 4.14.1 (dependabot[bot])
    • 2020-07-30 d8e4d38 Bump elliptic from 6.4.0 to 6.5.3 (dependabot[bot])
    • 2020-04-30 a166c04 Bump jquery from 3.3.1 to 3.5.0 (dependabot[bot])
    • 2019-11-17 635d744 Bump macaddress from 0.2.8 to 0.2.9 (dependabot[bot])
    • 2019-11-17 e07d033 Bump sshpk from 1.13.1 to 1.16.1 (dependabot[bot])
    • 2019-11-17 27fe2f1 Bump merge from 1.2.0 to 1.2.1 (dependabot[bot])
    • 2019-11-17 ff31bc4 Bump extend from 3.0.1 to 3.0.2 (dependabot[bot])
  • cwp/starter-theme (3.1.0 -> 3.2.0-rc1)

    • 2020-12-11 0f555fe Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
  • silverstripe/mfa (4.2.2 -> 4.3.0-rc1)

    • 2020-12-20 c994647 Bump dot-prop from 4.2.0 to 4.2.1 (dependabot[bot])
  • cwp/agency-extensions (2.4.1 -> 2.5.0-rc1)

    • 2021-04-21 3a14531 Bump handlebars from 4.5.2 to 4.7.7 (dependabot[bot])
    • 2021-04-19 c60eb7a Bump ssri from 6.0.1 to 6.0.2 (dependabot[bot])
    • 2020-12-11 2ce90ea Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-09-04 887e19a Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])
    • 2020-07-30 56f4c40 Bump elliptic from 6.5.1 to 6.5.3 (dependabot[bot])
    • 2020-07-21 03d3a5b Bump npm from 6.13.4 to 6.14.7 (dependabot[bot])
    • 2020-07-16 5b592eb Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot])
    • 2020-07-07 eb715c3 Bump npm-registry-fetch from 4.0.2 to 4.0.5 (dependabot[bot])
  • cwp/watea-theme (3.0.3 -> 3.1.0-rc1)

    • 2021-04-19 fc51700 build(deps): bump ssri from 6.0.1 to 6.0.2 (dependabot[bot])
    • 2020-09-07 1433223 build(deps): bump http-proxy from 1.17.0 to 1.18.1 (dependabot[bot])
    • 2020-07-30 7ab4436 build(deps): bump elliptic from 6.4.1 to 6.5.3 (dependabot[bot])
    • 2020-07-16 ed2be36 build(deps): bump lodash from 4.17.11 to 4.17.19 (dependabot[bot])
    • 2020-06-06 7229e54 build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 (dependabot[bot])
    • 2019-12-14 529a649 build(deps): bump mixin-deep from 1.3.1 to 1.3.2 (dependabot[bot])
    • 2019-11-06 c6d287f build(deps): bump js-yaml from 3.12.0 to 3.13.1 (dependabot[bot])
  • dnadesign/silverstripe-elemental (4.5.0 -> 4.6.0-rc1)

    • 2021-05-04 dabe534 Allow graphql ^4 (Steve Boyd)
    • 2021-01-19 41ffe45 Restore GraphQL 4 support (#865) (Ingo Schommer)
    • 2020-11-04 4782bf2 Bump dot-prop from 4.2.0 to 4.2.1 (dependabot[bot])
  • silverstripe/ckan-registry (1.1.2 -> 1.2.0-rc1)

    • 2020-04-30 0315147 Bump jquery from 3.4.1 to 3.5.0 (dependabot[bot])
    • 2019-12-13 530055d Bump npm from 6.12.1 to 6.13.4 (dependabot[bot])
  • silverstripe/webauthn-authenticator (4.1.0 -> 4.2.0-rc1)

    • 2020-12-11 c1935a6 Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
  • silverstripe/security-extensions (4.0.3 -> 4.1.0-rc1)

    • 2019-10-18 7193bde Bump mixin-deep from 1.3.1 to 1.3.2 (dependabot[bot])
  • silverstripe/login-forms (4.3.0 -> 4.4.1)

    • 2020-12-11 9e097f4 Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
    • 2020-11-12 c06130e Bump dot-prop from 4.2.0 to 4.2.1 (dependabot[bot])

Documentation

  • silverstripe/framework (4.7.3 -> 4.8.0-rc1)

    • 2021-03-18 9e766dbaa Fix incorrect CSRF graphql documentation (Aaron Carlino)
    • 2021-03-10 4ee92da6b Clarify return value for CompositeValidator::getValidatorsByType() (Maxime Rainville)
    • 2021-02-24 34bc08051 Add guide on new MySQL collation to Server Reqs (Garion Herman)
    • 2021-02-23 07dea64bf Document removal of exclude directive (Aaron Carlino)
    • 2021-02-19 5a4641d80 Disable versioning on GraphQL (#9769) (Ingo Schommer)
    • 2021-02-16 68eeef60d GraphQL build requirement changes (Ingo Schommer)
    • 2021-02-15 eca656ffe fix accidentally nested info box (Ed Wilde)
    • 2021-02-15 7d67760a6 fix link syntax (Ed Wilde)
    • 2021-02-15 8a8f5e6ba fix code block not closed (Ed Wilde)
    • 2021-02-14 e60a25cfb fix typo (Ed Wilde)
    • 2021-02-14 01eedff4a fix api link syntax and a couple of typos (Ed Wilde)
    • 2021-02-14 3a214a2ed fix broken heading (Ed Wilde)
    • 2021-02-12 da56fa785 fix invalid syntax on link (Ed Wilde)
    • 2021-02-10 cf50aa71b fix missing closing backtick for code display, add required alt attribute (Ed Wilde)
    • 2021-02-10 c3499d20e add a callout to the deprecation notice (Ed Wilde)
    • 2021-02-10 95a142a9d complete first sentence describing middleware (Ed Wilde)
    • 2021-02-04 1be5f471d Resolver signature and context provider examples (Ingo Schommer)
    • 2021-02-01 ac90ec7d4 remove the version number from docs urls (Ed Wilde)
    • 2021-01-31 296e41768 fix the 'Server Requirements' url (Ed Wilde)
    • 2021-01-30 062656d92 Add "Defining the ModelAdmin models" section (Maxime Rainville)
    • 2021-01-27 24ca17053 Docs for GraphQL 4 changes (Aaron Carlino)
    • 2021-01-26 fd99d50b3 Maintainer Guidelines updates (Serge Latyntcev)
    • 2021-01-19 caa224e37 Remove BuildState documentation (Aaron Carlino)
    • 2021-01-14 c82f5eeb7 Add Maintainer Guidelines to the Contributing section (Serge Latyntcev)
    • 2021-01-13 d308bb022 GraphQL blacklisted fields (#9768) (Ingo Schommer)
    • 2021-01-12 99b15ce6d New "Triage" role for Silverstripe Core (Ingo Schommer)
    • 2021-01-12 676353011 Clarified Core vs. Supported Modules (Ingo Schommer)
    • 2020-12-22 869aaa79a Fix FlysystemAssetStore reference (#9807) (Martin D)
    • 2020-12-08 835284fdf GraphQL filter plugin (Ingo Schommer)
    • 2020-12-01 fe972d62d Document new schema config, change to resolver discovery pattern (#9781) (Aaron Carlino)
    • 2020-11-25 40d19d04e Filesystem capacity issue potential on caches (Ingo Schommer)
    • 2020-11-19 154fb7046 replace broken Director link to Routing (Christopher Darling)
    • 2020-11-19 e69cfd152 Document new stateless plugins (Aaron Carlino)
    • 2020-11-16 bdb2deb3f Update HistoryViewerField to require javascript more consistently (#9773) (Scott Hutchinson)
    • 2020-11-15 b6e4747b7 Add blurb about _legacy to changelog (Aaron Carlino)
    • 2020-11-15 f673996aa Fix classname reference in SearchContext docs (#9771) (wernerkrauss)
    • 2020-11-11 e02540c76 GraphQL v4 changelog note (#9762) (Ingo Schommer)
    • 2020-11-03 bf6a52b9c Add some extra details to the changelog about toast notification and DataObject hydration (#9754) (Maxime Rainville)
    • 2020-10-15 fee31c2c6 Recommend moving .protected out of webroot (Ingo Schommer)
  • cwp/cwp (2.7.1 -> 2.8.0-rc1)

    • 2021-05-11 88de252 Save 2.8.0-beta1 changelogs (Maxime Rainville)
    • 2021-04-06 411dc7b Change remember me login period from 90 to 30 days (Steve Boyd)
    • 2021-02-05 30b9ddf Update how to change the Git repo from within Dash (Indy Griffiths)
    • 2021-01-28 3de9f07 add release announcement link to changelog (brynwhyman)
  • silverstripe/blog (3.6.0 -> 3.7.0-rc1)

    • 2021-04-07 65f4c22 Add explanation for default values (Steve Boyd)
  • symbiote/silverstripe-queuedjobs (4.6.4 -> 4.7.0)

    • 2020-11-17 73d2bcd Call out step requirement to avoid staleness (Ingo Schommer)
    • 2020-09-17 4b230d1 Restructure markdown, remove wiki (#318) (Ingo Schommer)
    • 2020-06-23 b2dc5c3 example email should use example domain. (Matt Clegg)
  • dnadesign/silverstripe-elemental (4.5.0 -> 4.6.0-rc1)

    • 2021-03-01 a2e244b Update README to account for the transfer of the elemental repo form DNA to Silverstripe (Maxime Rainville)
    • 2020-10-01 08fe692 Docs: Example of how to add additional Elemental Areas. Fixes #759 (Chris Penny)

Other changes

  • cwp/cwp-installer (2.7.1 -> 2.8.0-rc1)

    • 2021-01-21 a6b23b6 Update build status badge (Steve Boyd)
  • cwp/cwp-recipe-core (2.7.1 -> 2.8.0-rc1)

    • 2021-01-21 c67cf7f Update build status badge (Steve Boyd)
  • silverstripe/recipe-core (4.7.3 -> 4.8.0-rc1)

    • 2021-01-21 d897a30 Removed status badge, there are no tests (Ingo Schommer)
    • 2021-01-21 8d6752f Update build status badge (Steve Boyd)
  • silverstripe/assets (1.7.0 -> 1.8.0-rc1)

    • 2021-01-28 f0761f7 426: Ensure cache key doesn't contain invalid characters (Adrian Humphreys)
    • 2021-01-28 b1cec43 Check if Versioned is available (Ralph Slooten)
    • 2021-01-21 6e28ee6 Update build status badge (Steve Boyd)
  • silverstripe/framework (4.7.3 -> 4.8.0-rc1)

    • 2021-05-16 dde1e7a5c Update translations (Steve Boyd)
    • 2021-04-13 6fc25e4e9 RFC Add chunk method to DataList to iterate over large dataset (#8940) (Maxime Rainville)
    • 2021-04-13 e2777ded8 • Add missing string (André Kiste)
    • 2021-04-13 31c5ab206 [BUGFIX] Prevent call getHeader() on null HTTPRequest object (Kunal Hari)
    • 2021-04-11 bbcc187c0 Update conflicting translations. (André Kiste)
    • 2021-04-08 8692aabe9 Use new designs (André Kiste)
    • 2021-04-05 b75860b19 PATCH: fix param in docblock ... add \ to FormField::__construct (Nicolaas)
    • 2021-04-01 2ecd8b34e adding use SilverStripe\Security\Member; to make sure linting works (Nicolaas)
    • 2021-03-30 44fae4497 Better describe the 'keep me signed in' checkbox (André Kiste)
    • 2021-03-23 504e20320 Update DBBoolean.php (#9893) (Nicolaas)
    • 2021-03-22 daa9060c1 remove unused class import Convert (Christopher Darling)
    • 2021-03-22 fc40e0b98 Test that email is trimmed (Thomas Portelange)
    • 2021-03-22 22b2d58b5 Update src/Security/Member.php (Thomas Portelange)
    • 2021-03-19 0586c55e6 prevent spaces in emails (Thomas Portelange)
    • 2021-03-04 9f9ff0151 Update 02_cors.md (Joe Chenevey)
    • 2021-02-16 d023f4613 Update upgrading docs to refactoring (Aaron Carlino)
    • 2021-02-09 77ecbd854 Updated TreeDropdownField.php documentation (Antony Thorpe)
    • 2021-02-03 8c2a9ba07 Document edge case for non-assets install (Aaron Carlino)
    • 2021-01-26 452f50700 Update docs/en/05_Contributing/16_Maintainer_Guidelines.md (Serge Latyntsev)
    • 2021-01-21 d5eb3216b Update docs/en/05_Contributing/16_Maintainer_Guidelines.md (Ingo Schommer)
    • 2021-01-21 7a1a1dc13 Update index.md (Lars Prakken)
    • 2021-01-21 a2d7dd081 Update build status badge (Steve Boyd)
    • 2021-01-13 fe2027e48 PHPDoc in PEG parser (Ingo Schommer)
    • 2020-11-27 e908b68bf Revert "Update 09_Core_committers.md" (Scott Hutchinson)
    • 2020-11-26 ddd8e6da3 Revert translation updates (Steve Boyd)
    • 2020-11-25 2a99b8295 Fixing links (Patrick Nelson)
    • 2020-11-09 1e87528fa Update 14_PHP_Coding_Conventions.md (Andrew Aitken-Fincham)
    • 2020-11-09 924d0ccb9 Link to the PHPCS standard used for framework (Andrew Aitken-Fincham)
    • 2020-11-06 37a5c9af1 01_Error_Handling: % wrapped in quotes (James Cocker)
    • 2020-10-22 bc92b52c1 Remove useless requirement (Christophe Coevoet)
    • 2020-08-17 a43414ded Make sure GridState always outputs a JSON Object string (Maxime Rainville)
    • 2020-07-08 34f5004b2 Update 04_Rendering_Templates.md (scttw)
  • cwp/cwp-core (2.7.1 -> 2.8.0-rc1)

    • 2021-05-17 9205a82 Update translations (Maxime Rainville)
    • 2021-01-21 d9c2bb7 Update build status badge (Steve Boyd)
  • silverstripe/auditor (2.2.1 -> 2.3.0-rc1)

    • 2021-01-21 41815f8 Update build status badge (Steve Boyd)
  • silverstripe/environmentcheck (2.2.0 -> 2.3.0-rc1)

    • 2021-01-21 029078d Update build status badge (Steve Boyd)
    • 2020-06-18 56dab10 Require phpunit-mock-objects, bump recipe versions (Steve Boyd)
  • cwp/cwp-recipe-cms (2.7.1 -> 2.8.0-rc1)

    • 2021-01-21 7976c9a Update build status badge (Steve Boyd)
  • silverstripe/recipe-cms (4.7.3 -> 4.8.0-rc1)

    • 2021-01-21 3e7ecaa Update README.md (Steve Boyd)
    • 2020-12-27 959e61b Upgrade silverstripe/recipe-plugin to support composer 2.0 (Tony Air)
    • 2020-11-13 d69f89d Allow graphql 4 (#41) (Aaron Carlino)
  • silverstripe/admin (1.7.3 -> 1.8.0-rc1)

    • 2021-05-16 bdc8576 Update translations (Steve Boyd)
    • 2021-02-22 1f17a3c BUGFIX: remove null request due to urls.reverse() (Aaron Carlino)
    • 2021-02-19 7b84013 BUGFIX: Incorrect fragment url (Aaron Carlino)
    • 2021-02-17 c4dc092 BUGFIX: Replace GraphQL3 fragment urls, rely on legacy document state (Aaron Carlino)
    • 2021-02-16 5490584 Correct GraphQL admin types path (Ingo Schommer)
    • 2021-01-27 195b510 Compatibility with GraphQL 4 changes (Aaron Carlino)
    • 2021-01-21 a1498ac Update build status badge (Steve Boyd)
    • 2020-11-16 13a1232 GraphQL BACKWARD_COMPAT flag fix (#1157) (Ingo Schommer)
    • 2020-11-13 9202c18 Move graphql legacy code to _legacy for PSR-4 compat (Aaron Carlino)
  • silverstripe/asset-admin (1.7.1 -> 1.8.0-rc1)

    • 2021-05-16 d56f0330 Update translations (Steve Boyd)
    • 2021-02-17 d303bd90 Linting (Aaron Carlino)
    • 2021-02-16 af73cf28 Remove redundant event handler (Aaron Carlino)
    • 2021-02-16 1d94a222 Reinstate GraphQL type transcriber config (Ingo Schommer)
    • 2021-01-27 c7472e29 Compatibility with GraphQL 4 changes (Aaron Carlino)
    • 2021-01-21 d1d76212 Update build status badge (Steve Boyd)
    • 2021-01-19 1539dfef Compatibility with new context providers (Aaron Carlino)
    • 2020-11-16 4d09b012 GraphQL BACKWARD_COMPAT flag fix (#1162) (Ingo Schommer)
    • 2020-11-13 3a96166a Move graphql legacy code to _legacy for PSR-4 compat (Aaron Carlino)
  • silverstripe/campaign-admin (1.7.1 -> 1.8.0-rc1)

    • 2021-05-16 713a250 Update translations (Steve Boyd)
    • 2021-03-18 9c18955 BUGFIX: fix behat test (Aaron Carlino)
    • 2021-01-21 d16122f Update build status badge (Steve Boyd)
  • silverstripe/versioned-admin (1.7.2 -> 1.8.0-rc1)

    • 2021-05-16 066d9ac Update translations (Steve Boyd)
    • 2021-05-10 84bba8b Update composer.json (Maxime Rainville)
    • 2021-01-21 d941d44 Update build status badge (Steve Boyd)
    • 2020-11-16 e1ce901 GraphQL BACKWARD_COMPAT flag fix (Ingo Schommer)
    • 2020-11-13 cae464f Allow graphql 4 (Aaron Carlino)
    • 2020-08-26 9b9e88a MINOR: Add tests for single-stage ArchiveAdmin (Sam Minnee)
  • silverstripe/cms (4.7.1 -> 4.8.0-rc1)

    • 2021-05-16 8c151627 Update translations (Steve Boyd)
    • 2021-05-07 67bfdf0f BUGFIX: Ensure SiteTree is always available in the CMS, along with ancestors (Aaron Carlino)
    • 2021-01-21 f9b6d582 Update build status badge (Steve Boyd)
    • 2020-12-08 e22fda3f Remove duplicate injector entry (Aaron Carlino)
    • 2020-12-07 e415d418 BUGFIX: Restore, refactor getByLink plugin (Aaron Carlino)
    • 2020-11-13 ee3e51e5 Move graphql legacy code to _legacy for PSR-4 compat (Aaron Carlino)
  • silverstripe/errorpage (1.7.0 -> 1.8.0-rc1)

    • 2021-05-16 e004bd5 Update translations (Steve Boyd)
    • 2021-01-21 dbf8d18 Update build status badge (Steve Boyd)
  • silverstripe/reports (4.7.0 -> 4.8.0-rc1)

    • 2021-05-16 27288dc5 Update translations (Steve Boyd)
    • 2021-01-21 e101f1e0 Update build status badge (Steve Boyd)
  • silverstripe/siteconfig (4.7.0 -> 4.8.0-rc1)

    • 2021-05-16 1656cfb8 Update translations (Steve Boyd)
    • 2021-01-21 1ff64fcd Update build status badge (Steve Boyd)
  • silverstripe/versioned (1.7.0 -> 1.8.0-rc1)

    • 2021-05-16 afa9e64 Update translations (Steve Boyd)
    • 2021-03-15 41ff068 MINOR: fix incorrect variable (Aaron Carlino)
    • 2021-03-12 a566639 MINOR: applyToReadingState should not throw. Allow graceful failure to make implementation simpler (resolveVersionedRead) (#329) (Aaron Carlino)
    • 2021-03-11 f0701e5 BUGFIX: replace versions pagination, sort to fix versioned-admin (#326) (Aaron Carlino)
    • 2021-02-17 9e451a2 BUGFIX: use correct createStorableSchema method (Aaron Carlino)
    • 2021-02-15 821494e Apply versioning only to reading state, and not to nested queries anymore (Aaron Carlino)
    • 2021-01-27 b6cab40 Compatibility with GraphQL 4 changes (Aaron Carlino)
    • 2021-01-21 fbe05df Update README.md (Steve Boyd)
    • 2021-01-19 ebb4c8f Compatibility with new context providers (Aaron Carlino)
    • 2020-12-02 33a5e56 Get tests passing (Aaron Carlino)
    • 2020-12-02 b7aad04 BUGFIX: move modelConfig to correct location (Aaron Carlino)
    • 2020-11-26 36738af Revert translation updates (Steve Boyd)
    • 2020-11-16 fbd9637 Fixed implicit GraphQL dependency (#312) (Ingo Schommer)
    • 2020-11-16 dd5a031 Check existence of ResolveInfo (Aaron Carlino)
    • 2020-11-15 6404194 Remove classmap (Aaron Carlino)
    • 2020-11-13 d3b7709 Move graphql legacy code to _legacy for PSR-4 compat (Aaron Carlino)
  • silverstripe/graphql (3.4.1 -> 3.5.0-rc1)

    • 2021-01-21 2f000b6 Update build status badge (Steve Boyd)
    • 2020-12-10 c1db445 Removed non-functional scrutinizer badge (Ingo Schommer)
  • cwp/cwp (2.7.1 -> 2.8.0-rc1)

    • 2021-01-21 8346175 Update build status badge (Steve Boyd)
  • cwp/cwp-pdfexport (1.1.1 -> 1.2.0-rc1)

    • 2021-01-21 2323e7b Update build status badge (Steve Boyd)
  • silverstripe/html5 (2.0.1 -> 2.1.0-rc1)

    • 2021-01-21 e9187af Update build status badge (Steve Boyd)
    • 2019-11-20 379e9ec Shift to local PHPCS configuration (Garion Herman)
    • 2019-11-19 0c67095 Update to Xenial, expand matrix to cover new CMS releases (Garion Herman)
    • 2018-06-15 32d59a3 Add supported module badge to readme (Dylan Wagstaff)
    • 2018-06-10 dc31f70 Remove obsolete branch alias (Robbie Averill)
  • silverstripe/recipe-blog (1.7.1 -> 1.8.0-rc1)

    • 2021-01-21 5227e1a Update build status badge (Steve Boyd)
  • silverstripe/blog (3.6.0 -> 3.7.0-rc1)

    • 2021-05-17 2410cb4 Update translations (Maxime Rainville)
    • 2021-04-09 d6d57d8 Add doc blocks for featured image and summary (armsofnoodle)
    • 2021-02-24 6f3bc62 Ensure pagination start is not a negative number (3Dgoo)
    • 2021-01-21 54f50eb Update build status badge (Steve Boyd)
  • silverstripe/widgets (2.0.2 -> 2.1.0-rc1)

    • 2021-05-17 f759a8b Update translations (Maxime Rainville)
    • 2021-01-21 0f37c09 Update build status badge (Steve Boyd)
  • silverstripe/content-widget (2.1.0 -> 2.2.0-rc1)

    • 2021-01-21 56258ac Update build status badge (Steve Boyd)
  • silverstripe/spamprotection (3.0.2 -> 3.1.0-rc1)

    • 2021-05-17 ca6f507 Update translations (Maxime Rainville)
    • 2021-01-21 1459ed8 Update build status badge (Steve Boyd)
    • 2020-11-25 857389c Makes use of EditableFormField updateFormField (3Dgoo)
    • 2018-09-19 506d82f Add legacy mapping (Will Rossiter)
    • 2018-06-15 fe2aed7 Add supported module badge to readme (Dylan Wagstaff)
    • 2018-06-11 4c65d66 Update branch alias for 3.x-dev (Robbie Averill)
  • silverstripe/akismet (4.0.4 -> 4.1.0-rc1)

    • 2021-01-21 360abcf Update build status badge (Steve Boyd)
  • silverstripe/comments (3.4.0 -> 3.5.0-rc1)

    • 2021-01-21 fb15ba7 Update build status badge (Steve Boyd)
  • silverstripe/comment-notifications (2.0.1 -> 2.1.0-rc1)

    • 2021-05-17 5ae1415 Update translations (Maxime Rainville)
    • 2021-01-21 a21e033 Update build status badge (Steve Boyd)
    • 2020-05-28 c81bae7 Lowercase phpunit for packagist (Steve Boyd)
    • 2020-05-28 a7a7aee Remove branch-alias (Steve Boyd)
    • 2018-06-15 b30f13e Add supported module badge to readme (Dylan Wagstaff)
    • 2018-06-11 ebd7c58 Update branch alias for 2.x-dev (Robbie Averill)
    • 2018-06-11 6ffe880 Remove obsolete branch alias (Robbie Averill)
  • silverstripe/recipe-form-building (1.7.1 -> 1.8.0-rc1)

    • 2021-01-21 ace5724 Update build status badge (Steve Boyd)
  • silverstripe/segment-field (2.2.3 -> 2.3.0-rc1)

    • 2021-05-17 64a606b Update translations (Maxime Rainville)
    • 2021-01-21 d371c09 Update build status badge (Steve Boyd)
    • 2019-11-11 d87762c Removing superfluous legacy linting exclusion (Maxime Rainville)
    • 2019-11-07 d3e88cc Upgrade JS dependencies and JS build setup (Maxime Rainville)
    • 2018-06-15 7893b96 Add supported module badge to readme (Dylan Wagstaff)
    • 2018-05-25 0170849 Update branch alias for 2.x-dev (Robbie Averill)
  • silverstripe/userforms (5.8.3 -> 5.9.0-rc1)

    • 2021-05-17 1915acf Update translations (Maxime Rainville)
    • 2021-02-09 0abda42 Use correct directory separator on Windows when selecting email templates (Michal Kleiner)
    • 2021-01-21 18bf5c7 Update build status badge (Steve Boyd)
  • silverstripe/recipe-authoring-tools (1.7.1 -> 1.8.0-rc1)

    • 2021-01-21 d01c24b Update build status badge (Steve Boyd)
  • silverstripe/spellcheck (2.1.0 -> 2.2.0-rc1)

    • 2021-05-17 875c4e9 Update translations (Maxime Rainville)
    • 2021-01-21 aefb6e4 Update build status badge (Steve Boyd)
  • silverstripe/tagfield (2.5.0 -> 2.6.0-rc1)

    • 2021-01-21 0a1a370 Update build status badge (Steve Boyd)
  • silverstripe/taxonomy (2.1.0 -> 2.2.0-rc1)

    • 2021-02-25 dc9010d Add docblocks to TaxonomyTerm and Type (Chris Penny)
    • 2021-01-21 e1df955 Update build status badge (Steve Boyd)
  • silverstripe/recipe-collaboration (1.7.1 -> 1.8.0-rc1)

    • 2021-01-21 b8c317f Update build status badge (Steve Boyd)
  • silverstripe/contentreview (4.1.2 -> 4.2.0-rc1)

    • 2021-01-21 c5f2b44 Update build status badge (Steve Boyd)
    • 2019-12-19 49ac8de META: Add new action to build docs (Aaron Carlino)
    • 2018-10-04 1bd0418 Prevent eslint rules from cascading. (Janzen Zarzoso)
    • 2018-06-15 d3de12f Add supported module badge to readme (Dylan Wagstaff)
    • 2018-06-11 bc74fc0 Update branch alias for 4.x-dev (Robbie Averill)
  • silverstripe/sharedraftcontent (2.3.5 -> 2.4.0-rc1)

    • 2021-03-11 64d46ae Extend ShareTokenLink #134 (Jackson Darlow)
    • 2021-01-21 0ef44d2 Update build status badge (Steve Boyd)
    • 2019-12-19 be488bd META: Add github action to build docs (Aaron Carlino)
    • 2019-11-08 ed5b280 Upgrade dependencies (Maxime Rainville)
  • symbiote/silverstripe-advancedworkflow (5.3.0 -> 5.4.0-rc1)

    • 2021-05-17 2a051ad Update translations (Maxime Rainville)
    • 2019-12-19 c485a5a META: Add action to build docs on Netlify (Aaron Carlino)
  • silverstripe/recipe-reporting-tools (1.7.1 -> 1.8.0-rc1)

    • 2021-01-21 d211aeb Update build status badge (Steve Boyd)
  • silverstripe/securityreport (2.2.0 -> 2.3.0-rc1)

    • 2021-05-17 84201eb Update translations (Maxime Rainville)
    • 2021-01-21 0203a0e Update build status badge (Steve Boyd)
    • 2020-11-12 1ea2e55 Delete 1.0 (Steve Boyd)
  • silverstripe/sitewidecontent-report (3.0.4 -> 3.1.0-rc1)

    • 2021-01-21 0b7e2a2 Update build status badge (Steve Boyd)
    • 2019-12-19 ab42916 META: Add github action to build docs (Aaron Carlino)
    • 2018-06-17 f6df1de Add supported module badge to readme (#34) (Dylan Wagstaff)
  • cwp/cwp-recipe-search (2.7.1 -> 2.8.0-rc1)

    • 2021-01-21 c61d5e1 Update build status badge (Steve Boyd)
  • cwp/cwp-search (1.4.0 -> 1.5.0-rc1)

    • 2021-01-21 f1649ac Update build status badge (Steve Boyd)
  • symbiote/silverstripe-queuedjobs (4.6.4 -> 4.7.0)

    • 2020-09-04 b78f296 Use formatters in QueuedJobHandler (Ingo Schommer)
    • 2020-06-09 c404ee2 Use PHP7 Throwable consistently (Ingo Schommer)
    • 2020-06-09 47b4df9 Avoid serialisation in human readable log messages (Ingo Schommer)
  • silverstripe/recipe-services (1.7.1 -> 1.8.0-rc1)

    • 2021-01-21 0d62f91 Update build status badge (Steve Boyd)
  • silverstripe/restfulserver (2.2.1 -> 2.3.0-rc1)

    • 2021-01-21 3da21bb Update build status badge (Steve Boyd)
  • silverstripe/registry (2.2.1 -> 2.3.0-rc1)

    • 2021-05-17 e352c89 Update translations (Maxime Rainville)
    • 2021-01-21 ce7c2f7 Update build status badge (Steve Boyd)
    • 2019-12-19 96a3b3f META: New github action for deploying docs (Aaron Carlino)
  • cwp/starter-theme (3.1.0 -> 3.2.0-rc1)

    • 2021-01-21 e85960d Update build status badge (Steve Boyd)
  • silverstripe/mfa (4.2.2 -> 4.3.0-rc1)

    • 2021-05-17 70cd5ad Update translations (Maxime Rainville)
    • 2021-01-21 1fc4e5c Update build status badge (Steve Boyd)
  • cwp/agency-extensions (2.4.1 -> 2.5.0-rc1)

    • 2021-01-21 a8747b7 Update build status badge (Steve Boyd)
  • cwp/watea-theme (3.0.3 -> 3.1.0-rc1)

    • 2021-01-21 18c4b73 Update build status badge (Steve Boyd)
    • 2019-06-13 c60f705 Bump version of Bootstrap in docs (Robbie Averill)
  • silverstripe/crontask (2.1.3 -> 2.2.0)

    • 2021-01-21 0986241 Update build status badge (Steve Boyd)
    • 2018-06-11 5c0ea40 Update branch alias for 2.x-dev (Robbie Averill)
  • silverstripe/gridfieldqueuedexport (2.3.0 -> 2.4.0-rc1)

    • 2021-05-17 484c429 Update translations (Maxime Rainville)
    • 2021-01-21 9a0dd45 Update build status badge (Steve Boyd)
  • silverstripe/recipe-content-blocks (2.7.1 -> 2.8.0-rc1)

    • 2021-01-21 96245c1 Update build status badge (Steve Boyd)
  • dnadesign/silverstripe-elemental (4.5.0 -> 4.6.0-rc1)

    • 2021-02-17 817c49c Add guard for GraphQL 4 only class (Aaron Carlino)
    • 2021-02-16 dfb356d Build (Aaron Carlino)
    • 2021-02-16 127ec99 Refactor to use bespoke typenames rather than relying on schema state (Aaron Carlino)
    • 2021-02-16 296cbca Refactor getGraphQLTypeName (Aaron Carlino)
    • 2021-02-14 e9c1699 Compatibility with new SchemaBuilder changes (Aaron Carlino)
    • 2021-01-27 e37ae98 Compatibility with GraphQL 4 changes (Aaron Carlino)
    • 2021-01-19 1942f5c Compatibility with new context providers, build state API changes (Aaron Carlino)
    • 2021-01-11 11a3d4e Add an extension point to BaseElement::AbsoluteLink() (Chris Penny)
    • 2020-12-15 5724dc8 BUGFIX: Numerous drag-and-drop issues (#853) (Aaron Carlino)
    • 2020-11-13 2d13336 Remove classmap (Aaron Carlino)
    • 2020-11-13 9687539 Move graphql legacy code to _legacy for PSR-4 compat (Aaron Carlino)
    • 2020-09-24 364909f Add config option to disable ShowTitle option. (Will Rossiter)
  • silverstripe/textextraction (3.1.0 -> 3.2.0-rc1)

    • 2021-01-21 795abde Update build status badge (Steve Boyd)
  • silverstripe/realme (4.0.2 -> 4.1.0)

    • 2021-04-07 f6a104b FEAT: Upgrade to new Azure platform for MTS, ITE and PROD (#69) (Matt Peel)
    • 2021-03-02 ffcfcc7 FEAT: Upgrade to new MTS and ITE integrations on new Azure platform (#66) (Matt Peel)
    • 2021-01-21 88a2fba Update build status badge (Steve Boyd)
  • silverstripe/ckan-registry (1.1.2 -> 1.2.0-rc1)

    • 2021-01-21 7844e03 Update build status badge (Steve Boyd)
    • 2019-12-19 a3cb0ec META: Add github action to build docs (Aaron Carlino)
    • 2019-12-14 9da3b41 Ignore constant visibility rule until we require PHP 7.1 (Robbie Averill)
  • silverstripe/webauthn-authenticator (4.1.0 -> 4.2.0-rc1)

    • 2021-05-17 5ac2f66 Update translations (Maxime Rainville)
    • 2021-01-21 ea5da59 Update build status badge (Steve Boyd)
  • silverstripe/security-extensions (4.0.3 -> 4.1.0-rc1)

    • 2021-05-17 7d4677b Update translations (Maxime Rainville)
    • 2021-01-21 2abe068 Update build status badge (Steve Boyd)
    • 2019-11-11 9908c14 Upgrade dependencies (Maxime Rainville)
  • silverstripe/login-forms (4.3.0 -> 4.4.1)

    • 2021-04-13 370c3ca Display tooltip when title is set (André Kiste)
    • 2021-04-13 4554bc5 • Move attribute to login-forms (André Kiste)
    • 2021-04-12 a73d0e7 Move bootstrap to npm (André Kiste)
    • 2021-04-08 51432f9 Use new designs (André Kiste)
    • 2021-03-30 effb664 Better describe the 'keep me signed in' option (André Kiste)
    • 2021-01-21 f38beb9 Update build status badge (Steve Boyd)
    • 2020-11-06 127532c Setting form max width (Michael Nowina-Krowicki)