Changeset 1042550
- Timestamp:
- 12/11/2014 09:05:28 AM (11 years ago)
- Location:
- pdf24-post-to-pdf/trunk
- Files:
-
- 2 edited
-
inc/config.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pdf24-post-to-pdf/trunk/inc/config.php
r760619 r1042550 18 18 19 19 //Url to pdf24.org service 20 $pdf24Plugin['serviceUrl'] = 'http ://doc2pdf.pdf24.org/wordpress.php';20 $pdf24Plugin['serviceUrl'] = 'https://doc2pdf.pdf24.org/wordpress.php'; 21 21 22 22 //target name for opened windows … … 24 24 25 25 //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();"; 27 27 28 28 //js code to do a callback when creating a PDF -
pdf24-post-to-pdf/trunk/readme.txt
r911043 r1042550 4 4 Tags: pdf, create pdf, convert to pdf, article to pdf, pdf plugin, pdf widget 5 5 Requires at least: 1.5.0 6 Tested up to: 3.9.17 Stable tag: 3. 7.06 Tested up to: 4.0.1 7 Stable tag: 3.8.0 8 8 9 9 A plugin to create PDF files of articles in your blog. … … 116 116 117 117 == Changelog == 118 119 = 3.8.0 = 120 * Added support for SSL pages 118 121 119 122 = 3.7.0 =
Note: See TracChangeset
for help on using the changeset viewer.