Skip to content

Releases: joho1968/cloudbridge-mattermost

2.2.3

11 Feb 14:54

Choose a tag to compare

2.2.3

  • Verified with Mattermost version 8-11 and WordPress 6.9.x
  • Notifications are no longer sent for non‑standard login errors when all “Unsuccessful login” roles are unchecked (#2, itsumonotakumi)
  • Fix override handling for Mattermost login/register button filter output
  • Hardened OAuth2 post-login redirects to same-host only; external redirect_to values now fall back to admin/home
  • Updated Composer dependencies (guzzlehttp/*, league/oauth2-client, symfony/deprecation-contracts) and removed paragonie/random_compat

Note

The vendor/ folder is not included in this Github repo. Please download the entire plugin from wordpress.org if you want the full release archive.

2.2.2

07 Oct 10:19

Choose a tag to compare

2.2.2

  • Added support for admin e-mail change notification
  • Added support for inhibiting admin e-mail address change e-mail sending
  • Verified with Mattermost 8.x, 9.x, 10.x and WordPress 6.8.x
  • Thanks to Nelson (castillo-n) for various fixes (PR#1)
  • Added missing property $cbmm_site_label to class
  • Removed use of FILTER_SANITIZE_STRING (deprecated in PHP 8.1)
  • Removed use of uninitialized variables (exception handling)
  • Changed link to documentation for Mattermost webhooks

Note

The vendor/ folder is not included in this Github repo. Please download the entire plugin from wordpress.org if you want the full release archive.

1.1.0

26 Nov 12:00

Choose a tag to compare

1.1.0

  • Moved notifications to a separate tab
  • Added notifications for password reset
  • Added notification for plugin activation
  • Added notification for plugin deactivation
  • Added notification for plugin uninstallation
  • Added notification for new/edited user
  • Added notification for deleted user
  • Added general notice emoji (:bell:)
  • Added setting to force notifications to be en_US locale (English)
  • Login/Login failure hooks are only hooked if webhook URL has been configured
  • Corrected locale display/handling of some strings
  • Updated donate link