-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
702d8b0
commit 078197c
Showing
3 changed files
with
22 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
**Tags:** embed documents, upload pdf, embed ppt, document viewer, pdf viewer, pdf viewer plugin, display pdf, embed pdf, embed pdf in wordpress, word, word viewer, word document, embed word, word plugin, doc, doc viewer, docx, docx viewer, excel, excel plugin, xls, xlsx, spreadsheet, embed spreadsheet, powerpoint, powerpoint viewer, ppt, ppt viewer, pptx, image viewer | ||
**Author URI:** http://awsm.in | ||
**Requires at least:** 3.5 | ||
**Tested up to:** 4.9.2 | ||
**Stable tag:** 2.3.2 | ||
**Tested up to:** 5.0 | ||
**Stable tag:** 2.4 | ||
**License:** GPLv2 | ||
|
||
Easiest way to upload and display PDF, MS Office and more documents on your WordPress website using Google Docs Viewer or Microsoft Office Online. | ||
|
@@ -90,6 +90,11 @@ Great. Send it to [email protected]. We will answer it as soon as we can. | |
|
||
## Changelog | ||
|
||
**V 2.4 - 2018-12-06** | ||
* Added Gutenberg Support. New Document Block is added. | ||
* Fixed: Disabled Microsoft viewer support for unsupported extensions | ||
* Fixed: Localization issues | ||
|
||
**V 2.3.2 - 2018-01-24** | ||
* Focus added when modal window opens | ||
|
||
|
@@ -101,10 +106,7 @@ Great. Send it to [email protected]. We will answer it as soon as we can. | |
* Added title for the embed iframe | ||
* Other minor bug fixes | ||
|
||
**V 2.2.5 - 2017-05-03** | ||
* Minor bug fixes and enhancements | ||
|
||
**V 2.2.5 - 2016-05-12** | ||
**V 2.2.5 - 2017-05-12** | ||
* Minor bug fixes and enhancements | ||
|
||
View complete Changelog in [CHANGELOG.MD](https://github.com/awsmin/Embed-Any-Documents/blob/master/CHANGELOG.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
=== Embed Any Document === | ||
Contributors: awsmin | ||
Donate link: http://awsm.in/donate | ||
Tags: embed documents, upload pdf, embed ppt, document viewer, pdf viewer, pdf viewer plugin, display pdf, embed pdf, embed pdf in wordpress, word, word viewer, word document, embed word, word plugin, doc, doc viewer, docx, docx viewer, excel, excel plugin, xls, xlsx, spreadsheet, embed spreadsheet, powerpoint, powerpoint viewer, ppt, ppt viewer, pptx, image viewer | ||
Author URI: http://awsm.in | ||
Requires at least: 3.5 | ||
Tested up to: 4.9.2 | ||
Tested up to: 5.0 | ||
Stable tag: trunk | ||
License: GPLv2 | ||
|
||
|
@@ -81,6 +80,11 @@ Great. Send it to [email protected]. We will answer it as soon as we can. | |
|
||
== Changelog == | ||
|
||
= V 2.4 - 2018-12-06 = | ||
* Added Gutenberg Support. New Document Block is added. | ||
* Fixed: Disabled Microsoft viewer support for unsupported extensions | ||
* Fixed: Localization issues | ||
|
||
= V 2.3.2 - 2018-01-24 = | ||
* Focus added when modal window opens | ||
|
||
|
@@ -92,110 +96,12 @@ Great. Send it to [email protected]. We will answer it as soon as we can. | |
* Added title for the embed iframe | ||
* Other minor bug fixes | ||
|
||
= V 2.2.5 - 2017-05-03 = | ||
* Minor bug fixes and enhancements | ||
|
||
= V 2.2.5 - 2016-05-12 = | ||
* Minor bug fixes and enhancements | ||
|
||
= V 2.2.4 - 2016-04-04 = | ||
|
||
* Minor bug fix | ||
|
||
= V 2.2.3 - 2016-04-04 = | ||
|
||
* Added option to change download link text | ||
* Responsive height support for embeds | ||
* Language compatibility fixes | ||
|
||
= V 2.2.2 - 2016-03-10 = | ||
* Added ppsx support. | ||
|
||
= V 2.2.1 - 2015-10-03 = | ||
* New Language localization. | ||
|
||
= V 2.2 - 2015-06-24 = | ||
* Replaced magnific popup with thickbox. | ||
* Fixed: Media library serach bug. | ||
* UI Improvements | ||
|
||
= V 2.1 - 2015-01-25 = | ||
* Missing image fix. | ||
* Error handling. | ||
|
||
= V 2.0 - 2014-12-31 = | ||
* UI Improvements | ||
* Various bug fixes | ||
* Performance improvements | ||
* Introduced plus version with cloud support | ||
|
||
= V 1.0.2 - 2014-11-24 = | ||
* Added option in advanced option to choose viewer. | ||
* Added option in settings to enable and disable media library insert. | ||
* Fixed: Editor permission issue. | ||
|
||
= V 1.1.1- 2014-12-8 = | ||
* Removed media insert override option. | ||
|
||
= V 1.0.1 - 2014-11-12 = | ||
* Removed unsupported file types. | ||
* Updated support tab. | ||
|
||
= V 1.1 - 2014-11-12 = | ||
* File Not Found fix | ||
|
||
[See changelog of previous versions](https://raw.githubusercontent.com/awsmin/Embed-Any-Documents/master/CHANGELOG.md) | ||
|
||
== Upgrade Notice == | ||
|
||
= V 2.3.1 - 2017-06-28 = | ||
* Minor bug fixes and enhancements | ||
|
||
= V 2.3 - 2017-05-12 = | ||
* UI improvements | ||
* Added title for the embed iframe | ||
* Other minor bug fixes | ||
|
||
= V 2.2.5 - 2017-05-03 = | ||
* Minor bug fixes and enhancements | ||
|
||
= V 2.2.5 - 2016-05-12 = | ||
* Minor bug fixes and enhancements | ||
|
||
= V 2.2.4 - 2016-04-04 = | ||
* Minor bug fix | ||
|
||
= V 2.2.3 - 2016-04-04 = | ||
|
||
* Added option to change download link text | ||
* Responsive height support for embeds | ||
* Language compatibility fixes | ||
|
||
= V 2.2.2 - 2016-03-10 = | ||
* Added ppsx support. | ||
|
||
= V 2.2.1 - 2015-10-03 = | ||
* New Language localization. | ||
|
||
= V 2.2 = | ||
* Replaced magnific popup with thickbox. | ||
* Fixed: Media library serach bug. | ||
* UI Improvements | ||
|
||
= V 2.1 = | ||
* Missing image fix. | ||
* Error handling. | ||
|
||
= V 2.0 = | ||
* UI Improvements | ||
* Various bug fixes | ||
* Performance improvements | ||
|
||
= V 1.1.1= | ||
* Removed media insert override option. | ||
|
||
= V 1.0.1 = | ||
* Removed unsupported file types. | ||
* Updated support tab. | ||
|
||
= V 1.1 = | ||
* File Not Found fix | ||
= 2.4 = | ||
Added Gutenberg Support. New Document Block is added. |