Skip to content

Commit c7ce758

Browse files
authored
Merge pull request #361 from akeneo/tag-170
Prepare tag 1.7.0
2 parents 39b5e8c + e962548 commit c7ce758

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

CHANGELOG-1.7.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 1.7.0 (2017-03-14)
2+
3+
## Functional improvements
4+
5+
- API-84: As Julia, I would like to list/get/download a media file
6+
- API-85: As Julia, I would like to create a media file
7+
- API-76: As Julia, I would like to list locales
8+
- API-31: As Julia, I would like to list attribute options
9+
- API-126: Change attribute form "scope" input to a yes/no switch
10+
11+
## Bug Fixes
12+
13+
- PIM-6210: fix unused fields on import profiles
14+
- PIM-6203: Fix various design bugs
15+
- PIM-6200: Only the owner of a view can save and remove it.
16+
17+
## BC breaks
18+
19+
### Methods
20+
21+
- Remove `getApi` and `setApi` methods from `Pim\Bundle\UserBundle\Entity\UserInterface`
22+
23+
### Classes
24+
25+
- Remove class `Oro\Bundle\UserBundle\Entity\UserApi`
26+
- Remove class `Oro\Bundle\UserBundle\Form\EventListener\UserApiSubscriber`
27+
- Remove class `Oro\Bundle\UserBundle\Form\Type\UserApiType`
28+
- Remove class `Oro\Bundle\UserBundle\Command\GenerateWSSEHeaderCommand`
29+
- Remove class `Oro\Bundle\UserBundle\Security\WsseAuthListener`
30+
- Remove class `Oro\Bundle\UserBundle\Security\WsseUserProvider`
31+
- Remove Class `Pim\Bundle\UserBundle\Security\WsseUserProvider`
32+
133
# 1.7.0-BETA2 (2017-03-06)
234

335
# 1.7.0-BETA1 (2017-03-02)

UPGRADE-1.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_user_user_rest_get/pim_user
373373
find ./src/ -type f -print0 | xargs -0 sed -i 's/Pim\\Bundle\\ImportExportBundle\\Validator\\Constraints\\WritableDirectory/Pim\\Component\\Catalog\\Validator\\Constraints\\WritableDirectory/g'
374374
find ./src/ -type f -print0 | xargs -0 sed -i 's/Pim\\Component\\Connector\\Validator\\Constraints\\Channel/Pim\\Component\\Catalog\\Validator\\Constraints\\Channel/g'
375375
find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_import_export\.repository\.job_instance/akeneo_batch\.job\.job_instance_repository/g'
376+
find ./src/ -type f -print0 | xargs -0 sed -i 's/Pim\\Bundle\\ImportExportBundle\\Entity\\Repository\\JobInstanceRepository/Akeneo\\Bundle\\BatchBundle\\Job\\JobInstanceRepository/g'
376377
```
377378
378379
### CSS Refactoring

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"akeneo/pim-community-dev": "1.7.x-dev@dev"
22+
"akeneo/pim-community-dev": "v1.7.0"
2323
},
2424
"require-dev": {
2525
"doctrine/migrations": "1.2.2",

0 commit comments

Comments
 (0)