diff --git a/awsm-embed.php b/awsm-embed.php index 8ae3803..8a7f020 100755 --- a/awsm-embed.php +++ b/awsm-embed.php @@ -3,7 +3,7 @@ * Plugin Name: Embed Any Document * Plugin URI: http://awsm.in/embed-any-documents * Description: Embed Any Document WordPress plugin lets you upload and embed your documents easily in your WordPress website without any additional browser plugins like Flash or Acrobat reader. The plugin lets you choose between Google Docs Viewer and Microsoft Office Online to display your documents. - * Version: 2.6.0 + * Version: 2.6.1 * Author: Awsm Innovations * Author URI: https://awsm.in * License: GPL V3 @@ -19,7 +19,7 @@ } if ( ! defined( 'AWSM_EMBED_VERSION' ) ) { - define( 'AWSM_EMBED_VERSION', '2.6.0' ); + define( 'AWSM_EMBED_VERSION', '2.6.1' ); } /** diff --git a/language/embed-any-document.pot b/language/embed-any-document.pot index 39b8f5f..408cc4b 100755 --- a/language/embed-any-document.pot +++ b/language/embed-any-document.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Embed Any Document plugin. msgid "" msgstr "" -"Project-Id-Version: Embed Any Document 2.6.0\n" +"Project-Id-Version: Embed Any Document 2.6.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embed-any-document\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-03T15:19:03+00:00\n" +"POT-Creation-Date: 2020-06-04T10:30:36+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: embed-any-document\n" @@ -80,7 +80,7 @@ msgid "Loader" msgstr "" #: awsm-embed.php:256 -#: inc/popup.php:114 +#: inc/popup.php:116 msgid "Loading..." msgstr "" @@ -207,37 +207,37 @@ msgid "Download Text" msgstr "" #: inc/popup.php:78 -#: inc/popup.php:84 +#: inc/popup.php:86 #: blocks/document/modules/inspector.js:84 msgid "Viewer" msgstr "" -#: inc/popup.php:86 +#: inc/popup.php:88 msgid "Box" msgstr "" -#: inc/popup.php:87 +#: inc/popup.php:89 msgid "Drive" msgstr "" #. translators: %1$s: strong opening tag, %2$s: strong closing tag -#: inc/popup.php:94 +#: inc/popup.php:96 msgid "%1$s Note:%2$s Browser based PDF embedding feature is not supported by certain browsers and some external servers. Google viewer will be used as a fallback for the unsupported browsers." msgstr "" -#: inc/popup.php:101 +#: inc/popup.php:103 msgid "Do not cache this file (Affects performance)" msgstr "" -#: inc/popup.php:105 +#: inc/popup.php:107 msgid "Shortcode Preview" msgstr "" -#: inc/popup.php:114 +#: inc/popup.php:116 msgid "Insert" msgstr "" -#: inc/popup.php:118 +#: inc/popup.php:120 msgid "Cancel" msgstr "" diff --git a/package-lock.json b/package-lock.json index b53ecb5..6fd1736 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "embed-any-document", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 10c7f67..570a370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embed-any-document", - "version": "2.6.0", + "version": "2.6.1", "description": "Embed Any Document WordPress plugin lets you upload and embed your documents easily in your WordPress website without any additional browser plugins like Flash or Acrobat reader. The plugin lets you choose between Google Docs Viewer and Microsoft Office Online to display your documents.", "main": "webpack.config.js", "scripts": { diff --git a/readme.txt b/readme.txt index 84d815a..80db3d8 100755 --- a/readme.txt +++ b/readme.txt @@ -82,13 +82,16 @@ Great. Send it to ead@awsm.in. We will answer it as soon as we can. == Changelog == += V 2.6.1 - 2020-06-04 = +* Fixed: Fatal error during plugin updation in some installations. + = V 2.6.0 - 2020-06-03 = -Added: Browser Based viewer. -Fixed: Document Block automatic reload issue in Gutenberg editor. -Fixed: Preloader for Google viewer not hiding in some installations when document is loaded. -Fixed: Cache 'off' setting not working when 'Google' viewer is selected. -Improved: AMP support. -Other bug fixes and improvements. +* Added: Browser Based viewer. +* Fixed: Document Block automatic reload issue in Gutenberg editor. +* Fixed: Preloader for Google viewer not hiding in some installations when document is loaded. +* Fixed: Cache 'off' setting not working when 'Google' viewer is selected. +* Improved: AMP support. +* Other bug fixes and improvements. = V 2.5.0 - 2020-05-08 = * Added: Pre-load screen for Google Docs viewer with reload and open in new tab options for better user experience. @@ -103,12 +106,9 @@ Other bug fixes and improvements. * Fixed: Disabled Microsoft viewer support for unsupported extensions * Fixed: Localization issues -= V 2.3.2 - 2018-01-24 = -* Focus added when modal window opens - [See changelog of previous versions](https://raw.githubusercontent.com/awsmin/Embed-Any-Documents/master/CHANGELOG.md) == Upgrade Notice == -= 2.6.0 = -Added Browser Based viewer. += 2.6.1 = +Fixes fatal error during updation.