Skip to content

Commit ce226ae

Browse files
authored
Merge pull request #283 from JoomJunk/development
Update to v8.1.10
2 parents 3b19745 + 867ae89 commit ce226ae

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

changelog.php

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

17+
Version 8.1.10
18+
# Fixed PHP fatal error with session token still existing
19+
1720
Version 8.1.9
1821
^ Prevent F5 refresh showing message after deleting a shout
1922
^ General PHP improvements

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.9</version>
10+
<version>8.1.10</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.10
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.10

mod_shoutbox/tmpl/default.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@
169169
?>
170170
</div>
171171

172-
<input name="jjshout[token]" type="hidden" value="<?php echo $_SESSION['token'];?>" />
173-
174172
<div class="<?php echo $form_row; ?>">
175173
<?php if ($enablelimit == 1) : ?>
176174
<span id="charsLeft"></span>

0 commit comments

Comments
 (0)