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
Merge pull request #5211 in SW/shopware from ntr/5.3/merge-52-into-53-201707 to 5.3
* commit '53042e1c83d2dc0310361a108121b19931c112e3': (34 commits)
SW-18907 - Don't restrict shopping world image height in row mode
SW-19195 - Update upgrade md
SW-19195 - Make individual voucher codes searchable Fixesshopware/shopware#1133
SW-19144 - Fixed issue with PHP notice when no id for an option is defined Fixes: shopware/shopware#1162
SW-18142 - Fixed replaced name for JPG files in media model Fixes: shopware/shopware#1040
SW-19191 - Add smarty block around the table in confirm.tpl fixesshopware/shopware#1154
SW-19141 - Added new block to confirm_item.tpl
SW-19141 - confirm_item.tpl now reuses cart_item.tpl details
Revert "SW-19169 - Renamed Shopware.model.AttributeConfig to Shopware.apps.Base.model.AttributeConfig"
SW-17566 - Add colon after shipping type on document * Unify payment and shipping style on document Fixes: shopware/shopware#860
SW-18242 - add parameters to exceptions in media resource
SW-18242 - Remove media file only if it was uploaded fixesshopware/shopware#1047
SW-19150 - Only show link if inquiry link was generated
SW-19150 - Fix inquiry form link on detail page fixesshopware/shopware#1170
SW-18241 - clean up code
SW-18241 - Remove echo from readfile operation on opening PDFs from the backend fixesshopware/shopware#1048
SW-18937 - Added support for ftps in rest-api
SW-19169 - Renamed Shopware.model.AttributeConfig to Shopware.apps.Base.model.AttributeConfig
SW-19173 - Add new event Shopware_Plugins_HttpCache_ContextCookieValue in context cookie creation fixesshopware/shopware#1146
SW-19143 - Fixed pop state without state values Fixes: shopware/shopware#1161
...
Copy file name to clipboardExpand all lines: UPGRADE-5.2.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,31 @@
2
2
3
3
This changelog references changes done in Shopware 5.2 patch versions.
4
4
5
+
# 5.2.27
6
+
7
+
[View all changes from v5.2.26...v5.2.27](https://github.com/shopware/shopware/compare/v5.2.26...v5.2.27)
8
+
9
+
* Added config check to disable the `Tell a friend` page if it is disabled via config.
10
+
* Fixed id collision in `themes/Backend/ExtJs/backend/base/component/Shopware.ModuleManager.js`
11
+
* Added guetzli media optimizer
12
+
* Added new event `Shopware_Plugins_HttpCache_ContextCookieValue` to modify HttpCache Context-Cookie.
13
+
* Added support for uploading media with ftps in Rest-API
14
+
* Added `{$smarty.block.parent}` to `themes/Frontend/Bare/frontend/checkout/confirm_item.tpl`.
15
+
* Added new block `frontend_checkout_cart_item_details_essential_features` to `themes/Frontend/Bare/frontend/checkout/confirm_item.tpl`.
16
+
* Added new block `frontend_checkout_confirm_product_table_content` around table in `themes/Frontend/Bare/frontend/checkout/confirm.tpl`.
17
+
* Individual voucher codes are now searchable in voucher overview
18
+
19
+
# 5.2.26
20
+
21
+
[View all changes from v5.2.25...v5.2.26](https://github.com/shopware/shopware/compare/v5.2.25...v5.2.26)
22
+
5
23
## 5.2.25
6
24
7
25
[View all changes from v5.2.24...v5.2.25](https://github.com/shopware/shopware/compare/v5.2.24...v5.2.25)
8
26
9
-
10
27
* Added notify event `Shopware_Modules_Basket_AddArticle_Added` in `engine/Shopware/Core/sBasket.php`
11
28
* The event `Shopware_Modules_Export_ExportResult_Filter_Fixed` was added and now filters the processed export result. Previously with `Shopware_Modules_Export_ExportResult_Filter`, an instance of `Zend_Db_Statement_Pdo` was supplied, which could not be used to filter the actual result.
29
+
* Removed duplicate block and added more precise ones in `themes/Frontend/Bare/frontend/checkout/ajax_cart.tpl`
12
30
13
31
# 5.2.24
14
32
@@ -21,7 +39,6 @@ This changelog references changes done in Shopware 5.2 patch versions.
21
39
22
40
[View all changes from v5.2.22...v5.2.23](https://github.com/shopware/shopware/compare/v5.2.22...v5.2.23)
23
41
24
-
25
42
* Added conditional statement in `themes/Frontend/Responsive/frontend/_public/src/js/jquery.product-slider.js` to prevent the jquery plugin from sending ajax requests indefinitely
26
43
* Added `limit` parameter to `createQuery` and `createOptionQuery` in `engine/Shopware/Bundle/ESIndexingBundle/Property/PropertyQueryFactory`
27
44
* Added default `limit` of 100 in `engine/Shopware/Bundle/ESIndexingBundle/Property/PropertyIndexer::populate`
@@ -31,7 +48,6 @@ This changelog references changes done in Shopware 5.2 patch versions.
31
48
32
49
[View all changes from v5.2.21...v5.2.22](https://github.com/shopware/shopware/compare/v5.2.21...v5.2.22)
33
50
34
-
35
51
* Fixed the picture implementation of the `box-emotion.tpl` to load the correct image sizes
36
52
* Added new event `plugin/swAutoSubmit/onChangeSelection` in `themes/Frontend/Responsive/frontend/_public/src/js/jquery.auto-submit.js`
37
53
* Added ExtJS override `engine/Library/ExtJs/overrides/Ext.view.Table.js` to fix display of row selection in grid panel when updating the row after row editing
0 commit comments