diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 89541c713..700430614 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributing to the Joomla Component Builder (JCB) =============== You are welcome to submit a contribution for review and possible inclusion in the Joomla Component Builder but, before it will be accepted, we ask that you follow these simple steps: -1) Please watch [these tutorials](https://www.youtube.com/watch?v=4pNBMOYoJpI&list=PLQRGFI8XZ_wsfz3NdKawCiYsALuZ-GhwJ) +1) Please watch [these tutorials](https://www.youtube.com/watch?v=lLOfx9YA7VQ&list=PLQRGFI8XZ_wsfz3NdKawCiYsALuZ-GhwJ) 2) Open an issue on GitHub. If you can, please provide a fix and create a pull request (PR) instead; this will automatically create an issue for you so you do not have to create an issue if you are creating a pull request. diff --git a/README.md b/README.md index 7cd672fc0..015b7e54b 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Component Builder is mapped as a component in itself on my local development env + *Version*: 2.6.6 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **177939** ++ *Line count*: **177938** + *File count*: **1142** + *Folder count*: **184** diff --git a/admin/README.txt b/admin/README.txt index 7cd672fc0..015b7e54b 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -115,7 +115,7 @@ Component Builder is mapped as a component in itself on my local development env + *Version*: 2.6.6 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **177939** ++ *Line count*: **177938** + *File count*: **1142** + *Folder count*: **184** diff --git a/admin/views/get_snippets/view.html.php b/admin/views/get_snippets/view.html.php index 088b777f1..d0b8b1d36 100644 --- a/admin/views/get_snippets/view.html.php +++ b/admin/views/get_snippets/view.html.php @@ -189,7 +189,6 @@ class ComponentbuilderViewGet_snippets extends JViewLegacy // set an error message if needed $this->document->addScriptDeclaration("var returnError = '

".JText::_('COM_COMPONENTBUILDER_AN_ERROR_HAS_OCCURRED')."!

".JText::_('COM_COMPONENTBUILDER_PLEASE_TRY_AGAIN_LATER').".

';"); // need to add some language strings - JText::script('COM_COMPONENTBUILDER_JCB_COMMUNITY_SNIPPETS'); JText::script('COM_COMPONENTBUILDER_SNIPPETS'); JText::script('COM_COMPONENTBUILDER_SNIPPET'); JText::script('COM_COMPONENTBUILDER_VIEW_SNIPPET_OF_COMMUNITY_VERSION');