Skip to content

Commit d11058e

Browse files
committed
Merge branch 'bugfix-fontawesome-version-script'
2 parents 41d8fd6 + 26cec82 commit d11058e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.12.5
2+
3+
##### Bugfixes
4+
5+
- Bugfix failing users views tests ([#568](https://github.com/Code-Poets/sheetstorm/pull/568))
6+
7+
8+
19
### v0.12.4
210

311
##### Bugfixes

users/templates/base.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@
145145
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
146146
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
147147
crossorigin="anonymous"></script>
148-
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
148+
<script
149+
src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/js/all.min.js"
150+
integrity="sha512-F5QTlBqZlvuBEs9LQPqc1iZv2UMxcVXezbHzomzS6Df4MZMClge/8+gXrKw2fl5ysdk4rWjR0vKS7NNkfymaBQ=="
151+
crossorigin="anonymous"></script>
149152
<script
150153
src="{% static 'users/scripts/float_menu.js' %}"
151154
integrity="{% staticinline 'users/scripts/float_menu.js' encode="sri" %}"

0 commit comments

Comments
 (0)