PDF Embedder - Version 1.2.1

Version Description

Fixed 'scrollbars' in IE.

Download this release

Release Info

Developer danlester
Plugin Icon 128x128 PDF Embedder
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

Files changed (3) hide show
  1. css/pdfemb-embed-pdf.css +1 -1
  2. pdf_embedder.php +1 -1
  3. readme.txt +7 -3
css/pdfemb-embed-pdf.css CHANGED
@@ -1,6 +1,6 @@
1
 
2
  div.pdfemb-viewer {
3
- overflow: scroll;
4
  line-height: 1;
5
  margin: 0px;
6
  padding: 0px;
1
 
2
  div.pdfemb-viewer {
3
+ overflow: hidden;
4
  line-height: 1;
5
  margin: 0px;
6
  padding: 0px;
pdf_embedder.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: PDF Embedder
5
  * Plugin URI: http://wp-pdf.com/
6
  * Description: Embed PDFs straight into your posts and pages, with flexible width and height. No third-party services required.
7
- * Version: 1.2
8
  * Author: Dan Lester
9
  * Author URI: http://wp-pdf.com/
10
  * License: GPL3
4
  * Plugin Name: PDF Embedder
5
  * Plugin URI: http://wp-pdf.com/
6
  * Description: Embed PDFs straight into your posts and pages, with flexible width and height. No third-party services required.
7
+ * Version: 1.2.1
8
  * Author: Dan Lester
9
  * Author URI: http://wp-pdf.com/
10
  * License: GPL3
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: danlester
3
  Tags: doc, docx, pdf, office, powerpoint, google, document, embed, intranet
4
  Requires at least: 3.3
5
- Tested up to: 4.1
6
- Stable tag: 1.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -54,7 +54,7 @@ Resizing works as follows:
54
 
55
  The height will be calculated so that the document fits naturally, given the width already calculated.
56
 
57
- It is possible to specify a fixed height (e.g. height="200"), in which case the document may be cut off vertically and will need to be scrolled to see the whole page.
58
  The height will be reduced to fit if it is larger than needed to display the document correctly.
59
 
60
  Toolbar Location
@@ -104,6 +104,10 @@ the Plugins section of your Wordpress admin
104
 
105
  == Changelog ==
106
 
 
 
 
 
107
  = 1.2 =
108
 
109
  Fixed 'scrollbar' issues.
2
  Contributors: danlester
3
  Tags: doc, docx, pdf, office, powerpoint, google, document, embed, intranet
4
  Requires at least: 3.3
5
+ Tested up to: 4.2
6
+ Stable tag: 1.2.1
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
54
 
55
  The height will be calculated so that the document fits naturally, given the width already calculated.
56
 
57
+ It is possible to specify a fixed height (e.g. height="200"), in which case the document may be cut off vertically.
58
  The height will be reduced to fit if it is larger than needed to display the document correctly.
59
 
60
  Toolbar Location
104
 
105
  == Changelog ==
106
 
107
+ = 1.2.1 =
108
+
109
+ Fixed 'scrollbars' in IE.
110
+
111
  = 1.2 =
112
 
113
  Fixed 'scrollbar' issues.