Skip to content

Commit

Permalink
Merge pull request #283 from JoomJunk/development
Browse files Browse the repository at this point in the history
Update to v8.1.10
  • Loading branch information
C-Lodder authored Aug 2, 2016
2 parents 3b19745 + 867ae89 commit ce226ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- -> Removed
! -> Note

Version 8.1.10
# Fixed PHP fatal error with session token still existing

Version 8.1.9
^ Prevent F5 refresh showing message after deleting a shout
^ General PHP improvements
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.9</version>
<version>8.1.10</version>
<description>JJSHOUTBOX_DESCRIPTION</description>

<install>
Expand Down
1 change: 1 addition & 0 deletions mod_shoutbox/sql/mysql/updates/8.1.10.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Placeholder file for database changes for version 8.1.10
1 change: 1 addition & 0 deletions mod_shoutbox/sql/postgresql/updates/8.1.10.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Placeholder file for database changes for version 8.1.10
2 changes: 0 additions & 2 deletions mod_shoutbox/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@
?>
</div>

<input name="jjshout[token]" type="hidden" value="<?php echo $_SESSION['token'];?>" />

<div class="<?php echo $form_row; ?>">
<?php if ($enablelimit == 1) : ?>
<span id="charsLeft"></span>
Expand Down

0 comments on commit ce226ae

Please sign in to comment.