Skip to content

Commit

Permalink
Merge pull request #272 from JoomJunk/development
Browse files Browse the repository at this point in the history
Update to v8.1.5
  • Loading branch information
C-Lodder authored Jul 12, 2016
2 parents 75f737a + b267126 commit 556dca3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
- -> Removed
! -> Note

Version 8.1.5
# Fixed refreshIncludePaths() method being remove in Joomla 3.6
! Minimum version for Joomla 3.6

Version 8.1.4
# Fixed duplicate submissions when button is clicked multiple times
! Last version for Joomla 3.4 and 3.5
Expand Down
6 changes: 3 additions & 3 deletions mod_shoutbox/libraries/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* layout files default.j30.php, default.j3.php and default.php, in this
* order.
*
* @since 1.0
* @since 3.0
*/
class JJShoutboxLayoutFile extends JLayoutFile
{
Expand All @@ -26,9 +26,9 @@ class JJShoutboxLayoutFile extends JLayoutFile
*
* @return void
*
* @since 3.2
* @since 3.5
*/
protected function refreshIncludePaths()
public function clearIncludePaths()
{
// Reset includePaths
$this->includePaths = array();
Expand Down
2 changes: 1 addition & 1 deletion mod_shoutbox/mod_shoutbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.joomjunk.co.uk</authorUrl>
<version>8.1.4</version>
<version>8.1.5</version>
<description>JJSHOUTBOX_DESCRIPTION</description>

<install>
Expand Down
1 change: 1 addition & 0 deletions mod_shoutbox/sql/mysql/updates/8.1.5.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Placeholder file for database changes for version 8.1.5
1 change: 1 addition & 0 deletions mod_shoutbox/sql/postgresql/updates/8.1.5.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Placeholder file for database changes for version 8.1.5

0 comments on commit 556dca3

Please sign in to comment.