Version Description
- Added: Notice on settings page about recent changes to Google Viewer.
Download this release
Release Info
Developer | danlester |
Plugin | Google Doc Embedder |
Version | 2.5.18 |
Comparing to | |
See all releases |
Code changes from version 2.5.17 to 2.5.18
- gviewer.php +1 -1
- libs/lib-profile.php +4 -0
- options.php +4 -0
- readme.txt +24 -15
gviewer.php
CHANGED
@@ -8,7 +8,7 @@ Author: Kevin Davis
|
|
8 |
Author URI: http://www.davistribe.org/
|
9 |
Text Domain: gde
|
10 |
Domain Path: /languages/
|
11 |
-
Version: 2.5.
|
12 |
License: GPLv2
|
13 |
*/
|
14 |
|
8 |
Author URI: http://www.davistribe.org/
|
9 |
Text Domain: gde
|
10 |
Domain Path: /languages/
|
11 |
+
Version: 2.5.18
|
12 |
License: GPLv2
|
13 |
*/
|
14 |
|
libs/lib-profile.php
CHANGED
@@ -56,6 +56,10 @@ function gde_profile_form( $id = 1 ) {
|
|
56 |
?>
|
57 |
</select><br/>
|
58 |
<span class="gde-fnote" id="viewer-h"></span>
|
|
|
|
|
|
|
|
|
59 |
</td>
|
60 |
</tr>
|
61 |
</tbody>
|
56 |
?>
|
57 |
</select><br/>
|
58 |
<span class="gde-fnote" id="viewer-h"></span>
|
59 |
+
|
60 |
+
<p><b>To find out why Enhanced Mode is no longer available, see the notice on our
|
61 |
+
<a href="https://wordpress.org/plugins/google-document-embedder/" target="_blank">plugin homepage</a>.
|
62 |
+
</b></p>
|
63 |
</td>
|
64 |
</tr>
|
65 |
</tbody>
|
options.php
CHANGED
@@ -167,6 +167,10 @@ if ( ! $import ) {
|
|
167 |
<div class="icon32" id="icon-options-general"></div>
|
168 |
<h2>Google Doc Embedder <?php _e('Settings', 'gde'); ?></h2>
|
169 |
|
|
|
|
|
|
|
|
|
170 |
<div id="gdeadmintabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
171 |
<ul class="nav-tab-wrapper ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
172 |
<?php
|
167 |
<div class="icon32" id="icon-options-general"></div>
|
168 |
<h2>Google Doc Embedder <?php _e('Settings', 'gde'); ?></h2>
|
169 |
|
170 |
+
<p><em>Please see the notice on our
|
171 |
+
<a href="https://wordpress.org/plugins/google-document-embedder/" target="_blank">plugin homepage</a> to find out about recent changes to the Google Viewer.
|
172 |
+
</em></p>
|
173 |
+
|
174 |
<div id="gdeadmintabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
175 |
<ul class="nav-tab-wrapper ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
176 |
<?php
|
readme.txt
CHANGED
@@ -1,22 +1,35 @@
|
|
1 |
=== Google Doc Embedder ===
|
2 |
-
Contributors:
|
3 |
-
Tags: doc, docx, pdf, ppt, pptx, xls,
|
4 |
Author URI: http://www.davistribe.org/code/
|
5 |
Donate link: http://www.davistribe.org/gde/donate/
|
6 |
Requires at least: 3.5
|
7 |
-
Tested up to: 4.
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
-
Lets you embed PDF, MS Office, and many other file types in a web page using the Google Docs Viewer (no Flash or PDF browser plug-ins required).
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
-
finding another maintainer, this plugin only works in "Standard Viewer" mode for the time being and does not support the full feature set documented. I regret
|
17 |
-
this inconvenience.**
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
* Adobe Acrobat (PDF)
|
22 |
* Microsoft Word (DOC/DOCX*)
|
@@ -33,11 +46,6 @@ Google Doc Embedder lets you embed several types of files into your WordPress pa
|
|
33 |
* XML Paper Specification (XPS)
|
34 |
* Archive Files (ZIP/RAR)
|
35 |
|
36 |
-
Similar to services like Scribd, Google Doc Embedder will allow you to embed these files directly into your page or post, not requiring
|
37 |
-
the user to have Microsoft Word, Adobe Reader, PowerPoint, or other software installed to view the contents. Unlike Scribd, the files do
|
38 |
-
not need to be uploaded to any service first - including Google Docs - but can exist anywhere publicly accessible on your site or the
|
39 |
-
internet.
|
40 |
-
|
41 |
Office XML (2007+) file formats are sometimes problematic with Google Viewer. Please test your documents, and when possible I recommend
|
42 |
you use the Office 2003 equivalent formats instead.
|
43 |
|
@@ -141,6 +149,9 @@ More common questions are answered on the GDE web site [here](http://www.davistr
|
|
141 |
|
142 |
(E) Enhanced Viewer
|
143 |
|
|
|
|
|
|
|
144 |
= 2.5.17 =
|
145 |
* Fixed: Potential security vulnerability in disabled enhanced viewer code
|
146 |
|
@@ -238,5 +249,3 @@ More common questions are answered on the GDE web site [here](http://www.davistr
|
|
238 |
|
239 |
== Upgrade Notice ==
|
240 |
|
241 |
-
= 2.5.13 =
|
242 |
-
Maintenance release
|
1 |
=== Google Doc Embedder ===
|
2 |
+
Contributors: danlester, k3davis
|
3 |
+
Tags: doc, docx, pdf, ppt, pptx, xls, office, powerpoint, google, document, embed
|
4 |
Author URI: http://www.davistribe.org/code/
|
5 |
Donate link: http://www.davistribe.org/gde/donate/
|
6 |
Requires at least: 3.5
|
7 |
+
Tested up to: 4.1
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
+
Lets you embed PDF, MS Office, and many other file types in a web page using the free Google Docs Viewer (no Flash or PDF browser plug-ins required).
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Google Doc Embedder lets you embed several types of files into your WordPress pages using the free Google Docs Viewer - allowing inline viewing (and optional downloading) of a wide range of popular file types, with no Flash or PDF browser plug-ins required.
|
|
|
|
|
16 |
|
17 |
+
> <strong>NOTE: Recent changes by Google to their viewer mean that some other plugins may be more suitable in some cases:</strong><br>
|
18 |
+
>
|
19 |
+
> * If you are able to store your files in Google Drive, try the [Google Drive Embedder plugin](http://wp-glogin.com/wpgoogledoctodrive). This will be faster to display, and more reliable.
|
20 |
+
> * If you are looking for mobile-friendly PDF embedding, or the ability to make it difficult to download the full PDF (the old 'enhanced mode'), please find out more about [our proposed new plugin](http://pdf-embedder.instapage.com/).
|
21 |
+
> * If this plugin works as you require then we will continue to support it assuming Google still provides the underlying Doc Viewer in its current form!
|
22 |
+
>
|
23 |
+
> This plugin only works in "Standard Viewer" mode for the time being since the recent changes to Google Doc Viewer were incompatible with the "Enhanced Viewer" mode.
|
24 |
+
|
25 |
+
= More about Google Doc Embedder =
|
26 |
+
|
27 |
+
Similar to services like Scribd, Google Doc Embedder will allow you to embed these files directly into your page or post, not requiring
|
28 |
+
the user to have Microsoft Word, Adobe Reader, PowerPoint, or other software installed to view the contents. Unlike Scribd, the files do
|
29 |
+
not need to be uploaded to any service first - including Google Docs - but can exist anywhere publicly accessible on your site or the
|
30 |
+
internet.
|
31 |
+
|
32 |
+
Supported file formats include:
|
33 |
|
34 |
* Adobe Acrobat (PDF)
|
35 |
* Microsoft Word (DOC/DOCX*)
|
46 |
* XML Paper Specification (XPS)
|
47 |
* Archive Files (ZIP/RAR)
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
Office XML (2007+) file formats are sometimes problematic with Google Viewer. Please test your documents, and when possible I recommend
|
50 |
you use the Office 2003 equivalent formats instead.
|
51 |
|
149 |
|
150 |
(E) Enhanced Viewer
|
151 |
|
152 |
+
= 2.5.18 =
|
153 |
+
* Added: Notice on settings page about recent changes to Google Viewer.
|
154 |
+
|
155 |
= 2.5.17 =
|
156 |
* Fixed: Potential security vulnerability in disabled enhanced viewer code
|
157 |
|
249 |
|
250 |
== Upgrade Notice ==
|
251 |
|
|
|
|