Skip to content

Commit 2f98e83

Browse files
author
Philippe Marion
committed
Release v1.11.1
Version and Readme updated for v1.11.1 release.
1 parent 7e2f179 commit 2f98e83

3 files changed

Lines changed: 5 additions & 30 deletions

File tree

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,14 @@ Requirements:
3131
- PHP: PHP 5.4+
3232

3333

34-
COMING SOON in v1.11.1!
34+
NEW in v1.11.1!
3535
- Improved Catalog Search.
3636
- Replaced SwipeBox with ViewBox.
3737
- Added Digital Download Shipping.
3838
- Added Ripple effect to Admin buttons.
3939
- Bug fixes.
4040

4141

42-
NEW in v1.11.0!
43-
- Upgraded to latest jQuery 3.3.1.
44-
- Upgraded almost all Javascript libraries.
45-
- Extensive code validation using Codacy.
46-
- Added Composer.json and Packagist repo.
47-
- Added Animate CSS for Admin pages.
48-
- Added Administration event Notifications.
49-
- Added Administration User Logs.
50-
- Added FlexSlider for Slideshow and Banner.
51-
- Added Banner clicks counter with report.
52-
- Added Palette module (Search by color).
53-
- Added new Banner Clicks Report.
54-
- Added new Abandoned Carts feature.
55-
- Added Customer Wishlist products report.
56-
- New Responsive Administration Login page.
57-
- Stronger Server Security through .htaccess.
58-
- Improved Invoicing and Sales documents.
59-
- Piwik changed to new Matomo Analytics.
60-
- Currency rates auto-update fixed.
61-
- PHP 7.2+ improved support.
62-
- GDPR compliance.
63-
- bug fixes.
64-
- ...
65-
66-
6742
Overclocked Edition main features, compared with official OpenCart v1.5.6.x:
6843

6944
GDPR compliance, Banner Clicks report, Wishlist report, Abandoned Cart recovery, Admin Notifications,

upload/admin/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
// Version
3-
define('VERSION', '1.11.1 RC');
4-
define('REVISION', 20180614);
5-
define('RELEASED', '2018-06-14');
3+
define('VERSION', '1.11.1');
4+
define('REVISION', 20180722);
5+
define('RELEASED', '2018-07-22');
66

77
// Configuration
88
if (file_exists('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', '1.11.1 RC');
3+
define('VERSION', '1.11.1');
44

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

0 commit comments

Comments
 (0)