Skip to content

Commit f1c1fbe

Browse files
committed
Updated changelog
1 parent 3c0dc7f commit f1c1fbe

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

changelog.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,63 @@
33
## SmartStore.NET 2.2
44

55
### New Features
6-
* New mobile theme: MobileLight (a light variant of the default mobile theme)
6+
* New mobile theme: _MobileLight_ (a light variant of the default mobile theme)
77
* Localization: in a multi-language environment missing language resources fall back to default language's resources (instead of returning the ugly resource key)
8-
* #428 Implement category option to override global list view type
8+
* Quantity unit management
9+
* #428 New option to override category list view type globally
10+
* #672 New option to automatically create mutual associations for cross sell and related products
911
* #485 Enable shop admin to change creation date of a blog entry
1012
* #258 Implement email validation in checkout
11-
* Quantity unit management
12-
* Option to determine the maximum amount of filter items
13-
* Option to determine whether all filter groups should be displayed expanded
14-
* #459 New field to determine tag for page titles on widget level
13+
* New option to specify the maximum number of displayed filter items
14+
* New option to specify whether all filter groups should be displayed expanded
15+
* #459 New field to specify html tag for page titles on widget level
1516
* Added _shrink database_ to backend UI
16-
* (Developer) Added `BeginTransaction()` and `UseTransaction()` methods to `IDbContext`
1717
* #588 Alternative localized category name used as title for category pages
1818
* #592 Add a second category description displayed beyond products on category page
19-
* #672 Option to automatically create mutual associations for cross sell products and related products
20-
* Promotion feeds now exports the preselected price (including price adjustments and overrides)
19+
* Promotion feeds now export the preselected price (including price adjustments and overrides)
2120
* Implement 'free shipping threshold' for feed creation
22-
* Billiger feed: Implement new field for shipping costs to austria
21+
* _Billiger_ feed: Implement new field for shipping costs to austria
22+
* (Developer) Added `BeginTransaction()` and `UseTransaction()` methods to `IDbContext`
2323

2424
### Improvements
25-
* Perf: product list rendering up to 10x (!) faster now (depends on page size and view mode)
25+
* (Perf) product list rendering up to 10x (!) faster now (depends on page size and view mode)
2626
* The data grid in the backend now preserves client state between requests (page, pageSize, sorting, filtering etc.)
2727
* Excel Import & Export: much lower memory consumption and increased performance
2828
* Moving pictures from DB to FS or vice versa is lightning fast now, consumes much lower memory and is encapsulated in a transaction which ensures reliable rollback after failure. Plus the database gets automatically shrinked after moving to FS.
2929
* Feed plugins: product query now paged to reduce memory payload
30-
* Null DeliveryTimeId when deleting products. Otherwise deleted products can prevent deletion of delivery times.
30+
* #589 Backend product list: add filter for products with "no category mapping" and "no manufacturer mapping"
31+
* Minor UI tweaks in checkout process
3132
* Payone: CC-Check via client API, not via Server API (requires PCI certification)
3233
* #189 Allow deletion of multiple reviews
3334
* #622 UI: Redesign table in Sales > Orders > Order > Tab Products
3435
* #625 Bundles can be ordered if an attribute combination of a bundle item is not available
35-
* Minor UI tweaks in checkout process
3636
* #666 Export addresses in customer export
3737
* New shopping cart setting ShowItemsFromWishlistToCartButton
38-
* XML product export now paged and more data exported
38+
* XML product export now is paged and more data gets exported
3939
* #560 Return requests: Add fields for last update, last update of requested action and general notes
40-
* #589 Backend product list: Add filter for products with "no category mapping" and "no manufacturer mapping"
41-
* #626 Add IsActive flag for checkout attributes
40+
* #626 Add `IsActive` flag for checkout attributes
4241

4342
### Bugfixes
4443
* Instant search box did not display all results when SQL Fulltext Search was enabled
45-
* Amazon payments: Declined authorization IPN did not void the payment status
44+
* Print order as PDF redirected to login although the admin already was logged in
45+
* #621 PDF Order: does not take overridden attribute combination price into account (in order line)
46+
* _Amazon payments_: Declined authorization IPN did not void the payment status
4647
* Fixed „Payment method couldn't be loaded“ when order amount is zero
4748
* #598 Wrong input parameter name for ReturnRequestSubmit
4849
* #557 Localize MVC validation strings
4950
* Fixed rare bug "The length of the string exceeds the value set on the maxJsonLength property" (Controller: Order, Action: OrderNotesSelect)
50-
* Debitoor: Adding order notes can result in infinite order update event loop with thousands of order notes
51+
* _Debitoor_: Adding order notes can result in infinite order update event loop with thousands of order notes
5152
* Tax rates persisted on order item level to avoid rounding issues (required for Debitoor, Accarda and Payone)
52-
* Print order as pdf redirected to login although the admin already was logged in
53-
* #621 PDF Order: does not take overridden attribute combination price into account (in order line)
5453
* Hide additional shipping surcharge when display prices permission is not granted
5554
* Fixed "Adding a relationship with an entity which is in the Deleted state is not allowed" when adding bundles to cart
5655
* Fixed price calculation of multiple bundles issue
5756
* Fixed auto add required products for bundle items
58-
* Fixes #641: Protocol in sitemap should be HTTPS when _ForceSslForAllPages_ is true
57+
* Fixes #641: Protocol in sitemap should be HTTPS when `ForceSslForAllPages` is true
5958
* #640 Do not display shipping infos for grouped products in product lists
6059
* #634 Bundle price in list should not differ from price in details if there is only one bundle item with one attribute
6160
* Do not copy associated product when copying a bundle product
62-
* Fixed: Product with inactive attribute combination could be moved onto wishlist, copied to cart and be ordered
61+
* Null DeliveryTimeId when deleting products. Otherwise deleted products can prevent deletion of delivery times.
62+
* Fixed: Product with inactive attribute combination could be moved to wishlist, copied to cart and be purchased
6363
* Mobile Theme: Show prices according to selected variant value, display of deliverytime
6464
* Bundles: Display base price according to Catalog Setting > Product Detail > Display Base Price
6565

0 commit comments

Comments
 (0)