Skip to content

Commit

Permalink
Merge pull request #235 from Nosto/hotfix/2.4.4
Browse files Browse the repository at this point in the history
Hotfix 2.4.4 - Update dependencies
  • Loading branch information
supercid authored Dec 4, 2019
2 parents 0b7d16b + 36fc3ac commit ae36b42
Show file tree
Hide file tree
Showing 5 changed files with 3,417 additions and 966 deletions.
2 changes: 1 addition & 1 deletion Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
class Shopware_Plugins_Frontend_NostoTagging_Bootstrap extends Shopware_Components_Plugin_Bootstrap
{
const PLATFORM_NAME = 'shopware';
const PLUGIN_VERSION = '2.4.3';
const PLUGIN_VERSION = '2.4.4';
const MENU_PARENT_ID = 23; // Configuration
const NEW_ENTITY_MANAGER_VERSION = '5.0.0';
const NEW_ATTRIBUTE_MANAGER_VERSION = '5.2.0';
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.4.4
- Update composer dependencies

## 2.4.3
- Fix compatibility issues with Shopware 5.6 installations.

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ RUN groupadd -r plugins -g 113 && \
usermod -a -G www-data plugins

USER plugins

# Download composer packages in parallel
RUN composer global require hirak/prestissimo
#ENTRYPOINT ["bash"]
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": [
"BSD-3-Clause"
],
"version": "2.4.3",
"version": "2.4.4",
"require": {
"php": ">=5.4.0",
"nosto/php-sdk": "3.15.0"
Expand All @@ -16,7 +16,7 @@
"phpmd/phpmd": "^2.6",
"sebastian/phpcpd": "4.1.0",
"phing/phing": "2.*",
"shopware/shopware": "5.2.2",
"shopware/shopware": "5.5.*",
"wimg/php-compatibility": "^9.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit ae36b42

Please sign in to comment.