Changeset 3263905
- Timestamp:
- 03/29/2025 06:19:48 PM (12 months ago)
- Location:
- solea
- Files:
-
- 6 edited
- 1 copied
-
tags/5.7 (copied) (copied from solea/trunk)
-
tags/5.7/app/routers/class-dashboardrouter.php (modified) (1 diff)
-
tags/5.7/readme.txt (modified) (2 diffs)
-
tags/5.7/solea.php (modified) (1 diff)
-
trunk/app/routers/class-dashboardrouter.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/solea.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solea/tags/5.7/app/routers/class-dashboardrouter.php
r3221661 r3263905 351 351 $recipients = sanitize_text_field( wp_unslash( $_POST['recipient'] ) ); 352 352 $subject = sanitize_text_field( wp_unslash( $_POST['subject'] ) ); 353 $mailtext = wp_kses_post( wp_unslash( $_POST['mail-text'] ),);353 $mailtext = nl2br(wp_kses_post( wp_unslash( $_POST['mail-text'] ) )); 354 354 355 355 $mail = new MailLibrary(); -
solea/tags/5.7/readme.txt
r3260463 r3263905 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 5. 66 Stable tag: 5.7 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 ## Changelog ## 41 = 5.7 = 42 * [IMP] Better handling of custom mails containing line breaks 43 41 44 = 5.6 = 42 45 * [BUG] Fixed issue on calculating text for local groups for weekly inform mails -
solea/tags/5.7/solea.php
r3260463 r3263905 3 3 * Plugin Name: solea 4 4 * Description: A tool for organisating events and keep participants in mind. 5 * Version: 5. 65 * Version: 5.7 6 6 * Tags: solea, events, management, budgeting 7 7 * Requires at least: 6.0 -
solea/trunk/app/routers/class-dashboardrouter.php
r3221661 r3263905 351 351 $recipients = sanitize_text_field( wp_unslash( $_POST['recipient'] ) ); 352 352 $subject = sanitize_text_field( wp_unslash( $_POST['subject'] ) ); 353 $mailtext = wp_kses_post( wp_unslash( $_POST['mail-text'] ),);353 $mailtext = nl2br(wp_kses_post( wp_unslash( $_POST['mail-text'] ) )); 354 354 355 355 $mail = new MailLibrary(); -
solea/trunk/readme.txt
r3260463 r3263905 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 5. 66 Stable tag: 5.7 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 ## Changelog ## 41 = 5.7 = 42 * [IMP] Better handling of custom mails containing line breaks 43 41 44 = 5.6 = 42 45 * [BUG] Fixed issue on calculating text for local groups for weekly inform mails -
solea/trunk/solea.php
r3260463 r3263905 3 3 * Plugin Name: solea 4 4 * Description: A tool for organisating events and keep participants in mind. 5 * Version: 5. 65 * Version: 5.7 6 6 * Tags: solea, events, management, budgeting 7 7 * Requires at least: 6.0
Note: See TracChangeset
for help on using the changeset viewer.