You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+60
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,63 @@
1
+
CHANGELOG for 1.7.6
2
+
===================
3
+
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.6 versions.
4
+
* 1.7.6 (2015-08-14)
5
+
* Magento order items are now organization-aware
6
+
* Fixed validation errors in REST API controller for Accounts
7
+
8
+
CHANGELOG for 1.7.5
9
+
===================
10
+
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.5 versions.
11
+
* 1.7.5 (2015-07-29)
12
+
* Role entity is now extendable
13
+
* Data types for Data Audit may now be added by developers
14
+
* Fixed issues with date & time queries in Reports
15
+
16
+
CHANGELOG for 1.7.4
17
+
===================
18
+
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.4 versions.
19
+
* 1.7.4 (2015-07-08)
20
+
This release fixes a major security issue - a so-called Open Redirect that might be exploited to redirect users to third-party servers in an underhand way, and may potentially lead to steal of user's login and password.
21
+
Also fixed minor security issues.
22
+
23
+
CHANGELOG for 1.7.3
24
+
===================
25
+
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.3 versions.
26
+
* 1.7.3 (2015-07-03)
27
+
Oro Platform 1.7.3 dependency update
28
+
29
+
CHANGELOG for 1.7.2
30
+
===================
31
+
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.2 versions.
32
+
* 1.7.2 (2015-06-17)
33
+
* Fixed issue Magento cart items during sync
34
+
* Fixed email html code visibility
35
+
36
+
CHANGELOG for 1.7.1
37
+
===================
38
+
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.1 versions.
39
+
* 1.7.1 (2015-06-15)
40
+
Guest Magento customer profiles
41
+
With this feature we introduce a new type of Magento Customer – guest customers, i.e. those who for some reasons decided not to register in your Magento store but made a purchase anyway. Information collected during the guest check-out will be used to create Magento customer profiles that will look and behave exactly the same way as regular Magento customers except they won't be synced via integration and they won't have a current shopping cart.
42
+
If, at some later point in time, this customer chooses to register, his existing guest profile will be automatically connected to his Magento account and then kept in sync by the integration. If a customer deletes an account in Magento, the Magento customer profile in Oro will remain, but turns into a guest one.
43
+
Guest orders placed by registered customers will also be recognized and appended to their accounts, giving you the full picture of their purchases.
44
+
This feature may be disabled in Magento integration settings. It is turned on by default.
45
+
46
+
Items removed from Magento cart will be recorded in OroCRM
47
+
Shopping carts in OroCRM will now contain the entire history of what has been put into the cart and what has been removed from it, giving you more data for marketing segmentation and campaigning. It will now be possible to set filtering conditions on item state like:
48
+
* filter all customers who do have item X in the cart
49
+
* filter all customers who have ever added item X to their carts
50
+
* filter all customers who have added but then removed item X from their carts
51
+
52
+
List of improvements and fixed bugs
53
+
* Changed Oro Bridge detection to use soap getFunctions method
54
+
* Improved Magento Region connector
55
+
* Fixed "Create Magento Customer" is available for Organization without Magento Channel
56
+
* Fixed Delete Marketing list provokes errors
57
+
* Fixed error if add duplicate columns in Marketing list
58
+
* Fixed import B2B Customer which is related to existing Lead
59
+
* Fixed memory leak Sales Process
60
+
1
61
CHANGELOG for 1.7.0
2
62
===================
3
63
This changelog references the relevant changes (new features, changes and bugs) done in 1.7.0 versions.
0 commit comments