Skip to content

Commit

Permalink
v2.9.115-logs.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekhyt committed Apr 4, 2024
1 parent 7868e0e commit cb9744f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Backend/SgateShopgatePlugin/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function getInfo()
*/
public function getVersion()
{
return '2.9.114';
return '2.9.115-logs.1';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Backend/SgateShopgatePlugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.3/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Swag Plugin System</label>
<label lang="en">Swag plugin system</label>
<version>2.9.114</version>
<version>2.9.115-logs.1</version>
<copyright>(c) by Shopgate GmbH</copyright>
<license>Apache</license>
<link>https://store.shopware.com/sgate00633f/shopgate-mobile-commerce-fuer-shopware.html</link>
<author>Shopgate GmbH</author>
<compatibility minVersion="5.3.0"/>
<changelog version="2.9.114">
<changelog version="2.9.115-logs.1">
<changes lang="en">
### Added
- ability to skip category export when calling `get_items`, config called `skip_category_assignment`
Expand Down

0 comments on commit cb9744f

Please sign in to comment.