Skip to content

Releases: neoncube2/flarum-private-messages

v1.5.4

28 Mar 09:26
Compare
Choose a tag to compare

Fixed a bug where backwards-compatible colors weren't showing up in the admin settings.

v1.5.3

28 Mar 09:03
Compare
Choose a tag to compare

Made it so that 1.5.3 isn't as much of a breaking change. The new behaviour is:

  • If a user upgrades from 1.4.0 to 1.5.3, then the default colors will continue to be what they were in 1.4.0
  • If a user installs this extension for the first time, then the new default colors are used.

Not that the CSS selectors have still changed slightly, so if you're using custom CSS, you may need to slightly adjust your CSS selectors. If you need help, just file an issue! :)

v1.5.2

28 Mar 06:59
Compare
Choose a tag to compare

Improved the look of emails:

image

v1.5.1

27 Mar 08:47
Compare
Choose a tag to compare

What's Changed

  • "New message" notification emails now use HTML. Thanks to @etfb for this! :) ( #14 )
  • It's now possible to easily select which colors messages should use! :) (See below)

Breaking changes

  • The default colors for messages have been changed! Please check that the new colors look okay, or choose a custom color. (See below)

Custom colors

By default, messages that you send now use the forum's primary background color and text color, and messages that you receive use a green background color with a black text color:

image

To change this, open your forum's administrator page, open the Private Messages panel, check the "Enable custom colors" checkbox, choose some custom colors, and click "Save Changes":

image

New Contributors

  • @etfb made their first contribution in #14

Full Changelog: 1.4.0...v1.5.0

v1.4.0

10 Dec 06:24
Compare
Choose a tag to compare

Bug fixes

  • Messages would sometimes show up twice. Thank you very much to @Pathologic for fixing this via #10 ! :)
  • On mobile, clicking the "Conversations" menu item should now open a new page, instead of showing a somewhat-broken overlay. I think this means that everything should now be working on mobile. If not, please let me know!
  • Read receipt indicators should now be shown next to messages, instead of overlapping with them.

Changes

  • The color of the text in messages is now @secondary-color instead of @control-bg, which I hope will show up better.

New features

It's now possible for users to receive an email notification when they receive a new message! :)

To get started, open your site's Administration page, go to Private Messages, and change the Allow users to receive email notifications when they receive a private message setting:
image

If you change this setting to "Members", then everyone in your forum will immediately start receiving email notifications when they receive a new private message. They can disable this by opening their account settings page and changing the Someone messages me setting:
image

New Contributors

Full Changelog: 1.3.0...1.4.0

v1.3.0

22 Sep 14:54
Compare
Choose a tag to compare

Everything should now work on mobile!

1.2.1

15 Sep 06:28
Compare
Choose a tag to compare

Fixes

  • Now works on mobile! :)
  • When someone has a lot of conversations, a scrollbar is now shown, so that they can see all of their conversations.
  • The bottom-right border of the messages popup wasn't rounded. Fixed by @kk14569 in #7, thanks! :)
  • Duplicate messages are no longer filtered out.

New Contributors

Full Changelog: 1.1.0...1.2.1

v1.1.0

29 Aug 06:55
Compare
Choose a tag to compare

This should be the first working release of this extension! :)

v1.0.0

24 Aug 06:48
Compare
Choose a tag to compare

Initial release! :)