diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..e69de29 diff --git a/gulpfile.babel.js/config.js b/gulpfile.babel.js/config.js index 14173e7..adc5010 100644 --- a/gulpfile.babel.js/config.js +++ b/gulpfile.babel.js/config.js @@ -43,7 +43,7 @@ export const config = { watch: ['src/structure/**/*.{php,html,xml,ini,less,json,js,css}'], }, copyrelease: { - src: ['src/structure/**/**', 'src/structure/**/.*', '!src/structure/**/*.{php,html,xml,ini,less,json,js,css}', '!src/structure/**/.*.{php,html,xml,ini,less,json,js,css}'], + src: ['RELEASE_NOTES.md','src/structure/**/**', 'src/structure/**/.*', '!src/structure/**/*.{php,html,xml,ini,less,json,js,css}', '!src/structure/**/.*.{php,html,xml,ini,less,json,js,css}'], replacesrc: ['src/structure/**/**.{php,html,xml,ini,less,json,js,css}', 'src/structure/**/.*.{php,html,xml,ini,less,json,js,css}'], dest: 'releasefiles/' }, @@ -90,6 +90,10 @@ export const config = { { src: './releasefiles/plugins/system/kickyootheme/**/**', dest: 'sourcefiles/plg_system_kickyootheme' + }, + { + src: './releasefiles/RELEASE_NOTES.md', + dest: 'sourcefiles/com_sportsmanager/admin/' } ], package: [ diff --git a/src/structure/administrator/components/com_sportsmanager/src/View/Sportsmanager/HtmlView.php b/src/structure/administrator/components/com_sportsmanager/src/View/Sportsmanager/HtmlView.php index efdb051..82fb61f 100644 --- a/src/structure/administrator/components/com_sportsmanager/src/View/Sportsmanager/HtmlView.php +++ b/src/structure/administrator/components/com_sportsmanager/src/View/Sportsmanager/HtmlView.php @@ -24,6 +24,15 @@ class HtmlView extends BaseHtmlView ?>
' . + htmlspecialchars($notes) . ''; + } + + // Display the template parent::display($tpl); } diff --git a/src/structure/sportsmanager.xml b/src/structure/sportsmanager.xml index 84c0e38..032d2c0 100644 --- a/src/structure/sportsmanager.xml +++ b/src/structure/sportsmanager.xml @@ -37,6 +37,7 @@