Plugin Directory

Changeset 214551


Ignore:
Timestamp:
03/07/2010 04:34:54 PM (16 years ago)
Author:
neop
Message:

updated to 2.8.1

Location:
postalicious
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postalicious/tags/2.8/readme.txt

    r214366 r214551  
    6363
    6464== Version History ==
     65
     66= Version 2.8 =
     67
     68* Fixed a bug where Postalicious kept updating the delicious URL.
    6569
    6670= Version 2.8 =
  • postalicious/tags/2.8/wp-postalicious.php

    r214366 r214551  
    44Plugin URI: http://neop.gbtopia.com/?p=108
    55Description: Automatically create posts with your delicious bookmarks.
    6 Version: 2.8
     6Version: 2.8.1
    77Author: Pablo Gomez
    88Author URI: http://neop.gbtopia.com
     
    772772        if(get_option('nd_service') == 0)
    773773            update_option('nd_username','http://feeds.delicious.com/v2/rss/'.urlencode(get_option('nd_username')));
     774        $nd_version = 280;
    774775    }
    775776    update_option('nd_version',$nd_version);
  • postalicious/trunk/readme.txt

    r214365 r214551  
    6363
    6464== Version History ==
     65
     66= Version 2.8 =
     67
     68* Fixed a bug where Postalicious kept updating the delicious URL.
    6569
    6670= Version 2.8 =
  • postalicious/trunk/wp-postalicious.php

    r214365 r214551  
    44Plugin URI: http://neop.gbtopia.com/?p=108
    55Description: Automatically create posts with your delicious bookmarks.
    6 Version: 2.8
     6Version: 2.8.1
    77Author: Pablo Gomez
    88Author URI: http://neop.gbtopia.com
     
    772772        if(get_option('nd_service') == 0)
    773773            update_option('nd_username','http://feeds.delicious.com/v2/rss/'.urlencode(get_option('nd_username')));
     774        $nd_version = 280;
    774775    }
    775776    update_option('nd_version',$nd_version);
Note: See TracChangeset for help on using the changeset viewer.