hybridinteractive / craft-contact-form-extensions

Adds extensions to the Craft CMS contact form plugin.
MIT License
42 stars 35 forks source link

Bump craftcms/cms from 3.7.39 to 3.9.x-dev #182

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps craftcms/cms from 3.7.39 to 3.9.x-dev.

Release notes

Sourced from craftcms/cms's releases.

3.8.17

  • Fixed a bug where Craft.BaseElementIndexView::this.canSelectElement() wasn’t getting applied for lazy-loaded elements.
  • Fixed a bug where setting an element query’s status param to archived would always yield zero results. (#13465)
  • Fixed a bug where update commands could fail on some environments.
  • Fixed an information disclosure vulnerability.

3.8.16

  • The “Access the control panel” user permission now includes a warning that the permission grants view-only access to user data and most content.
  • Fixed an RCE vulnerability.

3.8.15

  • The control panel footer now includes a message about active trials, with a link to purchase the licenses.
  • Fixed an error that occurred when passing arguments to an element’s prev and next fields via GraphQL. (#13334)
  • Fixed an RCE vulnerability.

3.8.14

  • The _includes/forms/date and _includes/forms/time templates now accept a timeZone variable.
  • Fixed an error that could occur when updating a plugin with the craft update command, if it provided a new migration but still had the same schema version.
  • Fixed an error that occurred when rendering editable tables with Date or Time columns. (#13270)

3.8.13

  • Fixed a bug where asset sources weren‘t immediately showing a source path on a clear localStorage cache.
  • Fixed a JavaScript error that could occur when searching within an asset index, when there was no source path. (#13241)
  • Fixed a bug where Date fields with “Show Time Zone” enabled were displaying their values in the system’s time zone within element indexes. (#13233)

3.8.12

  • Asset indexes now remember their previously-selected source path. (#13147)
  • Added craft\base\ElementInterface::sourcePath().
  • Improved craft\helpers\FileHelper::getExtensionByMimeType() for some ambiguous, web-friendly MIME types.
  • Removed the OAuth 2.0 Client library, as it’s no longer used in core.
  • Fixed a bug where activation emails sent to newly-created users could link to the front-end site, if they were granted control panel access via a user group. (#13204)
  • Fixed a bug where it wasn’t possible to drag Verbb Navigation nodes via their drag handles. (#12896)
  • Fixed a bug where Date fields could display the wrong date. (#13233)
  • Deprecated the Craft.startsWith() JavaScript method. String.prototype.startsWith() should be used instead.

3.8.11

  • Fixed a SQL error that could occur when updating to Craft 3.8 on PostgreSQL. (#13186)
  • Fixed a JavaScript error that occurred for Matrix inputs with static blocks. (#13194)
  • Fixed the vertical alignment of element labels. (#13168)

3.8.10.2

  • Fixed a bug where it wasn’t possible to add new Matrix blocks via the “Add a block” menu. (#13177)

3.8.10

  • Fixed a “Double-instantiating a menu button on an element” console warning that occurred on pages with Matrix fields. (#6338)
  • Fixed an error that could occur when running tests. (#13076)

3.8.9

  • Volumes no longer validate if their field layout contains a field called extension, filename, height, kind, size, or width.
  • Fixed a bug where queue-runner Ajax requests triggered on the front end weren’t getting closed before running the queue, potentially causing long front-end load delays.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hybridinteractive/craft-contact-form-extensions/network/alerts).