Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickRe committed Dec 26, 2018
1 parent 744e184 commit e3084a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/server/api/v2/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = {
method: 'importContent'
},
query(frame) {
return importer.importFromFile(frame.data, {include: frame.options.withRelated});
return importer.importFromFile(frame.file, {include: frame.options.withRelated});
}
},

Expand Down
2 changes: 1 addition & 1 deletion core/server/web/admin/views/default-prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div id="ember-basic-dropdown-wormhole"></div>


<script src="assets/vendor.min-c9af09169347396b41adeb91d93f887f.js"></script>
<script src="assets/vendor.min-f0b6b0576d65cebb54cdc88dc5f72755.js"></script>
<script src="assets/ghost.min-dada1f1d988155d0376396942d153acb.js"></script>

</body>
Expand Down
2 changes: 1 addition & 1 deletion core/server/web/admin/views/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div id="ember-basic-dropdown-wormhole"></div>


<script src="assets/vendor.min-c9af09169347396b41adeb91d93f887f.js"></script>
<script src="assets/vendor.min-f0b6b0576d65cebb54cdc88dc5f72755.js"></script>
<script src="assets/ghost.min-dada1f1d988155d0376396942d153acb.js"></script>

</body>
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": "ghost",
"version": "2.9.0",
"version": "2.9.1",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",
Expand Down

0 comments on commit e3084a8

Please sign in to comment.