Skip to content

Commit

Permalink
Merge pull request #36 from flagbit/prepare-3.0.2-release
Browse files Browse the repository at this point in the history
Prepare 3.0.2 release
  • Loading branch information
Antonio Mansilla committed Sep 23, 2019
2 parents 55e98bf + 41b8d93 commit 051f1c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-3.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.0.2

## Bug fixes

- Fix BC break introduced by Akeneo core when saving AttributeOptions. [#33][pr33]

# 3.0.1

## Bug fixes
Expand All @@ -13,3 +19,4 @@
- `Flagbit\Bundle\TableAttributeBundle\Normalizer\StructuredAttributeOptionNormalizer` was deleted. `Flagbit\Bundle\TableAttributeBundle\Normalizer\AttributeOptionNormalizer` is now used for its service.

[pr29]: https://github.com/flagbit/akeneo-table-attribute-bundle/pull/29
[pr33]: https://github.com/flagbit/akeneo-table-attribute-bundle/pull/33
16 changes: 10 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ Please note that this project is released with a [Contributor Code of Conduct](C

## Branch Compatibility

| Branch | Akeneo Compatibility |
| ------------- |:-------------:|
| `master` | `>= 3.0.0` |
| `2.X` | `>= 2.0.5 & < 3.0.0` |
| `2.0` | `>= 2.0.0 & < 2.0.5` |
| `1.X` | `>= 1.6.0 & < 2.0.0` |
Only Akeneo long term support (LTS) versions are supported:


| Branch | Akeneo Compatibility |
| -------- |:---------------------:|
| `master` | `>= 3.2.0` |
| `3.0` | `>= 3.0.21 & < 3.1.0` |
| `2.X` | `>= 2.0.5 & < 3.0.0` |
| `2.0` | `>= 2.0.0 & < 2.0.5` |
| `1.X` | `>= 1.6.0 & < 2.0.0` |
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"require": {
"ext-json": "*",
"akeneo/pim-community-dev": "~3.0.21 || ~3.2.0"
"akeneo/pim-community-dev": "~3.0.21"
},
"require-dev": {
"phpspec/phpspec": "^5.1",
Expand Down

0 comments on commit 051f1c8

Please sign in to comment.