ReleaseNotification Module
Condition\CanViewNotification
This class determines whether a logged-in admin user should see the Magento release notification popup. It checks if the user has already viewed the n...
ContentProvider\Http\HttpContentProvider
This class retrieves release notification content from a remote REST API via HTTP requests. It attempts to fetch content for specific Magento version,...
ContentProvider\Http\UrlBuilder
This class builds URLs to retrieve release notification content from Magento's external service. Developers would use this when they need to construct...
Model\ContentProviderInterface
This interface defines a contract for retrieving release notification content from an external service. Developers would implement this interface to f...
ResourceModel\Viewer\Logger
This resource model class manages persistence of release notification viewer logs in Magento 2. Developers use it to track which version of release no...
Viewer\Log
This class represents a log entry that tracks which Magento release notifications a specific admin user has viewed. Developers would use this model to...