Changeset 154397
- Timestamp:
- 09/13/2009 03:38:04 PM (17 years ago)
- Location:
- wp-onlywire-auto-poster/trunk
- Files:
-
- 2 edited
-
onlywire-auto-poster.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-onlywire-auto-poster/trunk/onlywire-auto-poster.php
r153599 r154397 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. 25 Version: 3.0.3 6 6 Description: Autosubmits a excerpt of a posts to Onlywire when the post published 7 7 Author: Özgür Koca … … 11 11 === SÜRÜM NOTLARI === 12 12 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. 15 19 16 20 - Authorization problem fixed arise from posting to un-encoded permalink to OnlyWire. … … 100 104 $url="http://$username:[email protected]/api/add?url=".urlencode($permalink)."&title=".urlencode($post->post_title)."&tags=".urlencode($tags)."&comments=".urlencode($comments); 101 105 102 echo $url;103 104 106 global $wpdb; 105 107 $sql = 'SELECT return_code FROM '.$onlywire_table_name.' WHERE postid = "'.$post_ID.'" LIMIT 1'; … … 108 110 if(($ret_code === NULL) || ($ret_code === '0')) 109 111 { 110 $success_code = file_get_contents($url); 111 112 echo $success_code = file_get_contents($url); 112 113 log_success_code($post_ID, $post->post_title, $success_code); 113 114 -
wp-onlywire-auto-poster/trunk/readme.txt
r153597 r154397 48 48 == Changelog == 49 49 50 = 3.0.3 = 51 52 * Fixed critical bug arise from previous update. 53 50 54 = 3.0.2 = 51 55
Note: See TracChangeset
for help on using the changeset viewer.