Skip to content

Commit

Permalink
Readme Updated v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NahidHasanTushar1 committed Oct 5, 2023
1 parent 29824d0 commit 1327c61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.8.5
* Version: 3.9.0
* 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.8.5');
define('EMBEDPRESS_PLUGIN_VERSION', '3.9.0');
}

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.8.5");
define('EMBEDPRESS_VERSION', "3.9.0");
/**
* @deprecated 2.2.0
*/
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: embed, embed youtube, gutenberg embed, pdf, doc, docs, ppt, elementor embe
Requires at least: 4.6
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: 3.8.5
Stable tag: 3.9.0
License: GPLv3 or later
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -382,6 +382,11 @@ 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.0] - 2023-10-05 =
- Revamped: EmbedPress Dashboard.
- Fixed: Conflict with RankMath.
- Few minor bug fixes & improvements.

= [3.8.5] - 2023-09-21 =
- Improved: Calendly Embedding.
- Few minor bug fixes & improvements.
Expand Down

0 comments on commit 1327c61

Please sign in to comment.