Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 23, 2024
1 parent 8f1e36a commit 9ec0b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ composer config prefer-stable false
composer require yireo/magento2-integration-test-helper --no-update

composer config --no-plugins allow-plugins true
#composer config allow-plugins.phpstan/extension-installer true
#composer magento/composer-dependency-version-audit-plugin true

composer require --dev phpstan/extension-installer --no-update
composer require --dev bitexpert/phpstan-magento --no-update

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.9.6] - 23 August 2024
### Fixed
- Move CSP logic to external module `Yireo_CspUtilities`

## [3.9.5] - 22 August 2024
### Fixed
- Revert back to hard-coded proxy #242
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yireo/magento2-googletagmanager2",
"version": "3.9.5",
"version": "3.9.6",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",
Expand Down

0 comments on commit 9ec0b4a

Please sign in to comment.