Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
103.47 KB
MD5: ca392e445a8c0263e0b05f2485b9ae45
SHA-1: 789b731d3fc243fe8e3f841e68f37cc671ee30ae
SHA-256: 104f97bdfbe428121bd003a43c82b1b6bf8cebe1033ef2c1210faf7b14c0f08f
Download zip
127.99 KB
MD5: d2d47d2e9592bee53dc53e4a59cbee8e
SHA-1: d5f7cddd5d967342e07ded73e07efc102466abcb
SHA-256: 60713a365807bbf459da1e532afc5307cbec8bbab0666dc80cefef6958372bcb
Release notes
This is the first stable version of Privatemsg for Drupal 7, just in time to keep my #D7CX pledge!
Compared to the first beta, this release contains a few bugfixes, the privatemsg_limits module has been ported, different date formats based on the age of the message have been added and the different admin setting forms have been merged into a single one which uses vertical_tabs.
Please report any bugs in the issue queue!
Changes since 7.x-1.0-beta1:
- #1003226 by Berdir, mamarley: Fixed invalid HTML markup.
- #1003902 by Michelle: Changed Author Pane link.
- #69856 by Berdir, miro_dietiker, zywiec | BenK et al.: Added message limits module.
- #938052 by boxfresh_1979: Added custom from email address configuration.
- #994348 by Berdir | BenK: Added different date/time formats based on the age of the message.
- #1011984 by Berdir: Fixed 7004 update function depends on privatemsg_filter 7001 if it is not enabled.
- by Berdir: Moved api tests in main test file, removed tests folder.
- #1014784 by Berdir: Changed to use vertical_tabs() and #states for admin settings.