Changeset 3260463
- Timestamp:
- 03/23/2025 11:29:27 PM (12 months ago)
- Location:
- solea
- Files:
-
- 6 edited
- 1 copied
-
tags/5.6 (copied) (copied from solea/trunk)
-
tags/5.6/app/mails/inform-localgroup-mail.php (modified) (1 diff)
-
tags/5.6/readme.txt (modified) (2 diffs)
-
tags/5.6/solea.php (modified) (1 diff)
-
trunk/app/mails/inform-localgroup-mail.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/solea.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solea/tags/5.6/app/mails/inform-localgroup-mail.php
r3163434 r3260463 36 36 $return = '<h3>' . __( 'Hello,', 'solea' ) . '</h3><br /><br />'; 37 37 38 if ( 1=== $compare->invert ) {38 if ( 0 === $compare->invert ) { 39 39 $return .= wp_sprintf( 40 40 /* Translators: %1$s: Event-Name, %2$s Registration end day */ -
solea/tags/5.6/readme.txt
r3260451 r3260463 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 5. 56 Stable tag: 5.6 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 ## Changelog ## 41 = 5.6 = 42 * [BUG] Fixed issue on calculating text for local groups for weekly inform mails 43 41 44 = 5.5 = 42 45 * [BUG] Fixed issue for contacting local groups in weekly report, if a participant without local group is listed -
solea/tags/5.6/solea.php
r3260451 r3260463 3 3 * Plugin Name: solea 4 4 * Description: A tool for organisating events and keep participants in mind. 5 * Version: 5. 55 * Version: 5.6 6 6 * Tags: solea, events, management, budgeting 7 7 * Requires at least: 6.0 -
solea/trunk/app/mails/inform-localgroup-mail.php
r3163434 r3260463 36 36 $return = '<h3>' . __( 'Hello,', 'solea' ) . '</h3><br /><br />'; 37 37 38 if ( 1=== $compare->invert ) {38 if ( 0 === $compare->invert ) { 39 39 $return .= wp_sprintf( 40 40 /* Translators: %1$s: Event-Name, %2$s Registration end day */ -
solea/trunk/readme.txt
r3260451 r3260463 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 5. 56 Stable tag: 5.6 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 39 40 40 ## Changelog ## 41 = 5.6 = 42 * [BUG] Fixed issue on calculating text for local groups for weekly inform mails 43 41 44 = 5.5 = 42 45 * [BUG] Fixed issue for contacting local groups in weekly report, if a participant without local group is listed -
solea/trunk/solea.php
r3260451 r3260463 3 3 * Plugin Name: solea 4 4 * Description: A tool for organisating events and keep participants in mind. 5 * Version: 5. 55 * Version: 5.6 6 6 * Tags: solea, events, management, budgeting 7 7 * Requires at least: 6.0
Note: See TracChangeset
for help on using the changeset viewer.