Skip to content

Commit

Permalink
Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 11, 2024
1 parent a0d313f commit 0555008
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

9.36 2023-10-28
9.36 2024-02-11
- Improved Morbo to restart on deleted files. (hernan604)

9.35 2023-10-27
- Added EXPERIMENTAL support for persistent cookies in Netscape format.
Expand Down
6 changes: 4 additions & 2 deletions lib/Mojolicious.pm
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ The L<Mojolicious> distribution includes a few files with different licenses tha
=head2 Mojolicious Artwork
Copyright (C) 2010-2023, Sebastian Riedel.
Copyright (C) 2010-2024, Sebastian Riedel.
Licensed under the CC-SA License, Version 4.0 L<http://creativecommons.org/licenses/by-sa/4.0>.
Expand Down Expand Up @@ -991,6 +991,8 @@ Heiko Jansen
Henry Tang
Hernan Lopes
Hideki Yamamura
Hiroki Toyokawa
Expand Down Expand Up @@ -1205,7 +1207,7 @@ Zoffix Znet
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2008-2023, Sebastian Riedel and others.
Copyright (C) 2008-2024, Sebastian Riedel and others.
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version
2.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/resources/templates/mojo/debug.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
<b>Free</b> and <b>Open Source</b>.
</div>
<div class="col-sm align-self-center text-center mojo-copy">
<i class="far fa-copyright"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248s248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200c0-110.531 89.451-200 200-200c110.532 0 200 89.451 200 200c0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396c-82.43 0-140.484-61.425-140.484-141.567c0-79.152 60.275-139.401 139.762-139.401c55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921c-8.595-6.776-31.814-22.538-61.708-22.538c-48.303 0-77.916 35.33-77.916 80.082c0 41.589 26.888 83.692 78.277 83.692c32.657 0 56.843-19.039 65.726-27.225c5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z"/></svg></i> 2008-2023 Sebastian Riedel and the
<i class="far fa-copyright"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248s248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200c0-110.531 89.451-200 200-200c110.532 0 200 89.451 200 200c0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396c-82.43 0-140.484-61.425-140.484-141.567c0-79.152 60.275-139.401 139.762-139.401c55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921c-8.595-6.776-31.814-22.538-61.708-22.538c-48.303 0-77.916 35.33-77.916 80.082c0 41.589 26.888 83.692 78.277 83.692c32.657 0 56.843-19.039 65.726-27.225c5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z"/></svg></i> 2008-2024 Sebastian Riedel and the
<a href="https://docs.mojolicious.org/Mojolicious#AUTHORS">Mojolicious contributors</a>.
</div>
<div class="col-sm align-self-center text-center mojo-social">
Expand Down

0 comments on commit 0555008

Please sign in to comment.