From ebb0457131f1eb342ddedacd212c41e0fe59c9ba Mon Sep 17 00:00:00 2001 From: sruthihari <35758330+sruthihari@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:12:02 +0530 Subject: [PATCH] Update version to 2.7.0 --- language/embed-any-document.pot | 60 +++++++++++++++++++++++++-------- package-lock.json | 20 +++++------ readme.txt | 27 +++++++-------- 3 files changed, 68 insertions(+), 39 deletions(-) diff --git a/language/embed-any-document.pot b/language/embed-any-document.pot index 408cc4b..45de9a3 100755 --- a/language/embed-any-document.pot +++ b/language/embed-any-document.pot @@ -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 \n" "Language-Team: Awsm Innovations \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 "" @@ -37,7 +38,6 @@ msgstr "" #: awsm-embed.php:143 #: inc/popup.php:18 -#: blocks/document/main.js:76 msgid "Add Document" msgstr "" @@ -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 "" diff --git a/package-lock.json b/package-lock.json index 4232abb..c73cf25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1437,7 +1437,7 @@ }, "util": { "version": "0.10.3", - "resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "dev": true, "requires": { @@ -2047,7 +2047,7 @@ }, "browserify-aes": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { @@ -2084,7 +2084,7 @@ }, "browserify-rsa": { "version": "4.0.1", - "resolved": "http://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { @@ -2641,7 +2641,7 @@ }, "create-hash": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { @@ -2654,7 +2654,7 @@ }, "create-hmac": { "version": "1.1.7", - "resolved": "http://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { @@ -2853,7 +2853,7 @@ }, "diffie-hellman": { "version": "5.0.3", - "resolved": "http://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { @@ -5778,7 +5778,7 @@ }, "path-is-absolute": { "version": "1.0.1", - "resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, @@ -6505,7 +6505,7 @@ }, "safe-regex": { "version": "1.1.0", - "resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { @@ -6740,7 +6740,7 @@ }, "sha.js": { "version": "2.4.11", - "resolved": "http://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { @@ -7319,7 +7319,7 @@ }, "strip-eof": { "version": "1.0.0", - "resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", "dev": true }, diff --git a/readme.txt b/readme.txt index 80db3d8..c90a634 100755 --- a/readme.txt +++ b/readme.txt @@ -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 == @@ -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)

Key Benefits of Embed Any Document WordPress plugin

@@ -42,7 +40,6 @@ Embed Any Document WordPress plugin lets you upload and embed your documents eas 5. Clean and Minimal UI. Embed Any Document comes with a clean and clutter-free UI. -For more information and instructions visit our website..

Limitations of the plugin

@@ -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 @@ -82,6 +79,11 @@ Great. Send it to ead@awsm.in. 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. @@ -99,16 +101,11 @@ Great. Send it to ead@awsm.in. 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.