Plugin Directory

Changeset 577354


Ignore:
Timestamp:
07/25/2012 08:40:23 PM (14 years ago)
Author:
superinteractive
Message:

Small fix in API URL for Belgian users

Location:
springest-partners/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • springest-partners/trunk/readme.txt

    r563547 r577354  
    44Requires at least: 3.0
    55Tested up to: 3.3.2
    6 Stable tag: 0.1.2
     6Stable tag: 0.1.2.1
    77
    88Display relevant courses and trainings from Springest on your website.
  • springest-partners/trunk/springest.php

    r563547 r577354  
    77Plugin URI: http://www.springest.com/
    88Description: Automagically implement the Springest affiliate system using the Springest API
    9 Version: 0.1.2
     9Version: 0.1.2.1
    1010Author: Super Interactive for Springest
    1111Author URI: http://www.superinteractive.com/
     
    2424# Set Database version
    2525define('SPRINGEST_DB_VERSION', '0.1.1');
    26 define('SPRINGEST_VERSION', '0.1.2');
     26define('SPRINGEST_VERSION', '0.1.2.1');
    2727
    2828# Map Springest tables in WP database object
     
    4040    "be" => array(
    4141        "name" => __("Belgium, Dutch", 'springest'),
    42         "api_url" => "http://data.springest.be",
     42        "api_url" => "http://data.nl.springest.be",
    4343        "home" => "http://nl.springest.be"
    4444    ),
Note: See TracChangeset for help on using the changeset viewer.