Changeset 220772
- Timestamp:
- 03/22/2010 08:24:08 PM (16 years ago)
- Location:
- wp-onlywire-auto-poster/trunk
- Files:
-
- 2 edited
-
onlywire-auto-poster.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-onlywire-auto-poster/trunk/onlywire-auto-poster.php
r154397 r220772 3 3 Plugin Name: WP OnlyWire Auto Poster 4 4 Plugin URI: http://www.tankado.com/en/onlywire-auto-poster-wordpress-eklentisi 5 Version: 3.0. 35 Version: 3.0.5 6 6 Description: Autosubmits a excerpt of a posts to Onlywire when the post published 7 7 Author: Özgür Koca … … 10 10 /* 11 11 === 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) 12 22 13 23 2009-09-10 - v3.0.3 - Önceki güncellemede oluşan kritik bir kodlama hatası düzeltildi … … 110 120 if(($ret_code === NULL) || ($ret_code === '0')) 111 121 { 112 echo$success_code = file_get_contents($url);122 $success_code = file_get_contents($url); 113 123 log_success_code($post_ID, $post->post_title, $success_code); 114 124 -
wp-onlywire-auto-poster/trunk/readme.txt
r154397 r220772 48 48 == Changelog == 49 49 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 50 58 = 3.0.3 = 51 59
Note: See TracChangeset
for help on using the changeset viewer.