diff --git a/embedpress.php b/embedpress.php index 47e7c738..4499ffc0 100644 --- a/embedpress.php +++ b/embedpress.php @@ -5,7 +5,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. 100+ sources supported. * Author: WPDeveloper * Author URI: https://wpdeveloper.net - * Version: 3.1.1 + * Version: 3.1.2 * Text Domain: embedpress * Domain Path: /languages * diff --git a/includes.php b/includes.php index 711f2f8c..1dd3aab5 100644 --- a/includes.php +++ b/includes.php @@ -22,7 +22,7 @@ } if ( ! defined('EMBEDPRESS_VERSION')) { - define('EMBEDPRESS_VERSION', "3.1.1"); + define('EMBEDPRESS_VERSION', "3.1.2"); /** * @deprecated 2.2.0 */ diff --git a/readme.txt b/readme.txt index 4fd9448b..bb638ad2 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: embed, embed youtube, gutenberg embed, pdf, doc, docs, ppt, elementor embe Requires at least: 4.6 Tested up to: 5.8 Requires PHP: 5.6 -Stable tag: 3.1.1 +Stable tag: 3.1.2 License: GPLv3 or later License URI: https://opensource.org/licenses/GPL-3.0 @@ -302,6 +302,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). += [3.1.2] - 2021-08-24 = +* Added: Some pro features into free feature +* Fixed: Conflict with Web Hook plugin. +* Fixed: Responsive issue for PDF embed. +* Few minor bug fix and improvements. + = [3.1.1] - 2021-08-05 = * Added: WPML compatibility. * Fixed: Deprecated notice in WP 5.8.