Changeset 3355455
- Timestamp:
- 09/03/2025 01:16:42 PM (6 months ago)
- Location:
- mon-laboratoire/trunk
- Files:
-
- 3 edited
-
Lib/Access_Data/class-access-generic.php (modified) (2 diffs)
-
mon-laboratoire.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mon-laboratoire/trunk/Lib/Access_Data/class-access-generic.php
r3355231 r3355455 237 237 $object_table, 238 238 string $index_name = 'id', 239 string $value_name = 'id' ,239 string $value_name = 'id' 240 240 ): array { 241 241 return $this->_tidy_object_table_and_leave_only_one_column( $object_table, $index_name, $value_name, 'int' ); … … 254 254 $object_table, 255 255 string $index_name = 'id', 256 string $value_name = 'id' ,256 string $value_name = 'id' 257 257 ): array { 258 258 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 16 16 * Plugin URI: http://www.monlabo.org 17 17 * Description: Simplify the management of a research unit's website 18 * Version: 5.0. 118 * Version: 5.0.2 19 19 * Requires at least: 5.6 20 20 * Requires PHP: 7.2 … … 42 42 43 43 defined( 'ABSPATH' ) or die( 'No direct script access allowed' ); 44 define( 'MONLABO_VERSION', '5.0. 1' ); //Currently plugin version, use SemVer - https://semver.org44 define( 'MONLABO_VERSION', '5.0.2' ); //Currently plugin version, use SemVer - https://semver.org 45 45 46 46 require_once ( __DIR__ . '/polyfill.php' ); -
mon-laboratoire/trunk/readme.txt
r3355376 r3355455 5 5 Requires at least: 5.6 6 6 Tested up to: 6.7 7 Stable tag: 5.0. 17 Stable tag: 5.0.2 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later … … 46 46 == Changelog == 47 47 48 = 5.0. 1=48 = 5.0.2 = 49 49 *Release Date - 3 September 2025* 50 50 51 51 * 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 53 53 54 = 5.0 =
Note: See TracChangeset
for help on using the changeset viewer.