Skip to content

5.6.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxime-rainville maxime-rainville released this 16 Jun 04:49
· 434 commits to 6 since this release

Change Log

Security

  • 2020-03-31 3bbad20 Task for shifting UserForm uploads into correct folders (Serge Latyntcev) - See cve-2020-9280

API Changes

  • 2020-01-12 793f437 Mark EditableFormField::EffectiveDisplayRules() for deprecation (Maxime Rainville)

Features and Enhancements

  • 2020-06-10 3b40be3 Add folder confirmation modal when adding a new EditableFileField to a userform. (#972) (Andre Kiste)
  • 2020-06-09 14ce51e Improve Unrestricted Folder warning, bump core requirement to ^4.6 (#965) (Garion Herman)
  • 2020-05-28 ed53709 DB column showing if file is userform upload (Steve Boyd)

Bugfixes

  • 2020-06-11 dc5ce00 Fix confirm upload form modal on Elemental block (Maxime Rainville)
  • 2020-05-27 c3d990f Create image thumbnails for asset-admin for images uploaded through userforms (#969) (Steve Boyd)
  • 2020-05-04 6276e99 Better anchor fallback (Mojmir Fendek)
  • 2020-05-04 5d739c4 Add missing space before aria-describedby attribute (Michal Kleiner)
  • 2020-03-09 71a8cac Remove bad default value for UserForm Content (#926) (Maxime Rainville)

Other changes

  • 2020-06-16 c0c4698 Update translations (Maxime Rainville)
  • 2020-06-15 03b3265 Update for 5.6 (#978) (Steve Boyd)
  • 2020-06-11 25978d3 Clean up tests (Maxime Rainville)
  • 2020-06-11 df12013 Move confirm folder logic to a dedicated controller (Maxime Rainville)
  • 2020-05-26 f27045b DOC Recommend installation of spamprotection (#966) (Maxime Rainville)
  • 2020-05-05 e86cc8d Add lint and lint-clean scripts to composer (Dan Hensby)
  • 2020-05-05 ede2d93 Linting fixes (Dan Hensby)
  • 2020-05-03 7adc42f update docs (Lukas)
  • 2020-04-30 9543480 Bump jquery from 3.4.1 to 3.5.0 (dependabot[bot])
  • 2020-03-16 1c73fd9 Revert default value (Steve Boyd)
  • 2020-01-31 d1b3b16 DOCS fixing anchor syntax (Bryn Whyman)
  • 2020-01-31 0106683 DOCS additional note to keeping uploaded files secure (brynwhyman)
  • 2020-01-13 e2c05d5 Minor linting adjustment. (Maxime Rainville)
  • 2020-01-12 39ee08c Remove bool explicit type definition to please PHP 5.6 (Maxime Rainville)
  • 2020-01-12 d280c54 Patch and reorganise some test (Maxime Rainville)
  • 2020-01-12 8d0a5dd Add some missing comments (Maxime Rainville)
  • 2020-01-10 a0cedae Move conditionalFieldEnabled to EditableFormField as isDisplayed (Maxime Rainville)
  • 2020-01-10 b536194 Revert the return type for UserForm::getRequiredFields (Maxime Rainville)
  • 2019-12-19 5d2a2f0 META: Add github action to build docs (Aaron Carlino)
  • 2019-12-13 58fd299 Bump npm from 6.13.0 to 6.13.4 (dependabot[bot])
  • 2019-12-05 b4bd6e7 DOCS Data protection and privacy note (Ingo Schommer)
  • 2019-12-05 c195fb2 DOCS Removed outdated maintainer info (Ingo Schommer)
  • 2019-11-15 0c4ca29 Bump root version in Travis config (Garion Herman)
  • 2018-05-08 25bfc9e Required fields can have display rules. Hidden required fields are dynamically excluded from server and client side validation. (Jess Champion)