Plugin Directory

Changeset 217546


Ignore:
Timestamp:
03/14/2010 05:40:49 PM (16 years ago)
Author:
samarudge
Message:

1.0.1

Location:
wp-tube
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-tube/trunk/lib/frontend.lib.php

    r216972 r217546  
    5757       
    5858        // Insert the post into the database
    59           wp_insert_post( $my_post );
     59          $laid = wp_insert_post( $my_post );
     60          wp_set_post_categories($laid, array(get_option('wp_tube_cat')));
    6061        $insert = "INSERT INTO ".$wpdb->prefix . "wp_tube_vids" .
    6162            " (wpt_ytid) " .
  • wp-tube/trunk/readme.txt

    r217009 r217546  
    11=== Plugin Name ===
    22Contributors: samarudge
    3 Donate link: http://www.cake-spoon.com/
    4 Tags: youtube, automaticaly, import
    5 Requires at least: 2.0.2
     3Donate link: http://www.cake-spoon.com/wp-tube
     4Tags: youtube, automatically, import
     5Requires at least: 2.5.0
    66Tested up to: 2.9.2
    7 Stable tag: 1.0
     7Stable tag: 1.0.3
    88
    99Automaticaly import your YouTube videos into your Wordpress blog
     
    1313WP-Tube is a plug-in for Wordpress that uses the Zend G-Data API to automatically retrieve your Youtube videos and add them to your posts. It has customisable options such as player, category & size plus it works with no admin interaction at all.
    1414You can read more about the plugin at the [Plugins Homepage](http://www.cake-spoon.com/wp-tube "Plugins Homepage")
     15
     16== Changelog ==
     17
     181.0.1 (14th March 2010)
     19-lib/frontend.lib.php ~ Line 60
     20Added code to correctly place in category ~ Thanx to [Victor Edier](http://victoredier.com/ "Victor Edier") for the hint
Note: See TracChangeset for help on using the changeset viewer.