Changeset 577354
- Timestamp:
- 07/25/2012 08:40:23 PM (14 years ago)
- Location:
- springest-partners/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
springest.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
springest-partners/trunk/readme.txt
r563547 r577354 4 4 Requires at least: 3.0 5 5 Tested up to: 3.3.2 6 Stable tag: 0.1.2 6 Stable tag: 0.1.2.1 7 7 8 8 Display relevant courses and trainings from Springest on your website. -
springest-partners/trunk/springest.php
r563547 r577354 7 7 Plugin URI: http://www.springest.com/ 8 8 Description: Automagically implement the Springest affiliate system using the Springest API 9 Version: 0.1.2 9 Version: 0.1.2.1 10 10 Author: Super Interactive for Springest 11 11 Author URI: http://www.superinteractive.com/ … … 24 24 # Set Database version 25 25 define('SPRINGEST_DB_VERSION', '0.1.1'); 26 define('SPRINGEST_VERSION', '0.1.2 ');26 define('SPRINGEST_VERSION', '0.1.2.1'); 27 27 28 28 # Map Springest tables in WP database object … … 40 40 "be" => array( 41 41 "name" => __("Belgium, Dutch", 'springest'), 42 "api_url" => "http://data. springest.be",42 "api_url" => "http://data.nl.springest.be", 43 43 "home" => "http://nl.springest.be" 44 44 ),
Note: See TracChangeset
for help on using the changeset viewer.