Skip to content

Commit

Permalink
Version bump (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
cykolln authored Nov 1, 2022
1 parent 07c382b commit 0df49ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [Unreleased]
- Add a name to the Klaviyo\Reclaim\Block\Initialize block, so it can be moved around via a layout xml
### [4.0.7] - 2022-11-01
### Added
- Add a name to the Klaviyo\Reclaim\Block\Initialize block, so it can be moved around via a layout xml
### Fixed
- Fixed bug in Observer/SalesQuoteProductAddAfter.php passing null value to stripslashes
- Fixed bug in Block/Catalog/Product/ViewedProduct.php passing null value to number_format
- Fixed issue when Controller/Checkout/Reload.php was loading backend classes on frontend
Expand Down Expand Up @@ -188,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CSP now uses report-only mode


[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.6...HEAD
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.7...HEAD
[4.0.7]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.6...4.0.7
[4.0.6]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.5...4.0.6
[4.0.5]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.4...4.0.5
[4.0.4]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.2...4.0.4
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": "klaviyo/magento2-extension",
"description": "Klaviyo extension for Magento 2. Allows pushing newsletters to Klaviyo's platform and more.",
"type": "magento2-module",
"version": "4.0.6",
"version": "4.0.7",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Klaviyo_Reclaim" setup_version="4.0.6" schema_version="4.0.6">
<module name="Klaviyo_Reclaim" setup_version="4.0.7" schema_version="4.0.7">
<sequence>
<module name="Magento_Customer"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit 0df49ac

Please sign in to comment.