Plugin Directory

Changeset 1042550


Ignore:
Timestamp:
12/11/2014 09:05:28 AM (11 years ago)
Author:
pdf24
Message:

SSL pages support added

Location:
pdf24-post-to-pdf/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pdf24-post-to-pdf/trunk/inc/config.php

    r760619 r1042550  
    1818
    1919//Url to pdf24.org service
    20 $pdf24Plugin['serviceUrl'] = 'http://doc2pdf.pdf24.org/wordpress.php';
     20$pdf24Plugin['serviceUrl'] = 'https://doc2pdf.pdf24.org/wordpress.php';
    2121
    2222//target name for opened windows
     
    2424
    2525//js code to open the target window
    26 $pdf24Plugin['jsOpenTargetWin'] = "var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=400,height=200,top=0,left=0'); pdf24Win.focus();";
     26$pdf24Plugin['jsOpenTargetWin'] = "var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=500,height=250,left='+(screen.width/2-250)+',top='+(screen.height/3-125)+''); pdf24Win.focus();";
    2727
    2828//js code to do a callback when creating a PDF
  • pdf24-post-to-pdf/trunk/readme.txt

    r911043 r1042550  
    44Tags: pdf, create pdf, convert to pdf, article to pdf, pdf plugin, pdf widget
    55Requires at least: 1.5.0
    6 Tested up to: 3.9.1
    7 Stable tag: 3.7.0
     6Tested up to: 4.0.1
     7Stable tag: 3.8.0
    88
    99A plugin to create PDF files of articles in your blog.
     
    116116
    117117== Changelog ==
     118
     119= 3.8.0 =
     120* Added support for SSL pages
    118121
    119122= 3.7.0 =
Note: See TracChangeset for help on using the changeset viewer.