Skip to content

Commit

Permalink
Ready for release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metacontext committed Aug 3, 2019
1 parent ef62e26 commit d2a90b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ ChangeLog
| | - **Important:** Extension namespace switched from |
| | adwlm/cobj_xslt to digicademy/cobj_xslt. Please adapt your |
| | Fluid templates to the new namespace. |
| | Example: {namespace xslt=Digicademy\CobjXslt\ViewHelpers} |
| | Example: {namespace xslt=Digicademy\\CobjXslt\\ViewHelpers}.|
| | A compatibility layer is in place that will be removed in |
| | TYPO3 LTS version 10 |
| | |
| | - Refactoring TransformViewHelper for TYPO3 v9 |
| | |
| | - Update manual |
+----------------+---------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions Migrations/Code/LegacyClassesForIde.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace ADWLM\CobjXslt\ContentObject {
/**
* @deprecated since v1.9.0, will be removed in v1.10.0
* @deprecated since TYPO3 v9, will be removed in TYPO3 v10
*/
class XsltContentObject extends \Digicademy\CobjXslt\ContentObject\XsltContentObject
{
Expand All @@ -14,7 +14,7 @@ class XsltContentObject extends \Digicademy\CobjXslt\ContentObject\XsltContentOb

namespace ADWLM\CobjXslt\ViewHelpers {
/**
* @deprecated since v1.9.0, will be removed in v1.10.0
* @deprecated since TYPO3 v9, will be removed in TYPO3 v10
*/
class TransformViewHelper extends \Digicademy\CobjXslt\ViewHelpers\TransformViewHelper
{
Expand Down

0 comments on commit d2a90b8

Please sign in to comment.