Version Description
Download this release
Release Info
Developer | andergmartins |
Plugin | EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- embedpress.php +1 -1
- includes.php +5 -1
- readme.txt +5 -1
embedpress.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Facebook, Google Maps, Google Docs, UStream! Just use the URL!
|
7 |
* Author:EmbedPress
|
8 |
* Author URI:http://embedpress.com
|
9 |
-
* Version: 2.2.
|
10 |
* Text Domain: embedpress
|
11 |
* Domain Path: /languages
|
12 |
*
|
6 |
* Facebook, Google Maps, Google Docs, UStream! Just use the URL!
|
7 |
* Author:EmbedPress
|
8 |
* Author URI:http://embedpress.com
|
9 |
+
* Version: 2.2.1
|
10 |
* Text Domain: embedpress
|
11 |
* Domain Path: /languages
|
12 |
*
|
includes.php
CHANGED
@@ -21,7 +21,11 @@ if ( ! defined('EMBEDPRESS_PLG_NAME')) {
|
|
21 |
}
|
22 |
|
23 |
if ( ! defined('EMBEDPRESS_VERSION')) {
|
24 |
-
define('EMBEDPRESS_VERSION', "2.2.
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
|
27 |
if ( ! defined('EMBEDPRESS_ROOT')) {
|
21 |
}
|
22 |
|
23 |
if ( ! defined('EMBEDPRESS_VERSION')) {
|
24 |
+
define('EMBEDPRESS_VERSION', "2.2.1");
|
25 |
+
/**
|
26 |
+
* @deprecated 2.2.0
|
27 |
+
*/
|
28 |
+
define('EMBEDPRESS_PLG_VERSION', EMBEDPRESS_VERSION);
|
29 |
}
|
30 |
|
31 |
if ( ! defined('EMBEDPRESS_ROOT')) {
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Author URI: https://embedpress.com
|
|
5 |
Tags: YouTube, Google, Facebook, Wistia, Vimeo
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 4.9.4
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -184,6 +184,10 @@ Not at all. You can set up everything your team needs without any coding knowled
|
|
184 |
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
185 |
and this project adheres to [Semantic Versioning](http://semver.org/).
|
186 |
|
|
|
|
|
|
|
|
|
187 |
= [2.2.0] - 2018-12-10 =
|
188 |
|
189 |
* Fixed compatibility with WordPress 5, Gutenberg, and WordPress 5 with Classic Editor;
|
5 |
Tags: YouTube, Google, Facebook, Wistia, Vimeo
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 4.9.4
|
8 |
+
Stable tag: 2.2.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
184 |
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
185 |
and this project adheres to [Semantic Versioning](http://semver.org/).
|
186 |
|
187 |
+
= [2.2.1] - 2018-12-10 =
|
188 |
+
|
189 |
+
* Add constant EMBEDPRESS_PLG_VERSION for keep backward compatibility with not updated add-ons;
|
190 |
+
|
191 |
= [2.2.0] - 2018-12-10 =
|
192 |
|
193 |
* Fixed compatibility with WordPress 5, Gutenberg, and WordPress 5 with Classic Editor;
|