Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/private_message from 3.0.0-beta2 to 3.0.0 #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • drupal/private_message: 3.0.0 (updated from 3.0.0-beta2)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  composer.json
  config/install/core.entity_view_display.private_message.private_message.default.yml
  config/install/core.entity_view_display.private_message.private_message.inbox.yml
  js/private_message_form.js
  js/private_message_inbox_block.js
  js/private_message_members_widget.js
  js/private_message_thread.js
  js/private_message_uninstall_prep_confirm.js
  modules/private_message_notify/private_message_notify.info.yml
  modules/private_message_notify/src/Service/PrivateMessageNotifier.php
  private_message.info.yml
  private_message.install
  private_message.libraries.yml
  private_message.links.contextual.yml
  private_message.links.task.yml
  private_message.module
  private_message.permissions.yml
  private_message.routing.yml
  private_message.services.yml
  private_message.theme.inc
  src/Controller/AjaxController.php
  src/Controller/AjaxControllerInterface.php
  src/Entity/Access/PrivateMessageAccessControlHandler.php
  src/Entity/Builder/PrivateMessageThreadViewBuilder.php
  src/Entity/Builder/PrivateMessageViewBuilder.php
  src/Entity/PrivateMessage.php
  src/Entity/PrivateMessageThread.php
  src/Entity/PrivateMessageThreadInterface.php
  src/Form/AdminUninstallForm.php
  src/Form/PrivateMessageDeleteForm.php
  src/Form/PrivateMessageForm.php
  src/Mapper/PrivateMessageMapper.php
  src/Mapper/PrivateMessageMapperInterface.php
  src/Plugin/Block/PrivateMessageActionsBlock.php
  src/Plugin/Block/PrivateMessageInboxBlock.php
  src/Plugin/Block/PrivateMessageNotificationBlock.php
  src/Plugin/Field/FieldFormatter/PrivateMessageThreadMemberFormatter.php
  src/Plugin/Field/FieldFormatter/PrivateMessageThreadMessageFormatter.php
  src/Plugin/Field/FieldWidget/PrivateMessageThreadMemberWidget.php
  src/Plugin/Menu/PrivateMessageTab.php
  src/Plugin/PrivateMessageConfigForm/PrivateMessageConfigFormBase.php
  src/Plugin/Validation/Constraint/PrivateMessageThreadMemberConstraint.php
  src/Service/PrivateMessageService.php
  src/Service/PrivateMessageServiceInterface.php
  src/Service/PrivateMessageThreadManager.php
  templates/private-message.html.twig
  tests/src/Functional/PrivateMessageNotificationTest.php
  tests/src/Functional/PrivateMessageSettingsFormTest.php
  tests/src/Functional/PrivateMessageThreadMembersTest.php
  tests/src/Functional/PrivateMessageUnreadCountTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 8cd60c5 Issue #3392733: Drupal 10.1 compatibility
  • e77c1c3 Issue #3391546 by jaapjan, heddn: Replace deprecated core/jquery.once for Drupal 10 support
  • 4e07037 Issue #3378251 by RobinCS, artem_sylchuk: Remove pm_thread_access_time and pm_thread_delete_time from AdminUninstallForm
  • e994a9b Issue #3051300 by sagesolutions, artem_sylchuk: Delete a message in the conversation
  • 19f7dc8 Issue #3344346 by artem_sylchuk: Translate email notification to recipient's preferred language
  • caaf74e Issue #3356586 by Ranjit1032002, wstocker, artem_sylchuk: Call to a member function get() on null in private_message_form_user_form_alter()
  • 3b5338b Issue #3339976 by artem_sylchuk: expecting variable (T_VARIABLE) in private_message/src/Form/PrivateMessageForm.php for PHP < 8
  • 75c3692 Issue #3322900 by Djeka, artem_sylchuk: "Enter" key does not work after one message is sent.
  • e20c7b0 Issue #2977313 by ReINFaTe, Denist3r, mike82, sagesolutions: Include a function in PrivateMessageMapper to count the new messages instead of only unread threads
  • 8a96bbc Issue #3333001 by EvilArgest, Denist3r, dennis_meuwissen, artem_sylchuk: PrivateMessageThreadMemberFormatter links to users even without access
  • d0b419a Issue #3285143 by dlevchik: Media field doesn't reset after message submission
  • f891000 Issue #3297889 by id.conky, Project Update Bot, artem_sylchuk: Drupal 10 compatibility fixes + minor codebase improvements
  • 0f21144 Issue #3337186 by Denist3r, artem_sylchuk: Remove uneeded CSRF tokens checks
  • 3dca275 Issue #3337185 by vital_kovalik, artem_sylchuk: Block ability to send messages to yourself
  • aa6c8f1 Issue #3337189 by _tarik_, artem_sylchuk: Inject keyValue storage properly in the AjaxController
  • f738a23 Issue #3265901 by artem_sylchuk: Database update error regarding already existing configurations
  • afe0a66 Issue #3050359 by Panchuk, phjou, artem_sylchuk: The number of results of the autocomplete is not configurable

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant