Plugin Directory

Changeset 220772


Ignore:
Timestamp:
03/22/2010 08:24:08 PM (16 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

    r154397 r220772  
    33 Plugin Name: WP OnlyWire Auto Poster
    44 Plugin URI: http://www.tankado.com/en/onlywire-auto-poster-wordpress-eklentisi
    5  Version: 3.0.3
     5 Version: 3.0.5
    66 Description: Autosubmits a excerpt of a posts to Onlywire when the post published
    77 Author: Özgür Koca
     
    1010/* 
    1111    === SÜRÜM NOTLARI ===
     12   
     13    2009-03-22 - v3.0.5 - Önceki güncellemede oluşan kritik bir kodlama hatası düzeltildi
     14                       
     15                        - Fixed critical bug arise from previous update.
     16                        (Thanks to Selim Yagiz from http://www.diziozeti.net/) 
     17   
     18    2009-09-10 - v3.0.4 - Önceki güncellemede oluşan kritik bir kodlama hatası düzeltildi
     19                       
     20                        - Fixed critical bug arise from previous update.
     21                        (Thanks to brakco@vizyonkolik)
    1222   
    1323    2009-09-10 - v3.0.3 - Önceki güncellemede oluşan kritik bir kodlama hatası düzeltildi
     
    110120    if(($ret_code === NULL) || ($ret_code === '0'))
    111121    {
    112         echo $success_code = file_get_contents($url);
     122        $success_code = file_get_contents($url);
    113123        log_success_code($post_ID, $post->post_title, $success_code);
    114124       
  • wp-onlywire-auto-poster/trunk/readme.txt

    r154397 r220772  
    4848== Changelog ==
    4949
     50= 3.0.5 =
     51
     52* Fixed critical bug arise from previous update.
     53
     54= 3.0.4 =
     55
     56* Fixed critical bug arise from previous update.
     57
    5058= 3.0.3 =
    5159
Note: See TracChangeset for help on using the changeset viewer.