Skip to content

Commit

Permalink
UPDATE: Version 2.6.1 Build Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anantajitjg committed Jun 4, 2020
1 parent e113a0e commit a12169b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions awsm-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,7 +19,7 @@
}

if ( ! defined( 'AWSM_EMBED_VERSION' ) ) {
define( 'AWSM_EMBED_VERSION', '2.6.0' );
define( 'AWSM_EMBED_VERSION', '2.6.1' );
}

/**
Expand Down
22 changes: 11 additions & 11 deletions language/embed-any-document.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: Awsm Innovations <hello@awsm.in>\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"
Expand Down Expand Up @@ -80,7 +80,7 @@ msgid "Loader"
msgstr ""

#: awsm-embed.php:256
#: inc/popup.php:114
#: inc/popup.php:116
msgid "Loading..."
msgstr ""

Expand Down Expand Up @@ -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 ""

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
22 changes: 11 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit a12169b

Please sign in to comment.