Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.1"
".": "2.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.2](https://github.com/lengow/plugin-shopware6/compare/v2.2.1...v2.2.2) (2026-04-15)


### Miscellaneous

* push version 2.2.2 ([#40](https://github.com/lengow/plugin-shopware6/issues/40)) ([f32721f](https://github.com/lengow/plugin-shopware6/commit/f32721f455c339ebd752ad97cb668ede941297df))

## [2.2.1](https://github.com/lengow/plugin-shopware6/compare/v2.2.0...v2.2.1) (2025-12-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **Requires at least:** Shopware 6.5
- **Tested up to:** Shopware 6.6.9.0
- **Requires PHP:** 8.1
- **Stable tag:** 2.2.1 <!-- x-release-please-version -->
- **Stable tag:** 2.2.2 <!-- x-release-please-version -->
- **License:** MIT
- **License URI:** https://opensource.org/licenses/MIT

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lengow/connector",
"description": "Lengow allows you to easily export your product catalogue from your Shopware store and sell on Amazon, Cdiscount, Google Shopping, Criteo, LeGuide.com, Ebay, Rakuten, Priceminister. Choose from our 1,800 available marketing channels!",
"version": "2.2.1",
"version": "2.2.2",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
Expand Down
748 changes: 374 additions & 374 deletions src/Config/checkmd5.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/app/administration/src/module/const.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const LENGOW_URL = 'https://my.lengow.net';
export const BASE_LENGOW_URL = 'https://my.lengow';
export const MODULE_VERSION = '2.2.1'; // x-release-please-version
export const MODULE_VERSION = '2.2.2'; // x-release-please-version

export const ORDER_LENGOW_STATES = {
accepted: 'accepted',
Expand Down
2 changes: 1 addition & 1 deletion src/Util/EnvironmentInfoProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class EnvironmentInfoProvider
/**
* @var string plugin version
*/
public const PLUGIN_VERSION = '2.2.1'; // x-release-please-version
public const PLUGIN_VERSION = '2.2.2'; // x-release-please-version

/**
* @var string Name of Lengow front controller
Expand Down
Loading