Changeset 619695
- Timestamp:
- 11/01/2012 01:50:23 AM (13 years ago)
- Location:
- ostoolbar/trunk
- Files:
-
- 3 edited
-
libraries/request.php (modified) (1 diff)
-
ostoolbar.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ostoolbar/trunk/libraries/request.php
r537573 r619695 17 17 18 18 $static_data = array( 19 ' output' => 'json',19 'format' => 'json', 20 20 'key' => $api_key 21 21 ); -
ostoolbar/trunk/ostoolbar.php
r543927 r619695 2 2 /** 3 3 * @package OSToolbar 4 * @version 2. 24 * @version 2.3 5 5 */ 6 6 /* -
ostoolbar/trunk/readme.txt
r543929 r619695 60 60 * Jumped version numbers from 1.0 to 2.2 in order to match our current version, not the one set by WordPress.org 61 61 62 == Screenshots == 63 64 1. Tutorial list 65 2. Training video 62 == 2.3 == 63 * Fix bug to list video work with new API.
Note: See TracChangeset
for help on using the changeset viewer.