Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbarley committed Dec 4, 2024
1 parent 1006b0e commit 661bcd3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Salesfire v1.4.18
Released on 2024-12-04
Released notes:

- Improves product quantity rounding to better handle made to measure products.

### Salesfire v1.4.17
Released on 2024-10-03
Released notes:
Expand Down
4 changes: 2 additions & 2 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @category Salesfire
* @package Salesfire_Salesfire
* @version 1.4.17
* @version 1.4.18
*/
class Data extends AbstractHelper
{
Expand Down Expand Up @@ -49,7 +49,7 @@ public function __construct(
*/
public function getVersion()
{
return '1.4.17';
return '1.4.18';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion Helper/Feed/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @category Salesfire
* @package Salesfire_Salesfire
* @version 1.4.17
* @version 1.4.18
*/
class Generator
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "salesfire/magento2",
"description": "Salesfire Magento2",
"type": "magento2-module",
"version": "1.4.17",
"version": "1.4.18",
"license": [
"OSL-3.0"
],
Expand Down

0 comments on commit 661bcd3

Please sign in to comment.