Plugin Directory

Changeset 3260463


Ignore:
Timestamp:
03/23/2025 11:29:27 PM (12 months ago)
Author:
tidschi
Message:

Update to version 5.6 from GitHub

Location:
solea
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • solea/tags/5.6/app/mails/inform-localgroup-mail.php

    r3163434 r3260463  
    3636    $return = '<h3>' . __( 'Hello,', 'solea' ) . '</h3><br /><br />';
    3737
    38     if ( 1 === $compare->invert ) {
     38    if ( 0 === $compare->invert ) {
    3939        $return .= wp_sprintf(
    4040            /* Translators: %1$s: Event-Name, %2$s Registration end day */
  • solea/tags/5.6/readme.txt

    r3260451 r3260463  
    44Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 5.5
     6Stable tag: 5.6
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3939
    4040## Changelog ##
     41= 5.6 =
     42* [BUG] Fixed issue on calculating text for local groups for weekly inform mails
     43
    4144= 5.5 =
    4245* [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  
    33 * Plugin Name:  solea
    44 * Description: A tool for organisating events and keep participants in mind.
    5  * Version: 5.5
     5 * Version: 5.6
    66 * Tags: solea, events, management, budgeting
    77 * Requires at least: 6.0
  • solea/trunk/app/mails/inform-localgroup-mail.php

    r3163434 r3260463  
    3636    $return = '<h3>' . __( 'Hello,', 'solea' ) . '</h3><br /><br />';
    3737
    38     if ( 1 === $compare->invert ) {
     38    if ( 0 === $compare->invert ) {
    3939        $return .= wp_sprintf(
    4040            /* Translators: %1$s: Event-Name, %2$s Registration end day */
  • solea/trunk/readme.txt

    r3260451 r3260463  
    44Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 5.5
     6Stable tag: 5.6
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3939
    4040## Changelog ##
     41= 5.6 =
     42* [BUG] Fixed issue on calculating text for local groups for weekly inform mails
     43
    4144= 5.5 =
    4245* [BUG] Fixed issue for contacting local groups in weekly report, if a participant without local group is listed
  • solea/trunk/solea.php

    r3260451 r3260463  
    33 * Plugin Name:  solea
    44 * Description: A tool for organisating events and keep participants in mind.
    5  * Version: 5.5
     5 * Version: 5.6
    66 * Tags: solea, events, management, budgeting
    77 * Requires at least: 6.0
Note: See TracChangeset for help on using the changeset viewer.