2016-04-02, 23:30
2016-04-02 includes - reference change
to better differentiate between include definitions (the ones defined in includes.xml etc.)
and include references (elsewhere in your xml files), we have changed the syntax for referencing includes.
this mainly effects include references that use params.
old syntax:
new syntax:
forum thread: 259585 (thread)
git commit: https://github.com/xbmc/xbmc/pull/9114/c...32a8be75e7
pull request: 9114 (PR)
to better differentiate between include definitions (the ones defined in includes.xml etc.)
and include references (elsewhere in your xml files), we have changed the syntax for referencing includes.
this mainly effects include references that use params.
old syntax:
Code:
<include name="foo">
new syntax:
Code:
<include content="foo">
forum thread: 259585 (thread)
git commit: https://github.com/xbmc/xbmc/pull/9114/c...32a8be75e7
pull request: 9114 (PR)