Plugin Directory

Changeset 3355455


Ignore:
Timestamp:
09/03/2025 01:16:42 PM (6 months ago)
Author:
suaudeau
Message:

5.0.2

*Release Date - 3 September 2025*

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

Legend:

Unmodified
Added
Removed
  • mon-laboratoire/trunk/Lib/Access_Data/class-access-generic.php

    r3355231 r3355455  
    237237        $object_table,
    238238        string $index_name = 'id',
    239         string $value_name = 'id',
     239        string $value_name = 'id'
    240240    ): array {
    241241        return $this->_tidy_object_table_and_leave_only_one_column( $object_table, $index_name, $value_name, 'int' );
     
    254254        $object_table,
    255255        string $index_name = 'id',
    256         string $value_name = 'id',
     256        string $value_name = 'id'
    257257    ): array {
    258258        return $this->_tidy_object_table_and_leave_only_one_column( $object_table, $index_name, $value_name, 'string' );
  • mon-laboratoire/trunk/mon-laboratoire.php

    r3355376 r3355455  
    1616 * Plugin URI:        http://www.monlabo.org
    1717 * Description:       Simplify the management of a research unit's website
    18  * Version:           5.0.1
     18 * Version:           5.0.2
    1919 * Requires at least: 5.6
    2020 * Requires PHP:      7.2
     
    4242
    4343defined( 'ABSPATH' ) or die( 'No direct script access allowed' );
    44 define( 'MONLABO_VERSION', '5.0.1' ); //Currently plugin version, use SemVer - https://semver.org
     44define( 'MONLABO_VERSION', '5.0.2' ); //Currently plugin version, use SemVer - https://semver.org
    4545
    4646require_once ( __DIR__ . '/polyfill.php' );
  • mon-laboratoire/trunk/readme.txt

    r3355376 r3355455  
    55Requires at least: 5.6
    66Tested up to: 6.7
    7 Stable tag: 5.0.1
     7Stable tag: 5.0.2
    88Requires PHP: 7.2
    99License: GPLv3 or later
     
    4646== Changelog ==
    4747
    48 = 5.0.1 =
     48= 5.0.2 =
    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)
    5253
    5354= 5.0 =
Note: See TracChangeset for help on using the changeset viewer.