Compare commits
2 Commits
e97fcbb342
...
537da95542
| Author | SHA1 | Date | |
|---|---|---|---|
| 537da95542 | |||
| 374503f9aa |
@@ -1,12 +1,9 @@
|
||||
<?php
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('log_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
/***************************************************************************
|
||||
*
|
||||
* HTML in Posts plugin (/inc/plugins/htmlposts.php)
|
||||
* Author: Diogo Parrinha
|
||||
* Copyright: © 2021 Diogo Parrinha
|
||||
* Author: Diogo Parrinha and SickProdigy
|
||||
* Copyright: © 2025 SickGaming.net
|
||||
*
|
||||
*
|
||||
* License: license.txt
|
||||
|
||||
@@ -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
|
||||
* Fixed bug where HTML would not show in portal.
|
||||
* Fixed bug where HTML would not show in thread review within the new reply page.
|
||||
|
||||
Reference in New Issue
Block a user