Skip to content

Commit

Permalink
Merge pull request #29 from afady/v2.0.2
Browse files Browse the repository at this point in the history
release v2.0.2
  • Loading branch information
ddymko authored Aug 9, 2019
2 parents c01eb03 + 48ed545 commit 906c0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v2.0.2 (2019-08-09)
### Fixes
* Fixes broken server icon in addon toolbar [#27](https://github.com/vultr/whmcs-vultr/issues/27)
* Fixes duplicate icons in addon toolbar

## v2.0.1 (2019-07-23)
### Fixes
* Version Mismatch issue
Expand Down
2 changes: 1 addition & 1 deletion addons/vultr/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Configuration extends main\mgLibs\process\AbstractConfiguration
* Module version
* @var string
*/
public $version = '2.0.1';
public $version = '2.0.2';

/**
* Module author
Expand Down

0 comments on commit 906c0ab

Please sign in to comment.