Skip to content

Commit

Permalink
Version updated v3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmdiu committed Jan 9, 2024
1 parent 0109ab0 commit 0b0cf3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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: 3.9.6
* Version: 3.9.7
* 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', '3.9.6');
define('EMBEDPRESS_PLUGIN_VERSION', '3.9.7');
}

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', "3.9.6");
define('EMBEDPRESS_VERSION', "3.9.7");
/**
* @deprecated 2.2.0
*/
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ Not at all. You can set up everything your team needs without any coding knowled
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= [3.9.7] – 2024-01-09 =
- Added: eSpatial Map embedding support.
- Fixed: YouTube Embedding issues.
- Fixed: PDF Embed wasn't showing for Logged out users.
- Fixed: Custom Branding logo goes big in YouTube videos.
- Fixed: Deprecated issues with PHP 8.1
- Few minor bug fixes & improvements.

= [3.9.6] - 2023-12-27 =
- Improved: Security Enhancement
- Few minor bug fixes & improvements.
Expand Down

0 comments on commit 0b0cf3e

Please sign in to comment.