Skip to content

Commit

Permalink
5.3.1 (#516)
Browse files Browse the repository at this point in the history
* 5.3.1

* limit

* limit
  • Loading branch information
Pfabeck committed Sep 17, 2019
1 parent 6c8b98c commit 18b8db7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adapter/PlentymarketsAdapter/Client/Iterator/Iterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Iterator implements BaseIterator, Countable
/**
* @var int
*/
private $limit = 50;
private $limit = 100;

/**
* @var int
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [## [unreleased]]
## [## [5.3.1]]
### Fixed
- fix cascade persist error on status update (@Pfabeck)

### Changed
- set iterator limit to 100 (@Pfabeck)


## [## [5.3.0]]
### Fixed
- fix handling of important data on item sync (@lacodimizer)
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.5/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label>plentymarkets Shopware Connector</label>
<label lang="de">plentymarkets Shopware Connector</label>
<version>5.3.0</version>
<version>5.3.1</version>
<copyright>(c) plentymarkets GmbH</copyright>
<link>https://www.plentymarkets.eu/</link>
<author>arvatis media GmbH</author>
Expand Down

0 comments on commit 18b8db7

Please sign in to comment.