Skip to content

Commit

Permalink
Update version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sruthihari committed Aug 2, 2021
1 parent 7450e47 commit ebb0457
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 39 deletions.
60 changes: 46 additions & 14 deletions language/embed-any-document.pot
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Copyright (C) 2020 Awsm Innovations
# This file is distributed under the same license as the Embed Any Document plugin.
# Copyright (C) 2021 Awsm Innovations
# This file is distributed under the GPL V3.
msgid ""
msgstr ""
"Project-Id-Version: Embed Any Document 2.6.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embed-any-document\n"
"Project-Id-Version: Embed Any Document 2.7.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Embed-Any-Documents\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Awsm Innovations <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-06-04T10:30:36+00:00\n"
"POT-Creation-Date: 2021-08-02T07:18:44+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: embed-any-document\n"

#. Plugin Name of the plugin
#: awsm-embed.php:559
#: blocks/document/main.js:143
msgid "Embed Any Document"
msgstr ""

Expand All @@ -37,7 +38,6 @@ msgstr ""

#: awsm-embed.php:143
#: inc/popup.php:18
#: blocks/document/main.js:76
msgid "Add Document"
msgstr ""

Expand Down Expand Up @@ -309,30 +309,62 @@ msgstr ""
msgid "FAQs"
msgstr ""

#: blocks/document/main.js:25
#: blocks/document/main.js:75
#: blocks/document/main.js:30
#: blocks/document/modules/ead-server-side-render.js:172
#: blocks/document/modules/ead-server-side-render.js:183
msgid "Document"
msgstr ""

#: blocks/document/main.js:26
#: blocks/document/main.js:75
#: blocks/document/main.js:31
msgid "Upload and Embed your documents."
msgstr ""

#: blocks/document/main.js:29
#: blocks/document/main.js:34
msgid "add document"
msgstr ""

#: blocks/document/main.js:29
#: blocks/document/main.js:34
msgid "embed document"
msgstr ""

#: blocks/document/main.js:29
#: blocks/document/main.js:34
msgid "embed any document"
msgstr ""

#: blocks/document/main.js:87
msgid "File type is not supported!"
msgstr ""

#: blocks/document/main.js:91
msgid "Unknown file type. This may cause issues with the document viewer."
msgstr ""

#: blocks/document/main.js:95
msgid "Please enter a valid URL."
msgstr ""

#: blocks/document/main.js:143
msgid "Upload a document, pick from your media library, or add from an external URL."
msgstr ""

#: blocks/document/main.js:144
msgid "Add from dropbox"
msgstr ""

#: blocks/document/main.js:146
#: blocks/document/main.js:151
#: blocks/document/main.js:156
msgid "Pro Feature"
msgstr ""

#: blocks/document/main.js:149
msgid "Add from drive"
msgstr ""

#: blocks/document/main.js:154
msgid "Add from box"
msgstr ""

#: blocks/document/modules/ead-server-side-render.js:173
msgid "No document found!"
msgstr ""
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 12 additions & 15 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Contributors: awsmin
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: 5.4
Tested up to: 5.7
Stable tag: trunk
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.
Upload and Embed PDF, DOC, PPT and XLS documents easily on your WordPress website with the help of Google Docs Viewer or Microsoft Office Online.

== Summary ==

Seamlessly embed and display PDF, Microsoft Word, Excel and PowerPoint documents on your WordPress website.
Seamlessly embed and display PDF, Word, Excel and PowerPoint documents on your WordPress website.

== Description ==

Expand All @@ -25,10 +25,8 @@ Embed Any Document WordPress plugin lets you upload and embed your documents eas
* Microsoft Excel (xlsx, xlsb, xls, xlsm)
* Microsoft PowerPoint (pptx, ppsx, ppt, pps, pptm, potm, ppam, potx, ppsm)
* Adobe Portable Document Format (pdf)
* Text files (txt)
* TIFF Images (tif, tiff)
* Adobe Illustrator (ai)
* Scalable Vector Graphics (svg)

<h4>Key Benefits of Embed Any Document WordPress plugin </h4>

Expand All @@ -42,7 +40,6 @@ Embed Any Document WordPress plugin lets you upload and embed your documents eas

5. <strong>Clean and Minimal UI.</strong> Embed Any Document comes with a clean and clutter-free UI.

For more information and instructions visit <a href="http://awsm.in/embed-any-document/" target="_blank">our website.</a>.

<h4>Limitations of the plugin</h4>

Expand All @@ -62,7 +59,7 @@ Upload or link the documents to your site using the ‘Add Document’ button in

== Screenshots ==

1.Embed Any Document Gutenberg Block
1. Embed Any Document Gutenberg Block
2 ‘Add Document’ button in WordPress visual editor
3. Add document popup
4. Inserting Document
Expand All @@ -82,6 +79,11 @@ Great. Send it to [email protected]. We will answer it as soon as we can.

== Changelog ==

= V 2.7.0 - 2021-08-02 =
* Added: Improved Block Design.
* Fixed: Conflict with Lazy loading feature added by some themes and plugins.
* Fixed: Browser viewer fallback for unsupported browsers not working.

= V 2.6.1 - 2020-06-04 =
* Fixed: Fatal error during plugin updation in some installations.

Expand All @@ -99,16 +101,11 @@ Great. Send it to [email protected]. We will answer it as soon as we can.
* Other minor bug fixes and style improvements.

= V 2.4.1 - 2018-12-10 =
* Fixed: Blank screen in visual mode of the classic editor plugin

= 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
* Fixed: Blank screen in visual mode of the classic editor plugin.

[See changelog of previous versions](https://raw.githubusercontent.com/awsmin/Embed-Any-Documents/master/CHANGELOG.md)

== Upgrade Notice ==

= 2.6.1 =
Fixes fatal error during updation.
= 2.7.0 =
New Features And Fixes.

0 comments on commit ebb0457

Please sign in to comment.