From 969d9a98eed9fc27e0107603792521c9a1c032f9 Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Sat, 11 Mar 2017 09:19:07 +0800 Subject: [PATCH] Release --- digitalproducts/DigitalProductsPlugin.php | 2 +- releases.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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",