Changeset 3355504
- Timestamp:
- 09/03/2025 02:44:53 PM (6 months ago)
- Location:
- mon-laboratoire/trunk
- Files:
-
- 4 edited
-
Frontend/Contact_Form/class-contact-form-processing.php (modified) (1 diff)
-
Lib/Access_Data/Core/class-data-accessor.php (modified) (1 diff)
-
mon-laboratoire.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mon-laboratoire/trunk/Frontend/Contact_Form/class-contact-form-processing.php
r3355231 r3355504 224 224 string $person_first_name, 225 225 string $person_last_name, 226 string $person_email ,226 string $person_email 227 227 ): string { 228 228 $is_error = false; -
mon-laboratoire/trunk/Lib/Access_Data/Core/class-data-accessor.php
r3355231 r3355504 109 109 int $id, 110 110 array $conditions = array(), 111 array $union_conditions = array() ,111 array $union_conditions = array() 112 112 ): array { 113 113 $relation = self::TABLE_RELATIONS[ $relation_key ]; -
mon-laboratoire/trunk/mon-laboratoire.php
r3355455 r3355504 16 16 * Plugin URI: http://www.monlabo.org 17 17 * Description: Simplify the management of a research unit's website 18 * Version: 5.0. 218 * Version: 5.0.3 19 19 * Requires at least: 5.6 20 20 * Requires PHP: 7.2 -
mon-laboratoire/trunk/readme.txt
r3355455 r3355504 5 5 Requires at least: 5.6 6 6 Tested up to: 6.7 7 Stable tag: 5.0. 27 Stable tag: 5.0.3 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later … … 46 46 == Changelog == 47 47 48 = 5.0. 2=48 = 5.0.3 = 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 * BUG (x2) : removes error in PHP7.x (trailing coma for last parameter of method are not tolerated) 53 53 54 54 = 5.0 =
Note: See TracChangeset
for help on using the changeset viewer.