Plugin Directory

Changeset 2283933


Ignore:
Timestamp:
04/15/2020 09:28:35 AM (6 years ago)
Author:
kubi23
Message:

Release 5.4.13

Location:
mail-on-update
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • mail-on-update/trunk/mail-on-update.php

    r2230844 r2283933  
    44Plugin URI: http://www.svenkubiak.de/mail-on-update
    55Description: Sends an eMail notification to one or multiple eMail addresses if new versions of plugins are available.
    6 Version: 5.4.12
     6Version: 5.4.13
    77Author: Sven Kubiak, Matthias Kindler
    88Author URI: https://svenkubiak.de
     
    1212Domain Path: /languages
    1313
    14 Copyright 2008-2018 Sven Kubiak, Matthias Kindler
     14Copyright 2008-2020 Sven Kubiak, Matthias Kindler
    1515
    1616This program is free software; you can redistribute it and/or modify
     
    380380                <div id="poststuff" class="ui-sortable">
    381381                    <div class="postbox opened">
    382                         <h3><?php echo __('Notification settings', 'mail-on-update'); ?></h3>
     382                        <h3 class="hndle"><label for="title"><?php echo __('Notification settings', 'mail-on-update'); ?></label></h3>
    383383                        <div class="inside">
    384384                            <form action="options-general.php?page=mail-on-update&_wpnonce=<?php echo $nonce ?>" method="post" id="mailonupdate-conf">
     
    389389                                <tr>
    390390                                    <td>
    391                                         <select style="width: 100%" multiple id="select1" name="mailonupdate_recipients[]">
     391                                        <select style="width: 100%; max-width: 100%;" multiple id="select1" name="mailonupdate_recipients[]">
    392392                                        <?php
    393393                                            foreach ($users as $user) {
     
    398398                                        ?>
    399399                                        </select>
    400                                         <br /><button class="button-secondary" style="width: 100%" id="remove"><?php echo __('Remove', 'mail-on-update'); ?></button>
     400                                        <br /><br /><button class="button-primary" style="width: 100%" id="remove"><?php echo __('Remove', 'mail-on-update'); ?></button>
    401401                                    </td>
    402402                                </tr>
     
    406406                                <tr>
    407407                                    <td>
    408                                         <select style="width: 100%" multiple id="select2">
     408                                        <select style="width: 100%; max-width: 100%;" multiple id="select2">
    409409                                        <?php
    410410                                        foreach ($administrators as $administrator) {
     
    415415                                        ?>
    416416                                        </select>
    417                                         <br /><button class="button-secondary" style="width: 100%" id="add"><?php echo __('Add', 'mail-on-update'); ?></button>
     417                                        <br /><br /><button class="button-primary" style="width: 100%" id="add"><?php echo __('Add', 'mail-on-update'); ?></button>
    418418                                </tr>
    419419                                <tr>
     
    433433                <div id="poststuff" class="ui-sortable">
    434434                    <div class="postbox opened">
    435                         <h3><?php echo __('Filters', 'mail-on-update'); ?></h3>
     435                        <h3 class="hndle"><label for="title"><?php echo __('Filters', 'mail-on-update'); ?></label></h3>
    436436                        <div class="inside">
    437437                            <form action="options-general.php?page=mail-on-update&_wpnonce=<?php echo $nonce ?>" method="post" id="mailonupdate-conf">
     
    464464                <div id="poststuff" class="ui-sortable">
    465465                    <div class="postbox opened">
    466                         <h3><?php echo __('Plugins to validate', 'mail-on-update'); ?></h3>
     466                        <h3 class="hndle"><label for="title"><?php echo __('Plugins to validate', 'mail-on-update'); ?></label></h3>
    467467                        <div class="inside">
    468468                            <table class="form-table">
  • mail-on-update/trunk/readme.txt

    r2278107 r2283933  
    22Contributors: kubi23
    33Tested up to: 5.4
    4 Stable tag: 5.4.12
     4Stable tag: 5.4.13
    55Requires at least: 3.0
    66Tags: wordpress, plugin, mail, e-mail, notification, update, updates, notifications, mail-on-update, email, plugins, inform, version, versions
     
    3030
    3131== Changelog ==
     32
     33= 5.4.13 =
     34* Cosmetics on settings
     35
     36= 5.4.12 =
     37* Updated versions
    3238
    3339= 5.4.11 =
Note: See TracChangeset for help on using the changeset viewer.