Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Version update 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Poorthuis committed Mar 28, 2018
1 parent 7678928 commit 1cc37df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All Notable changes to `opencart-plugin` will be documented in this file

## [2.2.1] - 2018-03-28
### Fixed
- Fixed issues with VqMod (#55)


## [2.2] - 2017-10-10
### Added
- Added logging and a fix for disconnecting plugin
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2015 BitPay, Inc.
Copyright (c) 2015-2018 BitPay, Inc.

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitpay/opencart-plugin",
"description": "BitPay Payment Method for OpenCart",
"version": "2.2",
"version": "2.2.1",
"type": "opencart-extension",
"keywords": ["bitcoin", "bitpay", "opencart", "payment", "btc", "xbt"],
"homepage": "https://github.com/bitpay/opencart-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/upload/system/library/bitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Bitpay {

/** @var int $version */
public $version = '2.2';
public $version = '2.2.1';

/** @var Registry $registry */
private $registry;
Expand Down

0 comments on commit 1cc37df

Please sign in to comment.