Changeset 214551
- Timestamp:
- 03/07/2010 04:34:54 PM (16 years ago)
- Location:
- postalicious
- Files:
-
- 4 edited
-
tags/2.8/readme.txt (modified) (1 diff)
-
tags/2.8/wp-postalicious.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-postalicious.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postalicious/tags/2.8/readme.txt
r214366 r214551 63 63 64 64 == Version History == 65 66 = Version 2.8 = 67 68 * Fixed a bug where Postalicious kept updating the delicious URL. 65 69 66 70 = Version 2.8 = -
postalicious/tags/2.8/wp-postalicious.php
r214366 r214551 4 4 Plugin URI: http://neop.gbtopia.com/?p=108 5 5 Description: Automatically create posts with your delicious bookmarks. 6 Version: 2.8 6 Version: 2.8.1 7 7 Author: Pablo Gomez 8 8 Author URI: http://neop.gbtopia.com … … 772 772 if(get_option('nd_service') == 0) 773 773 update_option('nd_username','http://feeds.delicious.com/v2/rss/'.urlencode(get_option('nd_username'))); 774 $nd_version = 280; 774 775 } 775 776 update_option('nd_version',$nd_version); -
postalicious/trunk/readme.txt
r214365 r214551 63 63 64 64 == Version History == 65 66 = Version 2.8 = 67 68 * Fixed a bug where Postalicious kept updating the delicious URL. 65 69 66 70 = Version 2.8 = -
postalicious/trunk/wp-postalicious.php
r214365 r214551 4 4 Plugin URI: http://neop.gbtopia.com/?p=108 5 5 Description: Automatically create posts with your delicious bookmarks. 6 Version: 2.8 6 Version: 2.8.1 7 7 Author: Pablo Gomez 8 8 Author URI: http://neop.gbtopia.com … … 772 772 if(get_option('nd_service') == 0) 773 773 update_option('nd_username','http://feeds.delicious.com/v2/rss/'.urlencode(get_option('nd_username'))); 774 $nd_version = 280; 774 775 } 775 776 update_option('nd_version',$nd_version);
Note: See TracChangeset
for help on using the changeset viewer.