From 008b2f3e8079f24cad778375a81faea6be1510e8 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 2 May 2017 21:42:23 -0400 Subject: [PATCH] Deprecate RssHelper. --- en/appendices/3-5-migration-guide.rst | 2 ++ en/views/helpers/rss.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/en/appendices/3-5-migration-guide.rst b/en/appendices/3-5-migration-guide.rst index 1beee05cfd..aaa1fb5921 100644 --- a/en/appendices/3-5-migration-guide.rst +++ b/en/appendices/3-5-migration-guide.rst @@ -12,6 +12,8 @@ features will continue to function until 4.0.0 after which they will be removed. * ``Cake\Http\Client\CookieCollection`` is deprecated. Use ``Cake\Http\Cookie\CookieCollection`` instead. +* ``Cake\View\Helper\RssHelper`` is deprecated. Due to infrequent use the + RssHelper is deprecated. Deprecated Combined Get/Set Methods ----------------------------------- diff --git a/en/views/helpers/rss.rst b/en/views/helpers/rss.rst index 6aacfb6011..9a4688b5d9 100644 --- a/en/views/helpers/rss.rst +++ b/en/views/helpers/rss.rst @@ -7,6 +7,10 @@ Rss The RssHelper makes generating XML for `RSS feeds `_ easy. + +.. deprecated:: 3.5.0 + RssHelper is deprecated as of 3.5.0, and will be removed in 4.0.0 + Creating an RSS Feed with the RssHelper =======================================