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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -612,11 +612,11 @@ To get detailed information about changes in Magento 2.3.0, see the [Release Not
612
612
613
613
2.2.0
614
614
=============
615
-
To get detailed information about changes in Magento 2.2.0, see the [Release Notes](https://devdocs.magento.com/guides/v2.2/release-notes/bk-release-notes.html)
615
+
To get detailed information about changes in Magento 2.2.0, see the [Release Notes](https://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html)
616
616
617
617
2.1.0
618
618
=============
619
-
To get detailed information about changes in Magento 2.1.0, please visit [Magento Community Edition (CE) Release Notes](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.html "Magento Community Edition (CE) Release Notes")
619
+
To get detailed information about changes in Magento 2.1.0, please visit [Magento Community Edition (CE) Release Notes](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.1.0CE.html "Magento Community Edition (CE) Release Notes")
620
620
621
621
2.0.0
622
622
=============
@@ -1637,7 +1637,7 @@ Tests:
1637
1637
* Improved backend menu keyboard accessibility
1638
1638
* Accessibility improvements: WAI-ARIA in a product item on a category page and related products
1639
1639
* Checkout flow code can work with a separate DB storage
1640
-
* <a href="https://devdocs.magento.com/guides/v1.0/release-notes/changes.html#change-devrc-unit">Unit tests moved to module directories</a>
1640
+
* Unit tests moved to module directories
1641
1641
* Addressed naming inconsistencies in REST routes
1642
1642
* Added Advanced Developer workflow for frontend developers
The members of this team have been recognized for their outstanding commitment to maintaining and improving Magento. Magento has granted them permission to accept, merge, and reject pull requests, as well as review issues, and thanks these Community Maintainers for their valuable contributions.
**Admin Notification** provides the ability to alert administrators via
4
-
system messages and provides a message inbox for surveys and notifications.
3
+
The Magento_AdminNotification module provides the ability to alert administrators via system messages and provides a message inbox for surveys and notifications.
4
+
5
+
## Installation details
6
+
7
+
Before disabling or uninstalling this module, note that the Magento_Indexer module depends on this module.
8
+
9
+
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
10
+
11
+
### Events
12
+
13
+
This module observes the following events:
14
+
15
+
-`controller_action_predispatch` event in `Magento\AdminNotification\Observer\PredispatchAdminActionControllerObserver`
16
+
17
+
### Layouts
18
+
19
+
This module introduces the following layouts and layout handles in the `view/adminhtml/layout` directory:
20
+
21
+
-`adminhtml_notification_index`
22
+
-`adminhtml_notification_block`
23
+
24
+
For more information about layouts in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html).
25
+
26
+
### UI components
27
+
28
+
You can extend admin notifications using the `view/adminhtml/ui_component/notification_area.xml` configuration file.
29
+
30
+
For information about UI components in Magento 2, see [Overview of UI components](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html).
Copy file name to clipboardExpand all lines: app/code/Magento/Analytics/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Magento_Analytics Module
2
2
3
-
The Magento_Analytics module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html) functionality.
3
+
The Magento_Analytics module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html) functionality.
4
4
5
5
The module implements the following functionality:
6
6
@@ -16,8 +16,8 @@ The module implements the following functionality:
16
16
17
17
## Structure
18
18
19
-
Beyond the [usual module file structure](https://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_intro.html) the module contains a directory `ReportXml`.
20
-
[Report XML](https://devdocs.magento.com/guides/v2.2/advanced-reporting/report-xml.html) is a markup language used to build reports for Advanced Reporting.
19
+
Beyond the [usual module file structure](https://devdocs.magento.com/guides/v2.3/architecture/archi_perspectives/components/modules/mod_intro.html) the module contains a directory `ReportXml`.
20
+
[Report XML](https://devdocs.magento.com/guides/v2.3/advanced-reporting/report-xml.html) is a markup language used to build reports for Advanced Reporting.
21
21
The language declares SQL queries using XML declaration.
0 commit comments