Compare commits

...

2 Commits

2 changed files with 8 additions and 5 deletions

View File

@@ -1,12 +1,9 @@
<?php <?php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
/*************************************************************************** /***************************************************************************
* *
* HTML in Posts plugin (/inc/plugins/htmlposts.php) * HTML in Posts plugin (/inc/plugins/htmlposts.php)
* Author: Diogo Parrinha * Author: Diogo Parrinha and SickProdigy
* Copyright: © 2021 Diogo Parrinha * Copyright: © 2025 SickGaming.net
* *
* *
* License: license.txt * License: license.txt

View File

@@ -1,3 +1,9 @@
v1.8
* Fixed plugin activation issues with MyBB 1.8 and PHP 7/8.
* Corrected settings table insert logic (no manual 'sid' field).
* Updated code to use modern PHP constructor (__construct). Must have PHP 5+
v1.7 v1.7
* Fixed bug where HTML would not show in portal. * Fixed bug where HTML would not show in portal.
* Fixed bug where HTML would not show in thread review within the new reply page. * Fixed bug where HTML would not show in thread review within the new reply page.