Skip to content

Commit

Permalink
Merge pull request #361 from akeneo/tag-170
Browse files Browse the repository at this point in the history
Prepare tag 1.7.0
  • Loading branch information
pierallard authored Mar 14, 2017
2 parents 39b5e8c + e962548 commit c7ce758
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG-1.7.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 1.7.0 (2017-03-14)

## Functional improvements

- API-84: As Julia, I would like to list/get/download a media file
- API-85: As Julia, I would like to create a media file
- API-76: As Julia, I would like to list locales
- API-31: As Julia, I would like to list attribute options
- API-126: Change attribute form "scope" input to a yes/no switch

## Bug Fixes

- PIM-6210: fix unused fields on import profiles
- PIM-6203: Fix various design bugs
- PIM-6200: Only the owner of a view can save and remove it.

## BC breaks

### Methods

- Remove `getApi` and `setApi` methods from `Pim\Bundle\UserBundle\Entity\UserInterface`

### Classes

- Remove class `Oro\Bundle\UserBundle\Entity\UserApi`
- Remove class `Oro\Bundle\UserBundle\Form\EventListener\UserApiSubscriber`
- Remove class `Oro\Bundle\UserBundle\Form\Type\UserApiType`
- Remove class `Oro\Bundle\UserBundle\Command\GenerateWSSEHeaderCommand`
- Remove class `Oro\Bundle\UserBundle\Security\WsseAuthListener`
- Remove class `Oro\Bundle\UserBundle\Security\WsseUserProvider`
- Remove Class `Pim\Bundle\UserBundle\Security\WsseUserProvider`

# 1.7.0-BETA2 (2017-03-06)

# 1.7.0-BETA1 (2017-03-02)
Expand Down
1 change: 1 addition & 0 deletions UPGRADE-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_user_user_rest_get/pim_user
find ./src/ -type f -print0 | xargs -0 sed -i 's/Pim\\Bundle\\ImportExportBundle\\Validator\\Constraints\\WritableDirectory/Pim\\Component\\Catalog\\Validator\\Constraints\\WritableDirectory/g'
find ./src/ -type f -print0 | xargs -0 sed -i 's/Pim\\Component\\Connector\\Validator\\Constraints\\Channel/Pim\\Component\\Catalog\\Validator\\Constraints\\Channel/g'
find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_import_export\.repository\.job_instance/akeneo_batch\.job\.job_instance_repository/g'
find ./src/ -type f -print0 | xargs -0 sed -i 's/Pim\\Bundle\\ImportExportBundle\\Entity\\Repository\\JobInstanceRepository/Akeneo\\Bundle\\BatchBundle\\Job\\JobInstanceRepository/g'
```
### CSS Refactoring
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"akeneo/pim-community-dev": "1.7.x-dev@dev"
"akeneo/pim-community-dev": "v1.7.0"
},
"require-dev": {
"doctrine/migrations": "1.2.2",
Expand Down

0 comments on commit c7ce758

Please sign in to comment.