Skip to content

Commit

Permalink
Merge pull request #59 from sprak3000/issue-58-twitter-timeline-bug
Browse files Browse the repository at this point in the history
Issue #58: Twitter timeline on homepage broken
  • Loading branch information
sprak3000 authored Nov 12, 2018
2 parents a89dc92 + 2ee1921 commit 7809a24
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CHANGELOG
## 3.4.3 - 2018 November 11
### Bug Fixes
* Issue #58: Fixing issue with Twitter timeline on homepage

## 3.4.2 - 2018 January 30
### Bug Fixes
* Issue #56: Fixing another page throwing HTTP 500 error
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lupin-encyclopedia",

"version": "3.4.2",
"version": "3.4.3",

"dependencies": {
"jquery": "~1.9.*",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"description": "Lupin III Encyclopedia web site",

"version": "3.4.2",
"version": "3.4.3",

"type": "project",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"homepage": "http://www.lupinencyclopedia.com/",

"version": "3.4.2",
"version": "3.4.3",

"devDependencies": {
"grunt": "~0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion template/view/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="profile-body row margin-bottom-20">
<div class="col-sm-6 md-margin-bottom-20">
<div class="panel panel-profile no-bg">
<a class="twitter-timeline" data-dnt="true" href="/sprak/timelines/573644495792766977" data-widget-id="585602612654911490">Lupin the Third</a>
<a class="twitter-timeline" data-dnt="true" href="https://www.twitter.com/sprak/timelines/573644495792766977" data-widget-id="585602612654911490">Lupin the Third</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
Expand Down

0 comments on commit 7809a24

Please sign in to comment.