Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 8, 20213 yr Community Expert In \applications\core\api\hello.php you have this code: public function GETindex() { return new \IPS\Api\Response( 200, array( 'communityName' => \IPS\Settings::i()->board_name, 'communityUrl' => \IPS\Settings::i()->base_url, 'ipsApplications' => \IPS\Application::load('core')->version, 'ipsApplications' => array_filter( array_keys( \IPS\Application::applications() ), function( $k ) { return \in_array( $k, \IPS\IPS::$ipsApps ); } ) ) ); } The version line used to have the ipsVersion key, looks like it was overwritten by mistake with ipsApplications: 'ipsVersion' => \IPS\Application::load('core')->version Edited July 8, 20213 yr by teraßyte
July 30, 20213 yr Hi @Stuart Silvester Can you confirm that this has been fixed in the recent updates, please? I think I fell foul of this recently whilst experimenting with it from a Wordpress plugin and gave up thinking it was me at fault. Thank you.
July 30, 20213 yr Solution Hi @Stuart Silvester Can you confirm that this has been fixed in the recent updates, please? I think I fell foul of this recently whilst experimenting with it from a Wordpress plugin and gave up thinking it was me at fault. Thank you. Yes, this is fixed in the latest release.