Plugin Directory

Changeset 354076


Ignore:
Timestamp:
03/02/2011 09:53:46 AM (15 years ago)
Author:
jocken
Message:
 
Location:
wp-issuu-viewer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-issuu-viewer/trunk/readme.txt

    r354075 r354076  
    11=== WP Issuu Viewer ===
    2 Version: 2.0
     2Version: 3.0
    33Stable tag: trunk
    44Contributors: jocken
    55Tags: Issuu, pdf, flash, publish
    66Requires at least: 3.0
    7 Tested up to: 3.0.4
     7Tested up to: 3.1
    88
    99
  • wp-issuu-viewer/trunk/wpissuu.php

    r354075 r354076  
    189189    // This connects you to your account
    190190    // DON'T TOUCH THIS ONE
    191     $signature = md5($apisign . 'actionissuu.documents.listapiKey' . $apikey . 'documentStatesAformatxmlorgDocTypespdf,docpageSize10startIndex0');
    192     $xmlapi = 'http://api.issuu.com/1_0?action=issuu.documents.list&apiKey='. $apikey. '&startIndex=0&pageSize=10&documentStates=A&format=xml&orgDocTypes=pdf,doc&signature='. $signature;
     191    $signature = md5($apisign . 'actionissuu.documents.listapiKey' . $apikey . 'documentStatesAformatxmlorgDocTypespdfpageSize10startIndex0');
     192    $xmlapi = 'http://api.issuu.com/1_0?action=issuu.documents.list&apiKey='. $apikey. '&startIndex=0&pageSize=10&documentStates=A&format=xml&orgDocTypes=pdf&signature='. $signature;
    193193    //BELOW HERE YOU CAN MODIFY
    194194   
Note: See TracChangeset for help on using the changeset viewer.