|
3 | 3 | ## SmartStore.NET 2.5.1 |
4 | 4 |
|
5 | 5 | ### Highlights |
6 | | -* #637 Integrate PayPal PLUS Provider |
| 6 | +* #637 Integrated PayPal PLUS payment Provider |
| 7 | +* Major improvements in Importer: better field mapping, higher performance, bug fixes etc. |
7 | 8 |
|
8 | 9 | ### New Features |
| 10 | +* #637 Integrated PayPal PLUS payment Provider |
| 11 | +* #961 Fix "Open Redirection Vulnerability" |
9 | 12 | * #571 Option to display another checkbox on confirm page to let the customer accept that his email address can be handed over to a third party |
10 | 13 | * #870 Implement address import for customers (both billing & shipping address) |
11 | 14 | * #886 Add setting to hide manufacturer images on product detail page and to hide default image for manufacturers |
12 | 15 | * Import localized SEO names for product and categories |
| 16 | +* #477 Implement option to specify the number of exported and imported pictures |
13 | 17 |
|
14 | 18 | ### Improvements |
| 19 | +* Major improvements in Importer: better field mapping, higher performance, bug fixes etc. |
15 | 20 | * (Dev) Publishing SmartStore.Web from within Visual Studio now deploys the project correctly. No need to execute ClickToBuild.cmd anymore. Just publish directly to any target, including Azure. |
16 | 21 | * Localization & SEO: language switcher now takes language specific SEO slugs into account when building links |
17 | 22 | * Exports the product detail link including the attribute query string when exporting attribute combinations |
18 | 23 | * #918 Compare products: Display base price information |
19 | 24 | * Export email attachments needs to be stored in database because the temp file may not exist anymore when sending the email |
| 25 | +* #913 Use HTML5 Input types (tel, email) |
| 26 | +* Added paging to frontend order list |
20 | 27 |
|
21 | 28 | ### Bugfixes |
22 | 29 | * Fixed ajax cache issue when saving payment or shipping restrictions. Internet Explorer showed the old data state (before storage). |
|
29 | 36 | * BizImporter: fixed redirection bug when default file extension in .biz wasn't .html |
30 | 37 | * Fixed: Export deployment emails were always send manually |
31 | 38 | * Manually notifying gift card recipient threw an exception |
| 39 | +* Loading shipping by weight grid failed under SQL CE |
| 40 | +* #949 Import: ProcessSlugs does not process explicitly specified "SeName", if product name did not change in an update scenario |
| 41 | +* Customer import: Creates customer role duplicates for inserted customers |
| 42 | +* GMC feed does not generate the sale price if the sale price is set for a future date |
| 43 | +* Mobile devices: Fixed "Uncaught Error: Syntax error, unrecognized expression: :nth-child" |
| 44 | +* Download nor sample download were removable when editing product |
| 45 | +* Copied product must not share sample download of source product. Could produce "The DELETE statement conflicted with the REFERENCE constraint 'FK_dbo.Product_dbo.Download_SampleDownloadId'". |
| 46 | +* #921 Specification attribute options with single quotation marks are causing a Javascript error |
32 | 47 |
|
33 | 48 |
|
34 | 49 | ## SmartStore.NET 2.5 |
|
0 commit comments