File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed
Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -373,6 +373,7 @@ find ./src/ -type f -print0 | xargs -0 sed -i 's/pim_user_user_rest_get/pim_user
373373find ./src/ -type f -print0 | xargs -0 sed -i ' s/Pim\\ Bundle\\ ImportExportBundle\\ Validator\\ Constraints\\ WritableDirectory/Pim\\ Component\\ Catalog\\ Validator\\ Constraints\\ WritableDirectory/g'
374374find ./src/ -type f -print0 | xargs -0 sed -i ' s/Pim\\ Component\\ Connector\\ Validator\\ Constraints\\ Channel/Pim\\ Component\\ Catalog\\ Validator\\ Constraints\\ Channel/g'
375375find ./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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments