Plugin Directory

Changeset 784999


Ignore:
Timestamp:
10/09/2013 02:25:01 AM (12 years ago)
Author:
Ruxton
Message:

release 0.6.3 for php 5.3 fixes

Location:
itunes-affiliate-link-maker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • itunes-affiliate-link-maker/trunk/itunes-affiliate.php

    r779050 r784999  
    66Author:       Greg Tangey
    77Author URI:   http://ignite.digitalignition.net/
    8 Version:      0.6.2
     8Version:      0.6.3
    99*/
    1010
     
    123123add_shortcode('itunes', 'ita_link');
    124124
    125 if (ereg('/wp-admin/', $_SERVER['REQUEST_URI'])) { // just load in admin
     125if (preg_match('/\/wp-admin\//', $_SERVER['REQUEST_URI'])) { // just load in admin
    126126    wp_enqueue_script( 'jquery-ui-dialog' );
    127127    wp_enqueue_style( 'ita-jquery-ui', plugins_url('/itunes-affiliate-link-maker/ita-jquery-ui.css'), array(), '0.11', 'screen' );
  • itunes-affiliate-link-maker/trunk/readme.txt

    r779050 r784999  
    55Requires at least: 3.6.0
    66Tested up to: 3.6.1
    7 Stable tag: 0.6.2
     7Stable tag: 0.6.3
    88
    99The plugin will add a button to the visual editor to run the iTunes Link Generator and offers link masking to hide your affiliate junk.
Note: See TracChangeset for help on using the changeset viewer.