forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests: - magento#24101: Resolve "Number of results" and "Number of Uses" in edit "Search Term" missing validate number (issue 24100) (by @edenduong) - magento#24097: Resolve "Integrations" Grid missing header label (issue 24096) (by @edenduong) - magento#23533: implement rss feed image size based on view.xml file (by @sunilit42) - magento#24076: Replace Cyrillic with appropriate characters (by @dshevtsov) - magento#24036: Fix external links to the Magento technical documentation (by @dshevtsov) - magento#23144: magento#23143: Code optimization for the offline shipping methods (by @atwixfirster) - magento#24086: Fixed critical error 'Undefined constant formName' (by @cpini) - magento#24099: Resolve No asterisk symbol (required entry) when changing "Encryption Key" (issue 24098) (by @edenduong) - magento#24088: Database Media Storage : Fixed error in database deleteFolder function. Now correctly deletes folder (by @gwharton) - magento#23684: Resolve Send friend sender email should be static not user defined (by @edenduong) - magento#23739: Resolve Bad style on Validate VAT number messages issue23738 (by @edenduong) Fixed GitHub Issues: - magento#24100: "Number of results" and "Number of Uses" in edit "Search Term" missing validate number (reported by @edenduong) has been fixed in magento#24101 by @edenduong in 2.3-develop branch Related commits: 1. 20f88ec - magento#24096: "Integrations" Grid missing header label (reported by @edenduong) has been fixed in magento#24097 by @edenduong in 2.3-develop branch Related commits: 1. 3945a4c - magento#23516: Product Images are very small in RSS Product Feed (reported by @jigar48) has been fixed in magento#23533 by @sunilit42 in 2.3-develop branch Related commits: 1. 5853484 2. 5bb1358 3. 3a2f5c4 4. 521e950 5. 06a91b8 6. 9e497bf 7. 3e655f7 8. 4755552 9. 13a7c75 10. f968f85 11. 2f9d572 12. e8ca488 13. 9f088cf 14. af94999 15. 1fa9615 16. 70afacd 17. d6bd1d6 18. 0413854 19. f3ef0ce 20. 9775528 21. c086ab2 22. c4906f1 23. 04d3451 24. 9c0ca37 25. 52b9939 26. f301d5f - magento#23143: Code optimization for the offline shipping methods. (reported by @atwixfirster) has been fixed in magento#23144 by @atwixfirster in 2.3-develop branch Related commits: 1. 85bd3ec 2. dda454d - magento#24098: No asterisk symbol (required entry) when changing "Encryption Key" (reported by @edenduong) has been fixed in magento#24099 by @edenduong in 2.3-develop branch Related commits: 1. fa78bfa - magento#23936: Database Media Storage : clearing image cache does not clear cached image files from database (reported by @gwharton) has been fixed in magento#24088 by @gwharton in 2.3-develop branch Related commits: 1. 2e3c569 - magento#23646: Send friend sender email should be static not user defined (reported by @juhanihaapala) has been fixed in magento#23684 by @edenduong in 2.3-develop branch Related commits: 1. 2048b40 2. 6ae0223 - magento#23738: Bad style on Validate VAT number messages (reported by @edenduong) has been fixed in magento#23739 by @edenduong in 2.3-develop branch Related commits: 1. d8b4d82 2. 101a9f3
- Loading branch information
Showing
66 changed files
with
9,190 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Magento_CatalogAnalytics module | ||
|
||
The Magento_CatalogAnalytics module configures data definitions for a data collection related to the Catalog module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html). | ||
The Magento_CatalogAnalytics module configures data definitions for a data collection related to the Catalog module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Magento_CustomerAnalytics module | ||
|
||
The Magento_CustomerAnalytics module configures data definitions for a data collection related to the Customer module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html). | ||
The Magento_CustomerAnalytics module configures data definitions for a data collection related to the Customer module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html). |
Oops, something went wrong.