diff --git a/README.md b/README.md index 39a5361..597b75d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ This plugin adds the possibility to use HTML in posts. - You can restrict usage to certain usergroups, users, and forums. - Note: Restricting by user ID will automatically override the group setting. +## Requirements + +- MyBB 1.8.x +- PHP 5.0 or newer (PHP 7+ recommended) + ## Install 1. Upload contents of the `Upload` folder to the root of your MyBB installation. @@ -13,16 +18,28 @@ This plugin adds the possibility to use HTML in posts. ## Upgrade -**From 1.5/1.6 to 1.7:** +**From 1.5/1.6 to 1.7:** (This version supports php <=4) + +- Upload contents of the `Upload` folder to the root of your MyBB installation. + +**From 1.7 to 1.8.x:** (We Now support PHP 5+, no deprecation warnings) - Upload contents of the `Upload` folder to the root of your MyBB installation. ## Support -This plugin is **NOT maintained** and **NO support** is officially given by the author. -**Use at your own RISK.** +This plugin is **partially maintained**. +Support is available only for issues reported at: +[https://gitea.rcs1.top/sickprodigy/mybb_html-in-posts/issues](https://gitea.rcs1.top/sickprodigy/mybb_html-in-posts/issues) + +No support will be provided via other channels. + +## Forked From + +This plugin is based on or forked from: +[Original HTML in Posts MyBB Plugin](https://community.mybb.com/mods.php?action=view&pid=1234) --- -© 2021 Diogo Parrinha +© 2025 SickProdigy All rights reserved.