Skip to content

Commit

Permalink
9.0.5 -- Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maximj committed Feb 21, 2019
1 parent 3ceb24b commit 4f5340b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog #

#### Changes in release 9.0.5
+ Fixed notice error when shipping method is used that isn't linked to a tax class.
+ Fixed update functionality.

#### Changes in release 9.0.4
+ Added conditional checking for OC 1.5, so OCMod checks are not attempted on a version that doesn't support it.

Expand Down
2 changes: 1 addition & 1 deletion catalog/controller/payment/mollie/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class MollieHelper
{
const PLUGIN_VERSION = "9.0.4";
const PLUGIN_VERSION = "9.0.5";

// All available modules. These should correspond to the Mollie_API_Object_Method constants.
const MODULE_NAME_BANKTRANSFER = "banktransfer";
Expand Down
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ echo "3/5 Unzip temporary zip to upload dir..."
unzip -q temp.zip -d upload
echo "4/5 Create opencart installable zip..."
rm mollie-opencart-2.3-and-up.ocmod.zip
rm mollie-opencart-1.5-and-up.vqmod.zip
zip -9 -rq mollie-opencart-1.5-and-up.vqmod.zip upload LICENSE readme.md -x *.git* *.DS_Store

echo "5/5 Cleanup..."
rm -rf ./upload
rm -rf ./temp.zip

echo "Done!"
echo "Done!"

0 comments on commit 4f5340b

Please sign in to comment.