Plugin Directory

Changeset 1362124


Ignore:
Timestamp:
03/01/2016 08:49:17 PM (10 years ago)
Author:
hoest
Message:

Release 1.12

Location:
knvb-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • knvb-api/trunk/knvb-api-plugin.php

    r1334974 r1362124  
    44 * Plugin URI: http://www.hoest.nl
    55 * Description: A plugin to use the KNVB Data API
    6  * Version: 1.11
     6 * Version: 1.12
    77 * Author: Jelle de Jong
    88 * Author URI: http://www.hoest.nl
     
    153153    // create a client and receive data
    154154    $client = new KnvbClient(get_option('knvb_api_key'), get_option('knvb_api_pathname'), get_option('knvb_api_clubname'));
    155     $knvb_data = trim($client->getData('/teams', NULL, false));
     155    $knvb_data = trim($client->getData('/teams', NULL, NULL, false));
    156156
    157157    if(!empty($knvb_data)) {
  • knvb-api/trunk/readme.txt

    r1334974 r1362124  
    55Requires at least: 3.0.1
    66Tested up to: 4.4.1
    7 Stable tag: 1.11
     7Stable tag: 1.12
    88
    99This plugin can be used for Dutch football clubs with a WordPress wedsite and a API-key for the KNVB data-API: http://www.knvbdataservice.nl/
Note: See TracChangeset for help on using the changeset viewer.