Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Mar 11, 2017
1 parent 76662d0 commit 969d9a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion digitalproducts/DigitalProductsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function onBeforeInstall()
*/
public function getVersion()
{
return '1.0.3';
return '1.0.4';
}

/**
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
version: "1.0.4",
downloadUrl: "https://github.com/pixelandtonic/DigitalProducts/archive/1.0.4.zip",
date: "2017-04-01T15:00:00-08:00",
notes: [
"[Added] Fixed the display of prices in the default payment currency."
]
}
{
version: "1.0.3",
downloadUrl: "https://github.com/pixelandtonic/DigitalProducts/archive/1.0.3.zip",
Expand Down

0 comments on commit 969d9a9

Please sign in to comment.