Plugin Directory

Changeset 698949


Ignore:
Timestamp:
04/17/2013 07:23:19 AM (13 years ago)
Author:
bholub
Message:

updating api target

Location:
wodtogether-whiteboards/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wodtogether-whiteboards/trunk/readme.txt

    r698947 r698949  
    44Requires at least: 3.0
    55Tested up to: 3.5.1
    6 Stable tag: 3.0.0
     6Stable tag: 3.0.1
    77License: GPLv2
    88
     
    2222
    2323== Changelog ==
     24= 3.0.1 =
     25* updating to the correct api target
    2426= 3.0.0 =
    2527* changing to javascript SDK, updating whiteboard embed to be client side
  • wodtogether-whiteboards/trunk/wodtogether-whiteboards.js

    r698947 r698949  
    55      if (d.getElementById(id)) return;
    66      js = d.createElement(s); js.id = id;
    7       js.src = "//local.dev.wodtogether.com/js/widgets/widget-loader.js";
     7      js.src = "//wodtogether.com/js/widgets/widget-loader.js";
    88      d.body.appendChild(js);
    99    }(document, 'script', 'wodtogether-jssdk'));
  • wodtogether-whiteboards/trunk/wodtogether-whiteboards.php

    r698947 r698949  
    44 * Plugin URI: http://wodtogether.com
    55 * Description: Automatic embedding of WODTogether whiteboards into blog posts. Other widgets too
    6  * Version: 3.0.0
     6 * Version: 3.0.1
    77 * Author: WODTogether, Inc.
    88 * Author URI: http://wodtogether.com
Note: See TracChangeset for help on using the changeset viewer.