diff --git a/digitalproducts/DigitalProductsPlugin.php b/digitalproducts/DigitalProductsPlugin.php index d386ef2..aec925f 100644 --- a/digitalproducts/DigitalProductsPlugin.php +++ b/digitalproducts/DigitalProductsPlugin.php @@ -123,7 +123,7 @@ public function onBeforeInstall() */ public function getVersion() { - return '1.0.3'; + return '1.0.4'; } /** diff --git a/releases.json b/releases.json index d74bdd7..ecc9c00 100644 --- a/releases.json +++ b/releases.json @@ -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",