Changeset 3260451
- Timestamp:
- 03/23/2025 11:13:46 PM (12 months ago)
- Location:
- solea
- Files:
-
- 6 edited
- 1 copied
-
tags/5.5 (copied) (copied from solea/trunk)
-
tags/5.5/app/actions/events/class-informeventmanagement.php (modified) (2 diffs)
-
tags/5.5/readme.txt (modified) (2 diffs)
-
tags/5.5/solea.php (modified) (1 diff)
-
trunk/app/actions/events/class-informeventmanagement.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/solea.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solea/tags/5.5/app/actions/events/class-informeventmanagement.php
r3260435 r3260451 40 40 $mail->set_message( solea_inform_management_mail( $event ) ); 41 41 42 if ( 0 <$compare ) {42 if ( 0 > $compare ) { 43 43 $mail->set_subject( 44 44 '[solea] ' . wp_sprintf( … … 60 60 $mail->send(); 61 61 foreach ( $event->get_participants_by_group() as $group_id => $participants ) { 62 if (0 === $group_id) { 63 continue; 64 } 65 62 66 $group = LocalGroup::where( 'id', $group_id )->first(); 63 67 $group_mail = new MailLibrary(); -
solea/tags/5.5/readme.txt
r3260441 r3260451 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 5. 4.16 Stable tag: 5.5 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 ## Changelog ## 41 = 5.5 = 42 * [BUG] Fixed issue for contacting local groups in weekly report, if a participant without local group is listed 43 41 44 = 5.4.1 = 42 45 * [OTH] Fixed release tag -
solea/tags/5.5/solea.php
r3260441 r3260451 3 3 * Plugin Name: solea 4 4 * Description: A tool for organisating events and keep participants in mind. 5 * Version: 5. 4.15 * Version: 5.5 6 6 * Tags: solea, events, management, budgeting 7 7 * Requires at least: 6.0 -
solea/trunk/app/actions/events/class-informeventmanagement.php
r3260435 r3260451 40 40 $mail->set_message( solea_inform_management_mail( $event ) ); 41 41 42 if ( 0 <$compare ) {42 if ( 0 > $compare ) { 43 43 $mail->set_subject( 44 44 '[solea] ' . wp_sprintf( … … 60 60 $mail->send(); 61 61 foreach ( $event->get_participants_by_group() as $group_id => $participants ) { 62 if (0 === $group_id) { 63 continue; 64 } 65 62 66 $group = LocalGroup::where( 'id', $group_id )->first(); 63 67 $group_mail = new MailLibrary(); -
solea/trunk/readme.txt
r3260441 r3260451 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 5. 4.16 Stable tag: 5.5 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 ## Changelog ## 41 = 5.5 = 42 * [BUG] Fixed issue for contacting local groups in weekly report, if a participant without local group is listed 43 41 44 = 5.4.1 = 42 45 * [OTH] Fixed release tag -
solea/trunk/solea.php
r3260441 r3260451 3 3 * Plugin Name: solea 4 4 * Description: A tool for organisating events and keep participants in mind. 5 * Version: 5. 4.15 * Version: 5.5 6 6 * Tags: solea, events, management, budgeting 7 7 * Requires at least: 6.0
Note: See TracChangeset
for help on using the changeset viewer.