From 3415267821d1906ba1e8ddb4c45cca40140b4a41 Mon Sep 17 00:00:00 2001 From: Nahid Hasan Tushar Date: Wed, 17 Nov 2021 12:20:05 +0600 Subject: [PATCH] updated readme v3.3.0 --- embedpress.php | 2 +- includes.php | 2 +- readme.txt | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/embedpress.php b/embedpress.php index 6fb40459..5a8bbcc6 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.com - * Version: 3.2.1 + * Version: 3.3.0 * Text Domain: embedpress * Domain Path: /languages * diff --git a/includes.php b/includes.php index 11f92088..d26ed329 100644 --- a/includes.php +++ b/includes.php @@ -22,7 +22,7 @@ } if ( ! defined('EMBEDPRESS_VERSION')) { - define('EMBEDPRESS_VERSION', "3.2.1"); + define('EMBEDPRESS_VERSION', "3.3.0"); /** * @deprecated 2.2.0 */ diff --git a/readme.txt b/readme.txt index 282c349d..0d0ee4ce 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.2.1 +Stable tag: 3.3.0 License: GPLv3 or later License URI: https://opensource.org/licenses/GPL-3.0 @@ -382,6 +382,10 @@ 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.3.0] - 2021-11-17 = +* Added: Google Calendar support for public calendar. +* Few minor bug fix and improvements. + = [3.2.1] - 2021-10-17 = * Fixed: PDF embed issues for both Elementor and Gutenberg. * Few minor bug fixes and improvements.