-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #22250: [Backport] Fix gallery event observer (by @Den4ik) - #22267: magento2-22238: removed backward incompatible change from the options� (by @VitaliyBoyko) - #22174: WYSIWYG Image-Popup is not working correctly with multipleEditors (by @Nazar65) - #20107: [2.2] Add support for validation message callback (by @floorz) - #21946: [Backport] Secure errors directory (by @amol2jcommerce) - #22078: [backport] issue - 21507 Change photo only if user swipe horizontally (by @Nazar65) - #21203: [Backport] icon text showing feature (by @mage2pratik) Fixed GitHub Issues: - #21789: [BUG] Product gallery opening by mistake (reported by @Den4ik) has been fixed in #22250 by @Den4ik in 2.2-develop branch Related commits: 1. 66bacdb - #22238: Backward-incompatible change between 2.2.7 and 2.2.8 (reported by @yutv) has been fixed in #22267 by @VitaliyBoyko in 2.2-develop branch Related commits: 1. 179bedf - #18548: WYSIWYG-Editor Insert Image-Popup is not working correctly with multiple WYSIWYG-Editors on page (reported by @4ctobias) has been fixed in #22174 by @Nazar65 in 2.2-develop branch Related commits: 1. 8611d14 2. bbe03ea 3. 84f0af8 - #20078: Magento Ui form validator message callback not supported (reported by @floorz) has been fixed in #20107 by @floorz in 2.2-develop branch Related commits: 1. 63c592a - #20209: errors/local.xml and error page templates are publicly accessible (reported by @schmengler) has been fixed in #21946 by @amol2jcommerce in 2.2-develop branch Related commits: 1. 2d291a7 - #7906: Fotorama Gallery too sensitive on Android Devices. (chrome) (reported by @joebordo) has been fixed in #22078 by @Nazar65 in 2.2-develop branch Related commits: 1. 744986b
- Loading branch information
Showing
9 changed files
with
59 additions
and
20 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,4 +1,7 @@ | ||
Options None | ||
<FilesMatch "\.(xml|phtml)$"> | ||
Deny from all | ||
</FilesMatch> | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine Off | ||
</IfModule> |