Plugin Directory

Changeset 637380


Ignore:
Timestamp:
12/12/2012 12:08:55 AM (13 years ago)
Author:
Thinglink
Message:

Rollback shortcode

Location:
thinglink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • thinglink/trunk/readme.txt

    r637053 r637380  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable tag: 1.1.02
     7Stable tag: 1.1.04
    88
    99ThingLink makes your images interactive. Add text, sound and video inside images and drive engagement with photos on your blog or site.
     
    8585* Shortcode uses $content_width global for width if available and not specificly set.
    8686
     87= 1.1.04 =
     88* Rollback shortcode as it was causing problems
     89
    8790== Frequently Asked Questions ==
    8891
     
    153156= 1.1.03 =
    154157Upgrading shouldn't break any existing installs.
     158
     159= 1.1.04 =
     160Upgrading shouldn't break any existing installs.
  • thinglink/trunk/rjw-thinglink.php

    r637053 r637380  
    55    Plugin URI: http://thinglink.com/
    66    Description: A simple way to add the Thinglink script to your whole website. Go to <a href="plugins.php?page=rjw-thinglink-config">settings</a>.
    7     Version: 1.1.03
     7    Version: 1.1.04
    88    Author: Thinglink
    99    Author URI: http://thinglink.com/
    1010    */
    1111
    12     require_once 'thinglink_shortcode.php';
    1312
    1413    class RJW_Thinglink {
    1514       
    1615        const PLUGIN_NAME = "Thinglink";
    17         const PLUGIN_VERSION = "1.1.03";
     16        const PLUGIN_VERSION = "1.1.04";
    1817        const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config";
    1918        const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
Note: See TracChangeset for help on using the changeset viewer.