Changeset 945781
- Timestamp:
- 07/09/2014 07:55:38 PM (12 years ago)
- Location:
- email-users/trunk
- Files:
-
- 2 edited
-
email-users.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
email-users/trunk/email-users.php
r941029 r945781 3 3 /* 4 4 Plugin Name: Email Users 5 Version: 4.6. 95 Version: 4.6.10-beta-1 6 6 Plugin URI: http://wordpress.org/extend/plugins/email-users/ 7 7 Description: Allows the site editors to send an e-mail to the blog users. Credits to <a href="http://www.catalinionescu.com">Catalin Ionescu</a> who gave me (Vincent Pratt) some ideas for the plugin and has made a similar plugin. Bug reports and corrections by Cyril Crua, Pokey and Mike Walsh. Development for enhancements and bug fixes since version 4.1 primarily by <a href="http://michaelwalsh.org">Mike Walsh</a>. … … 28 28 29 29 // Version of the plugin 30 define( 'MAILUSERS_CURRENT_VERSION', '4.6. 9');30 define( 'MAILUSERS_CURRENT_VERSION', '4.6.10-beta-1'); 31 31 32 32 // i18n plugin domain -
email-users/trunk/readme.txt
r941029 r945781 190 190 191 191 == Changelog == 192 193 = Version 4.6.10 = 194 * Fixed bug with from_name which happens in certain circumstances. 192 195 193 196 = Version 4.6.9 =
Note: See TracChangeset
for help on using the changeset viewer.