Plugin Directory

Changeset 1297550


Ignore:
Timestamp:
11/30/2015 05:00:22 PM (10 years ago)
Author:
snielsen
Message:

Syncing in quick fix for version 1.0.3.1.

Location:
ultralink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ultralink/trunk/headers/linkTypes.php

    r1292927 r1297550  
    11<?php
    22
    3     $linkTypes = json_decode( file_get_contents( __DIR__ . '/linkTypes.json' ), true );
     3    $linkTypes = json_decode( file_get_contents( dirname(__FILE__) . '/linkTypes.json' ), true );
    44
    55    $orderedCategories = array();
  • ultralink/trunk/readme.txt

    r1292927 r1297550  
    44Tags: links, hyperlink, context, rich, affiliate, referral, popup
    55Requires at least: 3.0
    6 Tested up to: 4.1.1
    7 Stable tag: 1.0.3
     6Tested up to: 4.3
     7Stable tag: 1.0.3.1
    88License: Ultralink License
    99License URI: https://ultralink.me/w/license.txt
Note: See TracChangeset for help on using the changeset viewer.