Skip to content

Commit

Permalink
Bump version nr (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net authored Dec 12, 2023
1 parent 2058f5d commit 3b27c89
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 1 deletion.
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,99 @@ Bug fix for installer when using an db prefix
- php8.2 by @ah-net in #43
- Added php 8.2 support, and droppend php 7.4 support

## 5.3.1
- Bug fix for slash in category url #45

## 5.3.2
- Fixed bug with undifined function

## 5.3.3
- Updated composer.json, removed wrong conflict value

## 5.4.0
- Fixed php 8.2 bug #53
- Fixed bug when search was enabled #46
- Speed improvement. Removed multiple spaces fram html response #50
- Remove container css class from searchbanners #49
- Improved XSS protection #47

## 5.4.1
- Fixed bug in observer #57
- Fixed items typo #59
- Hide categorie in url #55
- Bugfix category rewrite #56
- Improve query param url generation #37
- Add tn profile key to suggestions #58

## 5.4.2
- Fixed php 8.2 bug #61
- Use salt from db instead of session for xss hash

## 5.4.3
- Removed undefined index #64
- Revert changes from pull request #56. That pull request causes issues with the category url. The original issue from #56 will be fixed later

## v5.4.4
- Fix category url if url is rewrite #67

## 5.4.5
- Bugfix search query parameters #69
- Delete p=1 indicator for first page #68
- Fix pagination/sorting url #72

## 5.5.0
- Add fallback for category recommendations #71

## 5.5.1
- Bump version number #73

## 5.5.2
- Return last added item back in around plugin #75

## 5.6.0
- Fix bug with multiple filters selected #84
- Rewrite fallbck #70

## 5.6.1
- Bump version nr

## 5.6.2
- Bugfix query parameters with multiple filters selected #87
- Bugfix check hash value on page load #86

## 5.6.3
- Revert fix fallback #70

## 5.6.4
- Bump version nr

## 5.6.5
- Fix store code in url #90
- Bugfix guzzle library #93

## 5.7.0
- Merge query parameters back after tweakwise personal merchandise refresh #83
- Bugfix fallback prduct collection #91
- Fix empty search result #96
- Feature facets requests #97
- Feature server timing #102

## 5.7.1
- Fix undefined array key #106

## 5.7.2
- Fix wrong variable check causing active filters to not be shown #110

## 5.7.3
- Remove category filter for facets requests #111
- Fix bug in tncid in recommendations #109

## 5.7.4
- Fix bug resulting in active filters not being shown
- Added ci pipeline to run unit tests
- Added support for multiple stores for ALP facets requests
- Rename personal merchandising
- Fix bug when searchbanners response is empty
- Fix bug in last item added to shoppingcart, should be removed after reading
- Disable searchbanners when search is disabled
- Items misspelled causing a lookup to Tweakwise not to be used
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<section id="tweakwise">
<group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>General</label>
<comment>Tweakwise version v5.7.3</comment>
<comment>Tweakwise version v5.7.4</comment>
<field id="authentication_key" translate="label,comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Authentication key</label>
<comment>Provided by Tweakwise (8 alphanumeric characters)</comment>
Expand Down

0 comments on commit 3b27c89

Please sign in to comment.