Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 0aed222

Browse files
committed
Update version 2.0.4.
1 parent 1483261 commit 0aed222

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-e-commerce",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "WP eCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

src/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Company: Pronamic
2323
*
2424
* @author Remco Tolsma
25-
* @version 2.0.2
25+
* @version 2.0.4
2626
* @since 1.0.0
2727
*/
2828
class Extension {

src/Gateways/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Company: Pronamic
2727
*
2828
* @author Remco Tolsma
29-
* @version 2.0.2
29+
* @version 2.0.4
3030
* @since 1.0.0
3131
*/
3232
class Gateway extends wpsc_merchant {

0 commit comments

Comments
 (0)