Skip to content

Commit

Permalink
ENH Update deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 18, 2022
1 parent 43e1333 commit af411eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controllers/HistoryControllerFactory.php
Expand Up @@ -14,7 +14,7 @@
* The history controller factory decides which CMS history controller to use, out of the default from the
* silverstripe/cms module or the history viewer controller from this module, depending on the current page type
*
* @deprecated 1.1.0:2.0.0
* @deprecated 1.1.0:2.0.0 Will be removed without equivalent functionality to replace it
*/
class HistoryControllerFactory implements Factory
{
Expand Down
2 changes: 1 addition & 1 deletion src/Extensions/CMSMainExtension.php
Expand Up @@ -5,7 +5,7 @@
use SilverStripe\Core\Extension;

/**
* @deprecated 1.2.0 This extension no longer serves a purpose. Write a standalone extensions instead.
* @deprecated 1.2.0 Will be removed without equivalent functionality to replace it
*/
class CMSMainExtension extends Extension
{
Expand Down

0 comments on commit af411eb

Please sign in to comment.