Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed May 27, 2014
1 parent c037918 commit 834d391
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v2.2.1"></a>
### v2.2.1 (2014-05-27)


#### Bug Fixes

* **js:** Enable Pjax when config is missing (backward compatibility) ([c0379189](http://github.com/oswaldoacauan/ghostium/commit/c03791891b024212506d3b19ef66d1b31e4f9402))

<a name="v2.2.0"></a>
## v2.2.0 (2014-05-27)

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/foot-scripts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/head-scripts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ghostium",
"version": "2.2.0",
"version": "2.2.1",
"dependencies": {
"modernizr": "~2.6.2",
"jquery": "~2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
window.GHOSTIUM = {};
GHOSTIUM.haveGA = typeof ga_ua !== 'undefined' && ga_ua !== 'UA-XXXXX-X';
GHOSTIUM.haveDisqus = typeof disqus_shortname !== 'undefined' && disqus_shortname !== 'example';
GHOSTIUM.enablePjax = typeof enable_pjax !== 'undefined' ? enable_pjax : false;
GHOSTIUM.enablePjax = typeof enable_pjax !== 'undefined' ? enable_pjax : true;
</script>

<script src="{{asset 'js/head-scripts.min.js'}}"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ghostium",
"version": "2.2.0",
"version": "2.2.1",
"description": "A Ghost theme focused on content based on Medium design/ux",
"url": "http://ghostium.oswaldoacauan.com/",
"copyright": "2013",
Expand Down

0 comments on commit 834d391

Please sign in to comment.