Skip to content

Commit

Permalink
Prepare next relase 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Mansilla committed Sep 23, 2019
1 parent 066910d commit 0269817
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
include:
- php: 7.1
- php: 7.2
allow_failures:
- php: 7.2

before_install:
# disable default memory limit
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG-2.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.5

## Bug fixes

- Fixes issue saving Akeneo AttributeOptions. #28

# 2.1.2

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ All product information related to attributes of type _table_ will be imported/e
Simply install the package with the following command:

``` bash
composer require flagbit/table-attribute-bundle
composer require flagbit/table-attribute-bundle:^2.1@stable
```

### Enable the bundle
Expand Down

0 comments on commit 0269817

Please sign in to comment.