Skip to content

Commit

Permalink
Merge pull request #192 from sendsmaily/checklist/3.0.x-1.5.2
Browse files Browse the repository at this point in the history
1.5.2 for 3.0.x release checklist changes
  • Loading branch information
tomkabel authored Jan 27, 2021
2 parents 4704757 + 4c9dd1d commit 800cf40
Show file tree
Hide file tree
Showing 3 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
@@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modification>
<code>smaily_for_opencart_extension</code>
<name>Smaily for OpenCart</name>
<version>1.5.1</version>
<version>1.5.2</version>
<author>Smaily</author>
<link>https://github.com/sendsmaily/smaily-opencart-module</link>
</modification>
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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.
Expand Down

0 comments on commit 800cf40

Please sign in to comment.