Skip to content

Commit

Permalink
Merge pull request #167 from BlueAndi/release/v7.2.x
Browse files Browse the repository at this point in the history
Security update polyfill.js
  • Loading branch information
BlueAndi authored Jul 18, 2024
2 parents 69929fc + 53732da commit 2f08a41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h1 class="mt-5">Debug</h1>
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
<!-- Pixelix websocket library -->
<script type="text/javascript" src="/js/ws.js"></script>
<script type="text/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.js"></script>
<!-- Pixelix menu -->
<script type="text/javascript" src="/js/menu.js"></script>
<script type="text/javascript" src="/js/pluginsSubMenu.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion data/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1 class="mt-5">Display</h1>
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
<!-- Pixelix websocket library -->
<script type="text/javascript" src="/js/ws.js"></script>
<script type="text/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.js"></script>
<!-- Pixelix menu -->
<script type="text/javascript" src="/js/menu.js"></script>
<script type="text/javascript" src="/js/pluginsSubMenu.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v7.2.3"
"version": "v7.2.4"
}
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v7.2.3
PROJECT_NUMBER = v7.2.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 2f08a41

Please sign in to comment.