Plugin Directory

Changeset 637680


Ignore:
Timestamp:
12/12/2012 12:29:28 PM (13 years ago)
Author:
Thinglink
Message:

1.3. shortcode reintroduced.

Location:
thinglink/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • thinglink/trunk/readme.txt

    r637383 r637680  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88
    99ThingLink makes your images interactive. Add text, sound and video inside images and drive engagement with photos on your blog or site.
     
    8888* Rollback shortcode as it was causing problems
    8989
     90= 1.3 =
     91* Shortcode readded
     92
    9093== Frequently Asked Questions ==
    9194
     
    159162= 1.2 =
    160163Upgrading shouldn't break any existing installs.
     164
     165= 1.3 =
     166Upgrading shouldn't break any existing installs.
  • thinglink/trunk/rjw-thinglink.php

    r637653 r637680  
    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.3
    88    Author: Thinglink
    99    Author URI: http://thinglink.com/
     
    1515       
    1616        const PLUGIN_NAME = "Thinglink";
    17         const PLUGIN_VERSION = "1.1.03";
     17        const PLUGIN_VERSION = "1.3";
    1818        const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config";
    1919        const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
  • thinglink/trunk/thinglink_shortcode.php

    r637655 r637680  
    11<?php
    2 include('shortcodes.php');
    32
    43    /*
Note: See TracChangeset for help on using the changeset viewer.