-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version number for release of 1.11.3
- Loading branch information
Showing
2 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,68 @@ | ||
commit c9525e2f (HEAD -> main) | ||
commit 3cfcae94 (HEAD -> main) | ||
Author: John Beranek <[email protected]> | ||
Date: Wed Jul 12 13:29:21 2023 +0100 | ||
|
||
Updated version number for release of 1.11.3 | ||
|
||
web/version_num.inc | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
commit 2dee7281 (origin/main) | ||
Author: campbell-m <[email protected]> | ||
Date: Wed Jul 12 12:36:31 2023 +0100 | ||
|
||
Remove strict types declaration causing uncaught exceptions on some systems. | ||
|
||
web/lib/MRBS/Map.php | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
commit d30f22b7 | ||
Author: campbell-m <[email protected]> | ||
Date: Wed Jul 12 12:17:19 2023 +0100 | ||
|
||
Rename function | ||
|
||
web/edit_entry.php | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
commit 8463c3b0 | ||
Author: campbell-m <[email protected]> | ||
Date: Wed Jul 12 12:13:35 2023 +0100 | ||
|
||
Simplify code | ||
|
||
web/edit_entry.php | 25 ++++++++++++------------- | ||
1 file changed, 12 insertions(+), 13 deletions(-) | ||
|
||
commit 3b6c776a | ||
Author: campbell-m <[email protected]> | ||
Date: Wed Jul 12 11:23:15 2023 +0100 | ||
|
||
Simplify code | ||
|
||
web/edit_entry.php | 10 ++++------ | ||
1 file changed, 4 insertions(+), 6 deletions(-) | ||
|
||
commit 34ff1702 | ||
Author: campbell-m <[email protected]> | ||
Date: Wed Jul 12 11:10:38 2023 +0100 | ||
|
||
Simplify code | ||
|
||
web/edit_entry.php | 16 +++++++--------- | ||
1 file changed, 7 insertions(+), 9 deletions(-) | ||
|
||
commit e765b6f4 (tag: v1.11.2) | ||
Author: John Beranek <[email protected]> | ||
Date: Tue Jul 11 13:36:32 2023 +0100 | ||
|
||
Updated ChangeLog/NEWS for release of 1.11.2 | ||
|
||
ChangeLog | 443 +++++++++++++++++++++++++++++++++++++++++++++++++++- | ||
NEWS | 14 ++ | ||
2 files changed, 454 insertions(+), 3 deletions(-) | ||
|
||
commit c9525e2f | ||
Author: John Beranek <[email protected]> | ||
Date: Tue Jul 11 13:19:51 2023 +0100 | ||
|
||
|
@@ -7,7 +71,7 @@ Date: Tue Jul 11 13:19:51 2023 +0100 | |
web/version_num.inc | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
commit bc1f24fb (origin/main) | ||
commit bc1f24fb | ||
Author: campbell-m <[email protected]> | ||
Date: Tue Jul 11 10:37:30 2023 +0100 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75d7652
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this fix the issue I was having earlier once we upgraded to 1.11.2 from 1.11.0 which resulted in us being unable to authenticate (session expired)? I didn't bother troubleshooting as I didn't have time and just rolled back using backups.
75d7652
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I don't think it will fix that issue. Did you try refreshing your browser?
75d7652
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes and tried different browsers and cleared cookies etc to no avail. I will install 1.11.3 and test a bit more thoroughly if the issue is still present and come back to you with a proper bug report.
75d7652
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's still happening then it would be useful to know what
$auth['type']
and$auth['session']
are set to.75d7652
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlexJamesHaines
If there is anything further required on this, could you please raise it at https://github.com/meeting-room-booking-system/mrbs-code/issues/new ?