Jump to content

Developer Documentation

Invision Community 4.6

  1. Summary of Changes

    New Extensions: core\AchievementAction Supported PHP & MySQL Versions: The PHP min version was increased to PHP 7.2 in IPS 4.6, this means that your marketplace submissions are required to work with this version, but keep in mind that few clients are going to use php8, so I would really suggest to try to get your code working with both versions, which means that you'll need to implement some changes to avoid some BC breaks in PHP8. Here's a great list https://www.php.net/man
  2. Deprecated Methods

    We took the opportunity for some spring cleaning and to clean up the 4.6 code, so we have finally removed most of the methods which were marked as deprecated. Removed \IPS\{app}\extensions\core\Uninstall\{extension}::onOtherAppUninstall() (use onOtherUninstall()instead). Removed \IPS\cms\Databases::getDatabaseDataFromStore() (use getStore() instead). Removed \IPS\cms\Pages\Page::getPageUrlStore() (use getStore() instead). Removed \IPS\Application::$ipsApps (use \IPS\I
×
×
  • Create New...