Plugin Directory

Changeset 154397


Ignore:
Timestamp:
09/13/2009 03:38:04 PM (17 years ago)
Author:
enseitankado
Message:
 
Location:
wp-onlywire-auto-poster/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-onlywire-auto-poster/trunk/onlywire-auto-poster.php

    r153599 r154397  
    33 Plugin Name: WP OnlyWire Auto Poster
    44 Plugin URI: http://www.tankado.com/en/onlywire-auto-poster-wordpress-eklentisi
    5  Version: 3.0.2
     5 Version: 3.0.3
    66 Description: Autosubmits a excerpt of a posts to Onlywire when the post published
    77 Author: Özgür Koca
     
    1111    === SÜRÜM NOTLARI ===
    1212   
    13    
    14     2009-09-10 - v3.0.2 - OW'a gönderilen permalink'in kodlanmamasından kayanaklanan otorizasyon hatası giderildi.
     13    2009-09-10 - v3.0.3 - Önceki güncellemede oluşan kritik bir kodlama hatası düzeltildi
     14                       
     15                        - Fixed critical bug arise from previous update.
     16                        (Thanks to brakco@vizyonkolik)
     17   
     18    2009-09-10 - v3.0.2 - OW'a gönderilen permalink'in kodlanmamasından kaynaklanan otorizasyon hatası giderildi.
    1519                       
    1620                        - Authorization problem fixed arise from posting to un-encoded permalink to OnlyWire.
     
    100104    $url="http://$username:[email protected]/api/add?url=".urlencode($permalink)."&title=".urlencode($post->post_title)."&tags=".urlencode($tags)."&comments=".urlencode($comments);
    101105   
    102     echo $url;
    103    
    104106    global $wpdb;
    105107    $sql = 'SELECT return_code FROM '.$onlywire_table_name.' WHERE postid = "'.$post_ID.'" LIMIT 1';
     
    108110    if(($ret_code === NULL) || ($ret_code === '0'))
    109111    {
    110         $success_code = file_get_contents($url);
    111        
     112        echo $success_code = file_get_contents($url);
    112113        log_success_code($post_ID, $post->post_title, $success_code);
    113114       
  • wp-onlywire-auto-poster/trunk/readme.txt

    r153597 r154397  
    4848== Changelog ==
    4949
     50= 3.0.3 =
     51
     52* Fixed critical bug arise from previous update.
     53
    5054= 3.0.2 =
    5155
Note: See TracChangeset for help on using the changeset viewer.