Skip to content

Commit 051f1c8

Browse files
author
Antonio Mansilla
authored
Merge pull request #36 from flagbit/prepare-3.0.2-release
Prepare 3.0.2 release
2 parents 55e98bf + 41b8d93 commit 051f1c8

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG-3.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.0.2
2+
3+
## Bug fixes
4+
5+
- Fix BC break introduced by Akeneo core when saving AttributeOptions. [#33][pr33]
6+
17
# 3.0.1
28

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

1521
[pr29]: https://github.com/flagbit/akeneo-table-attribute-bundle/pull/29
22+
[pr33]: https://github.com/flagbit/akeneo-table-attribute-bundle/pull/33

CONTRIBUTING.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Please note that this project is released with a [Contributor Code of Conduct](C
44

55
## Branch Compatibility
66

7-
| Branch | Akeneo Compatibility |
8-
| ------------- |:-------------:|
9-
| `master` | `>= 3.0.0` |
10-
| `2.X` | `>= 2.0.5 & < 3.0.0` |
11-
| `2.0` | `>= 2.0.0 & < 2.0.5` |
12-
| `1.X` | `>= 1.6.0 & < 2.0.0` |
7+
Only Akeneo long term support (LTS) versions are supported:
8+
9+
10+
| Branch | Akeneo Compatibility |
11+
| -------- |:---------------------:|
12+
| `master` | `>= 3.2.0` |
13+
| `3.0` | `>= 3.0.21 & < 3.1.0` |
14+
| `2.X` | `>= 2.0.5 & < 3.0.0` |
15+
| `2.0` | `>= 2.0.0 & < 2.0.5` |
16+
| `1.X` | `>= 1.6.0 & < 2.0.0` |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"require": {
4444
"ext-json": "*",
45-
"akeneo/pim-community-dev": "~3.0.21 || ~3.2.0"
45+
"akeneo/pim-community-dev": "~3.0.21"
4646
},
4747
"require-dev": {
4848
"phpspec/phpspec": "^5.1",

0 commit comments

Comments
 (0)