Skip to content

Commit d464725

Browse files
committed
Version 2.2.0.0 release tagged
1 parent f2f9bbb commit d464725

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCart 2.0 change log
22

3+
## v2.2.0.0 (02.03.2016)
4+
35
## v2.1.0.1 (06.10.2015)
46
#### Bugs fixed
57
* Use the ip address from data in Fraudlanbs module and update language strings

upload/admin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// Version
3-
define('VERSION', '2.2.0.0_b1');
3+
define('VERSION', '2.2.0.0');
44

55
// Configuration
66
if (is_file('config.php')) {

upload/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// Version
3-
define('VERSION', '2.2.0.0_b1');
3+
define('VERSION', '2.2.0.0');
44

55
// Configuration
66
if (is_file('config.php')) {

0 commit comments

Comments
 (0)