Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Akvo.org v1.1.7 - Hurricane Haricot

Compare
Choose a tag to compare
@Lynngre Lynngre released this 01 Oct 14:18
· 1020 commits to master since this release

Tuesday 30 September 2014, @Lynngre

New & noteworthy

Akvo JSON data plugin has been updated to v1.1.1 to correct an issue with collecting Akvopedia's web analytics statistics from our Piwik Web Analytics system.

New features

Akvo programmes

In the spirit of dogfooding we have included a link on our Partners page (http://akvo.org/about-us/partners/) to all Akvo programmes via Akvo RSR.

Github issues #337

Bug fixes & changes

Board members

Many visitors have struggled to find our Board members on our website, we have added a link to our Team page (http://akvo.org/about-us/team/) which links to our Foundations page (http://akvo.org/about-us/foundations/).

Github issues #309

Foundations page

Tidying up of the page.

Github issues #367 & #36

Akvo JSON Data plugin

Issue with API URL case caused failure in the collecting Akvopedia web statistics for display on akvo.org/seeithappen. This was caused by this issue: http://codex.wordpress.org/Shortcode_API

"IMPORTANT TIP - Don't use camelCase or UPPER-CASE for your $atts attribute names
$atts values are lower-cased during shortcode_atts( array( 'attr_1' => 'attr_1 default', // ...etc ), $atts ) processing, so you might want to just use lower-case."

Appeared on page.

A workaround has been added to overwrite the shortcode keys with the url parameters.

Github issues #370 & #257