Plugin Directory

Changeset 3355504


Ignore:
Timestamp:
09/03/2025 02:44:53 PM (6 months ago)
Author:
suaudeau
Message:

v5.0.3

  • BUG (x2) : removes error in PHP7.x (trailing coma for last parameter of method are not tolerated)
Location:
mon-laboratoire/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mon-laboratoire/trunk/Frontend/Contact_Form/class-contact-form-processing.php

    r3355231 r3355504  
    224224            string $person_first_name,
    225225            string $person_last_name,
    226             string $person_email,
     226            string $person_email
    227227        ): string {
    228228        $is_error = false;
  • mon-laboratoire/trunk/Lib/Access_Data/Core/class-data-accessor.php

    r3355231 r3355504  
    109109        int $id,
    110110        array $conditions = array(),
    111         array $union_conditions = array(),
     111        array $union_conditions = array()
    112112    ): array {
    113113        $relation = self::TABLE_RELATIONS[ $relation_key ];
  • mon-laboratoire/trunk/mon-laboratoire.php

    r3355455 r3355504  
    1616 * Plugin URI:        http://www.monlabo.org
    1717 * Description:       Simplify the management of a research unit's website
    18  * Version:           5.0.2
     18 * Version:           5.0.3
    1919 * Requires at least: 5.6
    2020 * Requires PHP:      7.2
  • mon-laboratoire/trunk/readme.txt

    r3355455 r3355504  
    55Requires at least: 5.6
    66Tested up to: 6.7
    7 Stable tag: 5.0.2
     7Stable tag: 5.0.3
    88Requires PHP: 7.2
    99License: GPLv3 or later
     
    4646== Changelog ==
    4747
    48 = 5.0.2 =
     48= 5.0.3 =
    4949*Release Date - 3 September 2025*
    5050
    5151* BUG : removes a non-blocking error in PHP8+ (stricter on constant resolution)
    52 * BUG : removes error in PHP7.x (trailing coma for last parameter of method are not tolerated)
     52* BUG (x2) : removes error in PHP7.x (trailing coma for last parameter of method are not tolerated)
    5353
    5454= 5.0 =
Note: See TracChangeset for help on using the changeset viewer.