Skip to content

Commit

Permalink
Update phpBB to version 3.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrespel committed Jul 21, 2024
1 parent 1c4d8ed commit 7e45245
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
phpbb:
image: bitnami/phpbb:3.3.11
image: bitnami/phpbb:3.3.12
ports:
- '127.0.0.12:80:8080'
volumes:
Expand Down
6 changes: 3 additions & 3 deletions styles/jediholo/style.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

# General Information about this style
name = jediholo
copyright = © Fabien Crespel & Jesse Smith for ::JEDI::, 2011-2022
style_version = 3.3.9
phpbb_version = 3.3.9
copyright = © Fabien Crespel & Jesse Smith for ::JEDI::, 2011-2024
style_version = 3.3.12
phpbb_version = 3.3.12

# Defining a different template bitfield
# template_bitfield = //g=
Expand Down
2 changes: 1 addition & 1 deletion styles/jediholo/template/overall_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
</div>

<script src="{T_JQUERY_LINK}"></script>
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.7.1.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
Expand Down

0 comments on commit 7e45245

Please sign in to comment.