Plugin Directory

Changeset 945781


Ignore:
Timestamp:
07/09/2014 07:55:38 PM (12 years ago)
Author:
mpwalsh8
Message:

Prep for 4.6.10 release.

Location:
email-users/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • email-users/trunk/email-users.php

    r941029 r945781  
    33/*
    44Plugin Name: Email Users
    5 Version: 4.6.9
     5Version: 4.6.10-beta-1
    66Plugin URI: http://wordpress.org/extend/plugins/email-users/
    77Description: 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>.
     
    2828
    2929// Version of the plugin
    30 define( 'MAILUSERS_CURRENT_VERSION', '4.6.9');
     30define( 'MAILUSERS_CURRENT_VERSION', '4.6.10-beta-1');
    3131
    3232// i18n plugin domain
  • email-users/trunk/readme.txt

    r941029 r945781  
    190190
    191191== Changelog ==
     192
     193= Version 4.6.10 =
     194* Fixed bug with from_name which happens in certain circumstances.
    192195
    193196= Version 4.6.9 =
Note: See TracChangeset for help on using the changeset viewer.