Embed PDF - Version 1.0.6

Version Description

Download this release

Release Info

Developer pathawks
Plugin Icon wp plugin Embed PDF
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

Files changed (2) hide show
  1. embed.php +2 -2
  2. readme.txt +7 -1
embed.php CHANGED
@@ -7,7 +7,7 @@ Author: Pat Hawks
7
  Author URI: http://pathawks.com
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
- Version: 1.0.5
11
 
12
  Copyright 2014 Pat Hawks (email : pat@pathawks.com)
13
 
@@ -97,7 +97,7 @@ function dirtysuds_embed_pdf( $matches, $atts, $url, $rawattr=null ) {
97
  '</object>'.
98
  '<![endif]-->';
99
 
100
- return apply_filters( 'embed_pdf', $embed, $matches, $attr, $url, $rawattr );
101
  }
102
 
103
  function dirtysuds_embed_pdf_rate($links,$file) {
7
  Author URI: http://pathawks.com
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
+ Version: 1.0.6
11
 
12
  Copyright 2014 Pat Hawks (email : pat@pathawks.com)
13
 
97
  '</object>'.
98
  '<![endif]-->';
99
 
100
+ return apply_filters( 'embed_pdf', $embed, $matches, $atts, $url, $rawattr );
101
  }
102
 
103
  function dirtysuds_embed_pdf_rate($links,$file) {
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 2.9
8
  Tested up to: 3.9.1
9
- Stable tag: 1.0.5
10
 
11
  Adds pseudo oembed support for PDF documents
12
 
@@ -45,6 +45,9 @@ plugins@dirtysuds.com
45
 
46
  == Changelog ==
47
 
 
 
 
48
  = 1.04 =
49
  * Changed URL for Google Docs Viewer to reflect change that Google made
50
 
@@ -63,5 +66,8 @@ plugins@dirtysuds.com
63
 
64
  == Upgrade Notice ==
65
 
 
 
 
66
  = 1.04 =
67
  * Fixed problem with Google Docs viewer. Upgrade immediately.
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 2.9
8
  Tested up to: 3.9.1
9
+ Stable tag: 1.0.6
10
 
11
  Adds pseudo oembed support for PDF documents
12
 
45
 
46
  == Changelog ==
47
 
48
+ = 1.06 =
49
+ * Bugfix
50
+
51
  = 1.04 =
52
  * Changed URL for Google Docs Viewer to reflect change that Google made
53
 
66
 
67
  == Upgrade Notice ==
68
 
69
+ = 1.06 =
70
+ * Important bugfix
71
+
72
  = 1.04 =
73
  * Fixed problem with Google Docs viewer. Upgrade immediately.