Changeset 779050
- Timestamp:
- 09/27/2013 02:14:20 AM (13 years ago)
- Location:
- itunes-affiliate-link-maker/trunk
- Files:
-
- 3 edited
-
dbupgrades/0.6.php (modified) (1 diff)
-
itunes-affiliate.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
itunes-affiliate-link-maker/trunk/dbupgrades/0.6.php
r779038 r779050 16 16 update_option('ita-version', $version); 17 17 $wpdb->query($wpdb->prepare("DELETE FROM wp_options WHERE option_name = %s;", 'italm-upgrade-token')); 18 include ita_getDisplayTemplate('dbupgrade /upgrade-SUCCESS.php');18 include ita_getDisplayTemplate('dbupgrades/upgrade-SUCCESS.php'); 19 19 } 20 20 -
itunes-affiliate-link-maker/trunk/itunes-affiliate.php
r779038 r779050 6 6 Author: Greg Tangey 7 7 Author URI: http://ignite.digitalignition.net/ 8 Version: 0.6 8 Version: 0.6.2 9 9 */ 10 10 -
itunes-affiliate-link-maker/trunk/readme.txt
r779038 r779050 5 5 Requires at least: 3.6.0 6 6 Tested up to: 3.6.1 7 Stable tag: 0.6 7 Stable tag: 0.6.2 8 8 9 9 The 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.