fix typos and bump release to 1.0
git-svn-id: https://plugins.svn.wordpress.org/send-email-from-admin/trunk@1396726 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
2c618b7f47
commit
d4e0398e8a
@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
||||
Tags: email, send email, admin email, custom email, email tools, email attachment
|
||||
Requires at least: 4.0
|
||||
Tested up to: 4.5
|
||||
Stable tag: 0.9.3
|
||||
Stable tag: 1.0
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@ -43,6 +43,9 @@ Yes. You can upload and attach one attachment to the email message.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0 =
|
||||
* fix typos
|
||||
|
||||
= 0.9.3 =
|
||||
* added links
|
||||
* minor css changes
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
Plugin Name: Send Email From Admin
|
||||
Plugin URI:
|
||||
Description: Easily send a simple custom email with an attachment from the WordPress administration screen. Tools -> Send Email.
|
||||
Version: 0.9.3
|
||||
Version: 1.0
|
||||
Author: kojak711
|
||||
Domain Path: /languages
|
||||
Text Domain: sefa
|
||||
@ -180,7 +180,7 @@ function sefa_plugin_main() {
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope=”row”><label for="sefa-recipient-emails">To:</label></th>
|
||||
<td><input type="email" multiple id="sefa-recipient-emails" name="sefa_recipient_emails" value="<?php echo esc_attr( sefa_plugin_issetor($sefa_recipient_emails) ); ?>" required><div class="note"><?php _e( 'To send to multiple recipeints, enter each email address seperated by a comma or choose from the user list below.', 'sefa' ); ?></div>
|
||||
<td><input type="email" multiple id="sefa-recipient-emails" name="sefa_recipient_emails" value="<?php echo esc_attr( sefa_plugin_issetor($sefa_recipient_emails) ); ?>" required><div class="note"><?php _e( 'To send to multiple recipients, enter each email address separated by a comma or choose from the user list below.', 'sefa' ); ?></div>
|
||||
<select id="sefa-user-list">
|
||||
<option value="">-- <?php _e( 'user list', 'sefa' ); ?> --</option>
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user