overleaf-cep/server-ce/hotfix/5.3.1/pr_22950.patch
Miguel Serrano f157dd419e [CE/SP] Hotfix 5.3.1 (#23008)
* [CE/SP] Hotfix 5.3.1

* Added mongoose upgrade for services/templates

* Fix mongodb transitive dependency

* cleaned npm cache and /tmp

GitOrigin-RevId: 139cf7776ba053c3763613cc3a6cdea4dfd3db44
2025-01-30 09:05:38 +00:00

33 lines
1.3 KiB
Diff

--- services/web/app/views/layout/thin-footer-bootstrap-5.pug
+++ services/web/app/views/layout/thin-footer-bootstrap-5.pug
@@ -7,7 +7,7 @@ footer.site-footer
if !settings.nav.hide_powered_by
li
//- year of Server Pro release, static
- | © 2024
+ | © 2025
|
a(href='https://www.overleaf.com/for/enterprises') Powered by Overleaf
--- services/web/app/views/layout/thin-footer.pug
+++ services/web/app/views/layout/thin-footer.pug
@@ -9,7 +9,7 @@ footer.site-footer
else if !settings.nav.hide_powered_by
li
//- year of Server Pro release, static
- | © 2024
+ | © 2025
|
a(href='https://www.overleaf.com/for/enterprises') Powered by Overleaf
--- services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx
+++ services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx
@@ -60,7 +60,7 @@ function ThinFooter({
{showPoweredBy ? (
<>
<li>
- {/* year of Server Pro release, static */}© 2024{' '}
+ {/* year of Server Pro release, static */}© 2025{' '}
<a href="https://www.overleaf.com/for/enterprises">
Powered by Overleaf
</a>