Changeset 2283933
- Timestamp:
- 04/15/2020 09:28:35 AM (6 years ago)
- Location:
- mail-on-update
- Files:
-
- 8 added
- 2 edited
-
tags/5.4.13 (added)
-
tags/5.4.13/languages (added)
-
tags/5.4.13/languages/mail-on-update-de_DE.mo (added)
-
tags/5.4.13/languages/mail-on-update-de_DE.po (added)
-
tags/5.4.13/languages/mail-on-update-ru_RU.mo (added)
-
tags/5.4.13/languages/mail-on-update-ru_RU.po (added)
-
tags/5.4.13/mail-on-update.php (added)
-
tags/5.4.13/readme.txt (added)
-
trunk/mail-on-update.php (modified) (9 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail-on-update/trunk/mail-on-update.php
r2230844 r2283933 4 4 Plugin URI: http://www.svenkubiak.de/mail-on-update 5 5 Description: Sends an eMail notification to one or multiple eMail addresses if new versions of plugins are available. 6 Version: 5.4.1 26 Version: 5.4.13 7 7 Author: Sven Kubiak, Matthias Kindler 8 8 Author URI: https://svenkubiak.de … … 12 12 Domain Path: /languages 13 13 14 Copyright 2008-20 18Sven Kubiak, Matthias Kindler14 Copyright 2008-2020 Sven Kubiak, Matthias Kindler 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 380 380 <div id="poststuff" class="ui-sortable"> 381 381 <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> 383 383 <div class="inside"> 384 384 <form action="options-general.php?page=mail-on-update&_wpnonce=<?php echo $nonce ?>" method="post" id="mailonupdate-conf"> … … 389 389 <tr> 390 390 <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[]"> 392 392 <?php 393 393 foreach ($users as $user) { … … 398 398 ?> 399 399 </select> 400 <br /><b utton 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> 401 401 </td> 402 402 </tr> … … 406 406 <tr> 407 407 <td> 408 <select style="width: 100% " multiple id="select2">408 <select style="width: 100%; max-width: 100%;" multiple id="select2"> 409 409 <?php 410 410 foreach ($administrators as $administrator) { … … 415 415 ?> 416 416 </select> 417 <br /><b utton 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> 418 418 </tr> 419 419 <tr> … … 433 433 <div id="poststuff" class="ui-sortable"> 434 434 <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> 436 436 <div class="inside"> 437 437 <form action="options-general.php?page=mail-on-update&_wpnonce=<?php echo $nonce ?>" method="post" id="mailonupdate-conf"> … … 464 464 <div id="poststuff" class="ui-sortable"> 465 465 <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> 467 467 <div class="inside"> 468 468 <table class="form-table"> -
mail-on-update/trunk/readme.txt
r2278107 r2283933 2 2 Contributors: kubi23 3 3 Tested up to: 5.4 4 Stable tag: 5.4.1 24 Stable tag: 5.4.13 5 5 Requires at least: 3.0 6 6 Tags: wordpress, plugin, mail, e-mail, notification, update, updates, notifications, mail-on-update, email, plugins, inform, version, versions … … 30 30 31 31 == Changelog == 32 33 = 5.4.13 = 34 * Cosmetics on settings 35 36 = 5.4.12 = 37 * Updated versions 32 38 33 39 = 5.4.11 =
Note: See TracChangeset
for help on using the changeset viewer.