PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.5
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.5
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
← All changes | readme.txt +13 -79 1.7.5 → 1.5 View file →
@@ -1,11 +1,11 @@
1 1 === PDF & Print ===
2 2 Contributors: bestwebsoft
3 -Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
4 -Tags: archive pdf, generate pdf, generate pdf content, generate post pdf, pdf, pdf and print, pdf button, pdf content, pdf custom post type, pdf page, pdf post, pdf print, pdf print button, pdf print content, pdf print portfolio, pdf print plugin, pdf search results, print, print button, print content, print custom post type, print page, print post, print post content, printing output, shortcode
3 +Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4 +Tags: pdf, print, pdf print, pdf and print, pdf button, print button, pdf print button, print content, pdf content, pdf print content, pdf post, print post, print post content, generate pdf, generate pdf content, generate post pdf
5 5 Requires at least: 3.0
6 -Tested up to: 4.0
7 -Stable tag: 1.7.5
6 +Tested up to: 3.7.1
7 +Stable tag: 1.5
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10
11 11 Add PDF and Print button to your WordPress website.
@@ -13,16 +13,11 @@
13 13 == Description ==
14 14
15 15 PDF & Print allows you in the easiest and most flexible way to create PDF and Print page with adding appropriate buttons to the content. PDF & Print using mpdf library under GPLv2 license.
16 16
17 -http://www.youtube.com/watch?v=EM6AEkD9M_s
18 -
19 17 <a href="http://wordpress.org/plugins/pdf-print/faq/" target="_blank">FAQ</a>
20 -
21 18 <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
22 19
23 -<a href="http://bestwebsoft.com/plugin/pdf-print-pro/?k=6a544b359e625de8281a635315d84a70" target="_blank">Upgrade to Pro Version</a>
24 -
25 20 = Features =
26 21
27 22 * Actions: Ability to create PDF and Print page with adding appropriate buttons to the content.
28 23 * Actions: Ability to create PDF and Print search results and pages of archives with adding appropriate buttons to the content.
@@ -27,9 +22,9 @@
27 22 * Actions: Ability to create PDF and Print page with adding appropriate buttons to the content.
28 23 * Actions: Ability to create PDF and Print search results and pages of archives with adding appropriate buttons to the content.
29 24 * Actions: Ability to create PDF and Print content from custom post type with adding appropriate buttons to the content.
30 25 * Actions: Ability to create PDF and Print portfolio or single portfolio for Portfolio plugin (powered by bestwebsoft.com) with adding appropriate buttons to the content.
31 -* Actions: Ability to use execution of shortcode in pdf and printing output.
26 +* Actions: Ability to use execution of shorcodes in pdf and printing output.
32 27 * Display: This plugin allows you to select the position of buttons in content (top left, top right, bottom left, bottom right), search or archives pages or custom post type (align left, align right).
33 28
34 29 = Recommended Plugins =
35 30
@@ -35,11 +30,11 @@
35 30
36 31 The author of the PDF & Print also recommends the following plugins:
37 32
38 33 * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
39 -There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=d74ca3ffdf910e4ec8ee8774573e7b67">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
34 +There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=d74ca3ffdf910e4ec8ee8774573e7b67">Updater Pro</a> with more useful features available. It allows to update plugins and WordPress core on several websites. It can make backup of all your files and database before updating.
40 35
41 -= Translation =
36 += Translate =
42 37
43 38 * Russian (ru_RU)
44 39 * Ukrainian (uk)
45 40
@@ -57,12 +52,10 @@
57 52 == Installation ==
58 53
59 54 1. Upload `pdf-print` folder to the `/wp-content/plugins/` directory.
60 55 2. Activate the plugin via the 'Plugins' menu in WordPress.
61 -3. Plugin settings are located in "BWS Plugins" > "PDF & Print".
56 +3. Plugin settings are located in 'Settings', 'PDF & Print Settings'.
62 57
63 -View a <a href="https://docs.google.com/document/d/1Wwins2PmrzAYiEgFZDtRzMNDq9Sr7XDeqjGNm7b-oi8/edit" target="_blank">Step-by-step Instruction on PDF & Print Installation</a>
64 -
65 58 == Frequently Asked Questions ==
66 59
67 60 = How to change position buttons in content =
68 61
@@ -84,30 +77,22 @@
84 77 = Menu to generate pdf file is not displayed in the adminbar for administrator =
85 78
86 79 Menu to generate pdf documents is displayed if you are an administrator only in the pages of the archives and if there is at least one search result.
87 80
88 -= Buttons do not appear on portfolio and portfolio page =
81 += Buttons do not appear on potfolio and porfolio page =
89 82
90 83 In order to display PDF and Print Buttons of Portfolio plugin for the post it is necessary to insert the source code <?php if ( function_exists( 'pdfprnt_show_buttons_for_bws_portfolio_post' ) ) echo pdfprnt_show_buttons_for_bws_portfolio_post(); ?> in files portfolio.php or portfolio-post.php which are located in the template.
91 84
92 85 In order to display PDF and Print Buttons of Portfolio plugin for all posts on a page it is neessary to insert the source code <?php if ( function_exists( 'pdfprnt_show_buttons_for_bws_portfolio' ) ) echo pdfprnt_show_buttons_for_bws_portfolio(); ?> in file portfolio.php which is located in the template.
93 86
94 -= Why are PDF and Print buttons not displayed in the custom post type =
87 += Why are PDF and Print buttons not diplayed in the custom post type =
95 88
96 -In order to display PDF and Print Buttons of Portfolio plugin for custom post type it is necessary to insert the source code <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( $query_posts ); ?> where you need to specify query parameters for your custom post. For example: <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?> or <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( array( 'post_type' => 'gallery', 'orderby' => 'post_date' ) ); ?>. To find more information on syntax for assigning parameters to function see <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Parameters">here</a>.
89 +In order to display PDF and Print Buttons of Portfolio plugin for custom post type it is neessary to insert the source code <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( $query_posts ); ?> where you need to specify query parameters for your custom post. For example: <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?> or <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) ) echo pdfprnt_show_buttons_for_custom_post_type( array( 'post_type' => 'gallery', 'orderby' => 'post_date' ) ); ?>. To find more information on syntax for assigning parameters to function see <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Parameters">here</a>.
97 90
98 -= If I have shortcode on the page, but I don't want them to be printed (add to pdf) =
91 += If I have shorcodes on the page, but I don't want them to be printed (add to pdf) =
99 92
100 -Go to the Settings page and unmark checkbox 'Settings for shortcode'.
93 +Go to the Settings page and unmark checkbox 'Settings for shorcodes'.
101 94
102 -= I have some problems with the plugin's work. What Information should I provide to receive proper support? =
103 -
104 -Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
105 -1. the link to the page where the problem occurs
106 -2. the name of the plugin and its version. If you are using a pro version - your order number.
107 -3. the version of your WordPress installation
108 -4. copy and paste into the message your system status report. Please read more here: <a href="https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit" target="_blank">Instuction on System Status</a>
109 -
110 95 == Screenshots ==
111 96
112 97 1. Page settings for the PDF & Print in admin panel.
113 98 2. Displaying buttons pdf and print in the post on your WordPress website.
@@ -117,38 +102,8 @@
117 102 6. PDF output page example.
118 103
119 104 == Changelog ==
120 105
121 -= V1.7.5 - 07.08.2014 =
122 -* Budfix : Security Exploit was fixed.
123 -
124 -= V1.7.4 - 06.08.2014 =
125 -* Update : We updated all functionality for wordpress 4.0-beta2.
126 -* Budfix : Bug with Warning output in Dashboard was fixed.
127 -
128 -= V1.7.3 - 28.05.2014 =
129 -* Update : We updated all functionality for wordpress 3.9.1.
130 -* Update : The Ukrainian language is updated in the plugin.
131 -* Bugfix : Bug with dispalying error while searching in admin area was fixed.
132 -
133 -= V1.7.2 - 14.04.2014 =
134 -* Update : We updated all functionality for wordpress 3.8.2.
135 -
136 -= V1.7.1 - 05.03.2014 =
137 -* Bugfix : Plugin optimization is done.
138 -* Update : Plugin tabs is added.
139 -
140 -= V1.7 - 21.02.2014 =
141 -* New : We added posibility to turn on showing of Printer choosing window.
142 -* Update : Screenshots are updated.
143 -* Update : We updated all functionality for wordpress 3.8.1.
144 -
145 -= V1.6 - 16.01.2014 =
146 -* Update : BWS plugins section is updated.
147 -* Update : We updated all functionality for wordpress 3.8.
148 -* Bugfix : Problem with PDF and Print buttons on static homepage is fixed.
149 -* Bugfix : Problem with Chinese, Japanese and rtl languages is fixed.
150 -
151 106 = V1.5 - 01.11.2013 =
152 107 * Update : We updated all functionality for wordpress 3.7.1.
153 108 * Update : Activation of radio button or checkbox by clicking on its label.
154 109 * NEW : Add checking installed wordpress version.
@@ -172,29 +127,8 @@
172 127 = V1.0 - 05.03.2012 =
173 128 * NEW : Added the ability to output PDF and Print buttons on the type of page.
174 129
175 130 == Upgrade Notice ==
176 -
177 -= V1.7.5 =
178 -Security Exploit was fixed.
179 -
180 -= V1.7.4 =
181 -We updated all functionality for wordpress 4.0-beta2. Bug with Warning output in Dashboard was fixed.
182 -
183 -= V1.7.3 =
184 -We updated all functionality for wordpress 3.9.1. The Ukrainian language is updated in the plugin. Bug with dispalying error while searching in admin area was fixed.
185 -
186 -= V1.7.2 =
187 -We updated all functionality for wordpress 3.8.2.
188 -
189 -= V1.7.1 =
190 -Plugin optimization is done. Plugin tabs is added.
191 -
192 -= V1.7 =
193 -We added posibility to turn on showing of Printer choosing window. Screenshots are updated. We updated all functionality for wordpress 3.8.1.
194 -
195 -= V1.6 =
196 -BWS plugins section is updated. We updated all functionality for wordpress 3.8. Problem with PDF and Print buttons on static homepage is fixed. Problem with Chinese, Japanese and rtl languages is fixed.
197 131
198 132 = V1.5 =
199 133 We updated all functionality for wordpress 3.7.1. Activation of radio button or checkbox by clicking on its label. Add checking installed wordpress version.
200 134