diff --git a/website/page/home.php b/website/page/home.php
index a6f1cbff..9c606346 100644
--- a/website/page/home.php
+++ b/website/page/home.php
@@ -13,34 +13,21 @@ offers many more features. It is available for
Latest news
-27th June 2015
+12th September 2015
-IITC 0.24.0 has been released. This is a critical update needed to fix the map not loading any data.
+IITC 0.25.0 has been released. This is a critical update to fix things after a Niantic site update.
-NOTE: Niantic have removed portals from the map data at all but the closest of zoom levels (L1+ - zoom 15+).
-The stock intel site creates dummy placeholder portals at the anchors for links, allowing you to click and open the
-portal details. However, IITC does not do this yet. It will take some time to modify IITC and the plugins to allow
-for such placeholder portals, so making a first release without them.
-
-
-27th May 2015
-
-IITC 0.23.0 has been released. This is a critical update needed to fix IITC after a Niantic site update.
-
-
-8th May 2015
-
-IITC 0.22.3 has been released. Changes include
+Other changes include
-- Lightman Shards supported
-- Workaround for map loading not reaching 100%
-- IITC Mobile: fix dialogs not appearing on Android 5 with the System WebView update
-- Remove unnecessary prompt on botguard script response
-- Plugin: Missions - full mission support
-- Plugin: show-linked-portals - more details shown
-- Plugin: show-more-portals - enabled again for one zoom level
+- "Placeholder portals". Like stock intel, IITC creates clickable portals at the end of links. Portal highlighters
+won't work on these as they don't contain enough information
+- Artifacts loading fixed after a change in data format by Niantic
+- 'show-more-portals' plugin is no longer required - Niantic now return all portals at zoom 15, rather than zoom 17
+- New plugin: "cache-details-on-map". Caches the portal details as you select portals, and keeps these portals on the map
+even when you zoom out
+- and other tweaks/bugfixes
Older news
diff --git a/website/page/news.php b/website/page/news.php
index 3e918ec0..97642796 100644
--- a/website/page/news.php
+++ b/website/page/news.php
@@ -1,5 +1,22 @@
News
+12th September 2015
+
+IITC 0.25.0 has been released. This is a critical update to fix things after a Niantic site update.
+
+
+Other changes include
+
+
+- "Placeholder portals". Like stock intel, IITC creates clickable portals at the end of links. Portal highlighters
+won't work on these as they don't contain enough information
+- Artifacts loading fixed after a change in data format by Niantic
+- 'show-more-portals' plugin is no longer required - Niantic now return all portals at zoom 15, rather than zoom 17
+- New plugin: "cache-details-on-map". Caches the portal details as you select portals, and keeps these portals on the map
+even when you zoom out
+- and other tweaks/bugfixes
+
+
27th June 2015
IITC 0.24.0 has been released. This is a critical update needed to fix the map not loading any data.