Skip to content

Commit

Permalink
Bump version && Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Mar 31, 2020
1 parent 6a3f04e commit 6b48079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.4';
const PLUGIN_VERSION = '2.4.5';
const MENU_PARENT_ID = 23; // Configuration
const NEW_ENTITY_MANAGER_VERSION = '5.0.0';
const NEW_ATTRIBUTE_MANAGER_VERSION = '5.2.0';
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.4.5
- Update dependencies
- Upgrade Phan and fix inspections
- Bump minimal PHP version for require dev packages to 7.2

## 2.4.4
- Update composer dependencies

Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.4.5",
"require": {
"php": ">=5.4.0",
"nosto/php-sdk": "3.15.0"
Expand Down

0 comments on commit 6b48079

Please sign in to comment.