Skip to content

Commit 556dca3

Browse files
authored
Merge pull request #272 from JoomJunk/development
Update to v8.1.5
2 parents 75f737a + b267126 commit 556dca3

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

changelog.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
- -> Removed
1515
! -> Note
1616

17+
Version 8.1.5
18+
# Fixed refreshIncludePaths() method being remove in Joomla 3.6
19+
! Minimum version for Joomla 3.6
20+
1721
Version 8.1.4
1822
# Fixed duplicate submissions when button is clicked multiple times
1923
! Last version for Joomla 3.4 and 3.5

mod_shoutbox/libraries/layout.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* layout files default.j30.php, default.j3.php and default.php, in this
1818
* order.
1919
*
20-
* @since 1.0
20+
* @since 3.0
2121
*/
2222
class JJShoutboxLayoutFile extends JLayoutFile
2323
{
@@ -26,9 +26,9 @@ class JJShoutboxLayoutFile extends JLayoutFile
2626
*
2727
* @return void
2828
*
29-
* @since 3.2
29+
* @since 3.5
3030
*/
31-
protected function refreshIncludePaths()
31+
public function clearIncludePaths()
3232
{
3333
// Reset includePaths
3434
$this->includePaths = array();

mod_shoutbox/mod_shoutbox.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<license>http://www.gnu.org/licenses/gpl-3.0.html</license>
88
<authorEmail>admin@joomjunk.co.uk</authorEmail>
99
<authorUrl>http://www.joomjunk.co.uk</authorUrl>
10-
<version>8.1.4</version>
10+
<version>8.1.5</version>
1111
<description>JJSHOUTBOX_DESCRIPTION</description>
1212

1313
<install>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder file for database changes for version 8.1.5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Placeholder file for database changes for version 8.1.5

0 commit comments

Comments
 (0)