Skip to content

Commit

Permalink
Updated version number for release of 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jberanek committed Jul 12, 2023
1 parent 3cfcae9 commit 75d7652
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
68 changes: 66 additions & 2 deletions ChangeLog
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

Expand All @@ -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

Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
[ - Bug fixed (we hope) ]
[============================]

-------------------------------------------------------------------------------
Version 1.11.3 (Wed 12th July 2023):

[*] Some code improvements.

[-] Remove strict types declaration causing uncaught exceptions on some systems.


-------------------------------------------------------------------------------
Version 1.11.2 (Tue 11th July 2023):

Expand Down

5 comments on commit 75d7652

@AlexJamesHaines
Copy link

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.

@campbell-m
Copy link
Contributor

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?

@AlexJamesHaines
Copy link

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.

@campbell-m
Copy link
Contributor

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.

@jberanek
Copy link
Member Author

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 ?

Please sign in to comment.