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
anantajitjg committed Aug 2, 2021
1 parent d2d47f2 commit 7450e47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2
* Version: 2.7.0
* 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.2' );
define( 'AWSM_EMBED_VERSION', '2.7.0' );
}

/**
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.2",
"version": "2.7.0",
"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

0 comments on commit 7450e47

Please sign in to comment.