diff --git a/CHANGELOG.md b/CHANGELOG.md index 9765e76d..821beb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 1.5.2 + +- Fix undefined index error for RSS product limit - [[#190](https://github.com/sendsmaily/smaily-opencart-module/issues/190)] +- Fix validation error not showing if RSS product limit higher than 250 - [[#193](https://github.com/sendsmaily/smaily-opencart-module/pull/193)] + ### 1.5.1 - Fix RSS feed not displaying product title and description correctly - [[#167](https://github.com/sendsmaily/smaily-opencart-module/issues/167)] diff --git a/install.xml b/install.xml index 4170f6fb..60ad0552 100644 --- a/install.xml +++ b/install.xml @@ -2,7 +2,7 @@ smaily_for_opencart_extension Smaily for OpenCart - 1.5.1 + 1.5.2 Smaily https://github.com/sendsmaily/smaily-opencart-module diff --git a/upload/admin/controller/extension/module/smaily_for_opencart.php b/upload/admin/controller/extension/module/smaily_for_opencart.php index c32baa20..a5d28062 100644 --- a/upload/admin/controller/extension/module/smaily_for_opencart.php +++ b/upload/admin/controller/extension/module/smaily_for_opencart.php @@ -11,7 +11,7 @@ * * Plugin Name: Smaily for OpenCart * Description: Smaily email marketing and automation extension plugin for OpenCart. - * Version: 1.5.1 + * Version: 1.5.2 * License: GPL3 * Author: Smaily * Author URI: https://smaily.com/ @@ -32,7 +32,7 @@ require_once(DIR_SYSTEM . 'library/smailyforopencart/request.php'); class ControllerExtensionModuleSmailyForOpencart extends Controller { private $error = array(); - private $version = '1.5.1'; + private $version = '1.5.2'; public function index() { // Add language file.