Plugin Directory

Changeset 954964


Ignore:
Timestamp:
07/25/2014 07:09:42 PM (12 years ago)
Author:
legendarydrew
Message:

Updated to version 2.1.1 with new screenshots.

Location:
cuusoo-list
Files:
12 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • cuusoo-list/trunk/cuusoolist.php

    r951919 r954964  
    44 Description: Displays a list of specified LEGO® Ideas (formerly CUUSOO) projects in a widget.
    55 Author: Drew Maughan
    6  Version: 2.1
     6 Version: 2.1.1
    77 Author URI: http://perfectzerolabs.com
    88*/
     
    145145                break;
    146146
    147             case 'update':
    148                 // Updating a LEGO Ideas project without fetching data.
    149                 self::$message_id = CUUSOOList::_project_update();
    150                 break;
    151 
    152147            case 'delete':
    153148                // Deleting (or rather removing) a LEGO Ideas project.
     
    409404
    410405            // The author.
    411             preg_match('/media-body".*tile-author">(\w*)<\/a>/is', $page, $author);
     406            preg_match('/section class="tile created-by-tile">(.*)<\/section>/is', $page, $creator);
     407            preg_match('/tile-author">([A-Za-z0-9]*)<\/a>/i', $creator[1], $author);
    412408
    413409            // The number of supporters.
  • cuusoo-list/trunk/readme.txt

    r951917 r954964  
    6060== Screenshots ==
    6161
    62 1. This is the default interface: the API data fetching method is selected by default.
    63 2. This is the interface when the page scrape method is selected: note the presence of extra columns in the list.
    64 3. A demonstration of the default CUUSOO List widget.
     621. This is the CUUSOO List interface.
     632. The widgets made available by CUUSOO List.
     643. A demonstration of a customised CUUSOO List widget.
    6565
    6666== Frequently Asked Questions ==
     
    7373
    7474== Changelog ==
     75
     76= 2.1.1 =
     77* Corrected fetching the project owners' usernames from projects.
    7578
    7679= 2.1 =
     
    112115== Disclaimer ==
    113116
    114 LEGO is trademark of The LEGO Group. CUUSOO is a trademark of CUUSOO SYSTEM Co., Ltd. and Elephant Design Co. Ltd.
     117LEGO is a trademark of The LEGO Group. CUUSOO is a trademark of CUUSOO SYSTEM Co., Ltd. and Elephant Design Co. Ltd.
    115118Neither of these companies has anything to do with this plugin.
Note: See TracChangeset for help on using the changeset viewer.