Skip to content

Commit

Permalink
Version & Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NahidHasanTushar1 committed Jul 7, 2024
1 parent 6e76e7a commit ed32870
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions embedpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: EmbedPress lets you embed videos, images, posts, audio, maps and upload PDF, DOC, PPT & all other types of content into your WordPress site with one-click and showcase it beautifully for the visitors. 150+ sources supported.
* Author: WPDeveloper
* Author URI: https://wpdeveloper.com
* Version: 4.0.4
* Version: 4.0.5
* Text Domain: embedpress
* Domain Path: /languages
*
Expand Down Expand Up @@ -38,7 +38,7 @@
define('EMBEDPRESS_FILE', __FILE__);

if (!defined('EMBEDPRESS_PLUGIN_VERSION')) {
define('EMBEDPRESS_PLUGIN_VERSION', '4.0.4');
define('EMBEDPRESS_PLUGIN_VERSION', '4.0.5');
}

define('EMBEDPRESS_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__));
Expand Down
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

if ( ! defined('EMBEDPRESS_VERSION')) {
define('EMBEDPRESS_VERSION', "4.0.4");
define('EMBEDPRESS_VERSION', "4.0.5");
/**
* @deprecated 2.2.0
*/
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== EmbedPress – Embed PDF, Google Docs, Vimeo, Wistia, Embed YouTube Videos, Audios, Maps & Embed Any Documents in Gutenberg & Elementor ===
=== EmbedPress – Embed PDF, PDF 3D FlipBook, Google Docs, Vimeo, Wistia, Embed YouTube Videos, Audios, Maps & Embed Any Documents in Gutenberg & Elementor ===
Contributors: EmbedPress, asif2bd, re_enter_rupok, wpdevteam, seakashdiu, alimuzzamanalim
Author: WPDeveloper
Author URI: https://wpdeveloper.com
Tags: embed, embed YouTube, Gutenberg embed, embed PDF, embed Google Docs, Social Feeds
Requires at least: 4.6
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 4.0.4
Stable tag: 4.0.5
License: GPLv3 or later
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -332,6 +332,11 @@ With EmbedPress you can easily create PDF flipbooks. First, upload PDF into your
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= [4.0.5] – 2024-07-07 =
- Added: Google viewer for PPTX file.
- Improved: Security Enhancement
- Few minor bug fixes & improvements.

= [4.0.4] – 2024-06-30 =
- Fixed: Giphy Embedding issues.
- Added: ‘Add image’ controller in EmbedPress PDF.
Expand Down

0 comments on commit ed32870

Please sign in to comment.