diff --git a/website/page/home.php b/website/page/home.php index a4870c5f..7bdff5c4 100644 --- a/website/page/home.php +++ b/website/page/home.php @@ -13,15 +13,22 @@ offers many more features. It is available for
+IITC version 0.11.3 has been released. This should vastly reduce the chance of getting REQUEST_FAILED errors +while scrolling/zooming the map frequently. The passcode redemption code has been updated, and there are improvements +to the URL link handling. The portals-list plugin has been updated, and bug fixes made to the +player tracker. A new plugin to show portal levels as numbers has been added too. +
++IITC Mobile 0.3.2 is also available. Along with the above, this includes a new option to show your current +position on the map. +
+New website launched! A major revamp of the website has been made. Thanks to the various users who contributed logos and site templates.
--IITC 0.11.2 released. This has a minor fix relating to portal visibility at different zoom levels. We now have to -match the standard intel site. This does, unfortunately, mean you need to zoom even closer to see unclaimed portals. -Also, an update to the scoreboard plugin has been released that should make it work again. -
+Older news diff --git a/website/page/mobile.php b/website/page/mobile.php index 8b6c1bb3..51a8cbe3 100644 --- a/website/page/mobile.php +++ b/website/page/mobile.php @@ -40,7 +40,7 @@ IITC Mobile is still in the early stages of development. Many things do not yet include_once ( "code/mobile-download.php" ); -$apkfile = "mobile/IITC-Mobile-0.3.apk"; +$apkfile = "release/IITC_Mobile-release.apk"; if ( file_exists($apkfile) ) diff --git a/website/page/news.php b/website/page/news.php index 6a64dfc9..9084745f 100644 --- a/website/page/news.php +++ b/website/page/news.php @@ -1,5 +1,17 @@+IITC version 0.11.3 has been released. This should vastly reduce the chance of getting REQUEST_FAILED errors +while scrolling/zooming the map frequently. The passcode redemption code has been updated, and there are improvements +to the URL link handling. The portals-list plugin has been updated, and bug fixes made to the +player tracker. A new plugin to show portal levels as numbers has been added too. +
++IITC Mobile 0.3.2 is also available. Along with the above, this includes a new option to show your current +position on the map. +
+New website launched! A major revamp of the website has been made. Thanks to the various users who contributed