Plugin Directory

Changeset 2690292


Ignore:
Timestamp:
03/07/2022 06:22:06 PM (4 years ago)
Author:
marcusbs
Message:

2.0.3

Location:
wp-mailing-group/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-mailing-group/trunk/readme.txt

    r2683517 r2690292  
    77Requires PHP: 5.2.4
    88Tested up to PHP: 8.0
    9 Stable tag: 2.0.2
     9Stable tag: 2.0.3
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    133133== Changelog ==
    134134
     135=2.0.3 =
     136*Added some help text.
     137
    135138=2.0.2 =
    136 
    137139*Compatible to PHP 8.
    138140
  • wp-mailing-group/trunk/template/mg_mailinggroupadd.php

    r2464851 r2690292  
    346346                        <input type="radio" id="mail_type_smtp" class="mail_type" name="mail_type" <?php if($mail_type == 'smtp'){ echo 'checked'; } ?> value="smtp"/><p class="innn">&nbsp;&nbsp;<?php _e("SMTP Mail", 'mailing-group-module'); ?>&nbsp;&nbsp;&nbsp;&nbsp;</p>     
    347347                        <input type="radio" class="mail_type" name="mail_type" <?php if($mail_type == 'php'){ echo 'checked'; } ?> value="php"/><p class="innn">&nbsp;&nbsp;<?php _e("PHP Mail", 'mailing-group-module'); ?>&nbsp;&nbsp;&nbsp;&nbsp;</p>     
    348                         <p class="noteclass"><?php _e("-If not sure what to choose, select PHP Mail. To test outgoing email settings, save mailing group settings and go to Troubleshooting tab on left sidebar.",'mailing-group-module');?>
     348                        <p class="noteclass"><?php _e("-If not sure what to choose, select WP Mail. To test outgoing email settings, save mailing group settings and go to Troubleshooting tab on left sidebar.",'mailing-group-module');?>
    349349                            <p class="innn" style="clear: both;">
    350350                            <a href="<?php echo admin_url('admin.php?page=wpmg_mailinggroup_testmail'); ?>" target="_blank">
Note: See TracChangeset for help on using the changeset viewer.