diff --git a/lib/tools/CurlWithCache.class.php b/lib/tools/CurlWithCache.class.php index 47295e34..03827070 100644 --- a/lib/tools/CurlWithCache.class.php +++ b/lib/tools/CurlWithCache.class.php @@ -12,7 +12,7 @@ class CurlWithCache extends Curl if ($useCache) { - $cacheKey = md5('z' . $url . $method . serialize($options) . serialize($params)); + $cacheKey = md5('x' . $url . $method . serialize($options) . serialize($params)); $cachedData = apc_fetch($cacheKey); if ($cachedData) { diff --git a/view/template/content/roadmap.php b/view/template/content/roadmap.php index 6848ed38..a1e50e82 100644 --- a/view/template/content/roadmap.php +++ b/view/template/content/roadmap.php @@ -17,8 +17,8 @@
- Our roadmap pulls change note directly from our Git repo via GitHub. - Ongoing, Upcoming and Future items are pulled directly from our internal project management system (Asana), so they are always up-to-date. + Our roadmap pulls change notes directly from our Git repo via GitHub. + Ongoing, Upcoming and Future items are pulled directly from our internal project management system (Asana).
This roadmap only outlines past and anticipated technical changes, it does not cover other initiatives. Development was fast and furious among a small group prior to 0.6, and release notes are sparse.