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.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- EmbedPress/Providers/GoogleDocs.php +1 -1
- EmbedPress/Providers/GoogleMaps.php +1 -1
- embedpress.php +1 -1
- includes.php +2 -2
- readme.txt +9 -1
- vendor/composer/installed.json +12 -15
EmbedPress/Providers/GoogleDocs.php
CHANGED
@@ -108,7 +108,7 @@ class GoogleDocs extends EmberaService
|
|
108 |
return array(
|
109 |
'type' => 'rich',
|
110 |
'provider_name' => 'Google Docs',
|
111 |
-
'provider_url' => '
|
112 |
'title' => 'Unknown title',
|
113 |
'html' => $html,
|
114 |
'wrapper_class' => 'ose-google-docs-' . $type
|
108 |
return array(
|
109 |
'type' => 'rich',
|
110 |
'provider_name' => 'Google Docs',
|
111 |
+
'provider_url' => 'https://docs.google.com',
|
112 |
'title' => 'Unknown title',
|
113 |
'html' => $html,
|
114 |
'wrapper_class' => 'ose-google-docs-' . $type
|
EmbedPress/Providers/GoogleMaps.php
CHANGED
@@ -55,7 +55,7 @@ class GoogleMaps extends EmberaService
|
|
55 |
return array(
|
56 |
'type' => 'rich',
|
57 |
'provider_name' => 'Google Maps',
|
58 |
-
'provider_url' => '
|
59 |
'title' => 'Unknown title',
|
60 |
'html' => '<iframe width="600" height="450" src="' . $iframeSrc . '" frameborder="0"></iframe>',
|
61 |
);
|
55 |
return array(
|
56 |
'type' => 'rich',
|
57 |
'provider_name' => 'Google Maps',
|
58 |
+
'provider_url' => 'https://maps.google.com',
|
59 |
'title' => 'Unknown title',
|
60 |
'html' => '<iframe width="600" height="450" src="' . $iframeSrc . '" frameborder="0"></iframe>',
|
61 |
);
|
embedpress.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: WordPress supports around 35 embed sources, but PublishPress Embeds adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
|
6 |
* Author: EmbedPress
|
7 |
* Author URI: http://embedpress.com
|
8 |
-
* Version: 2.1.
|
9 |
* Text Domain: embedpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
5 |
* Description: WordPress supports around 35 embed sources, but PublishPress Embeds adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
|
6 |
* Author: EmbedPress
|
7 |
* Author URI: http://embedpress.com
|
8 |
+
* Version: 2.1.3
|
9 |
* Text Domain: embedpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
includes.php
CHANGED
@@ -21,7 +21,7 @@ if (!defined('EMBEDPRESS_PLG_NAME')) {
|
|
21 |
}
|
22 |
|
23 |
if (!defined('EMBEDPRESS_PLG_VERSION')) {
|
24 |
-
define('EMBEDPRESS_PLG_VERSION', "2.1.
|
25 |
}
|
26 |
|
27 |
if (!defined('EMBEDPRESS_ROOT')) {
|
@@ -57,7 +57,7 @@ if (!defined('EMBEDPRESS_LICENSES_API_HOST')) {
|
|
57 |
}
|
58 |
|
59 |
if (!defined('EMBEDPRESS_LICENSES_API_URL')) {
|
60 |
-
define('EMBEDPRESS_LICENSES_API_URL', "
|
61 |
}
|
62 |
|
63 |
if (!defined('EMBEDPRESS_LICENSES_MORE_INFO_URL')) {
|
21 |
}
|
22 |
|
23 |
if (!defined('EMBEDPRESS_PLG_VERSION')) {
|
24 |
+
define('EMBEDPRESS_PLG_VERSION', "2.1.3");
|
25 |
}
|
26 |
|
27 |
if (!defined('EMBEDPRESS_ROOT')) {
|
57 |
}
|
58 |
|
59 |
if (!defined('EMBEDPRESS_LICENSES_API_URL')) {
|
60 |
+
define('EMBEDPRESS_LICENSES_API_URL', "https://embedpress.com");
|
61 |
}
|
62 |
|
63 |
if (!defined('EMBEDPRESS_LICENSES_MORE_INFO_URL')) {
|
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.1.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -184,6 +184,14 @@ 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.1.2] - 2018-05-23 =
|
188 |
|
189 |
*Fixed:*
|
5 |
Tags: YouTube, Google, Facebook, Wistia, Vimeo
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 4.9.4
|
8 |
+
Stable tag: 2.1.3
|
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.1.3] - 2018-06-12 =
|
188 |
+
|
189 |
+
*Fixed:*
|
190 |
+
|
191 |
+
* Fixed Google Maps embeds over https;
|
192 |
+
* Fixed the license API URL for using https;
|
193 |
+
* Fixed Google Docs to use https;
|
194 |
+
|
195 |
= [2.1.2] - 2018-05-23 =
|
196 |
|
197 |
*Fixed:*
|
vendor/composer/installed.json
CHANGED
@@ -150,14 +150,14 @@
|
|
150 |
},
|
151 |
{
|
152 |
"name": "publishpress/edd-license-handler",
|
153 |
-
"version": "1.6.14.
|
154 |
-
"version_normalized": "1.6.14.
|
155 |
"source": {
|
156 |
"type": "git",
|
157 |
"url": "https://github.com/OSTraining/EDD-License-handler",
|
158 |
-
"reference": "
|
159 |
},
|
160 |
-
"time": "2018-
|
161 |
"type": "library",
|
162 |
"installation-source": "source",
|
163 |
"autoload": {
|
@@ -182,21 +182,18 @@
|
|
182 |
},
|
183 |
{
|
184 |
"name": "publishpress/wordpress-edd-license-integration",
|
185 |
-
"version": "2.2.
|
186 |
-
"version_normalized": "2.2.
|
187 |
"source": {
|
188 |
"type": "git",
|
189 |
"url": "https://github.com/OSTraining/WordPress-EDD-License-Integration",
|
190 |
-
"reference": "
|
191 |
},
|
192 |
"require": {
|
193 |
"pimple/pimple": "~3.2",
|
194 |
"publishpress/edd-license-handler": "~1.6"
|
195 |
},
|
196 |
-
"
|
197 |
-
"lucatume/wp-browser": "~1.22"
|
198 |
-
},
|
199 |
-
"time": "2018-03-01T18:52:52+00:00",
|
200 |
"type": "library",
|
201 |
"installation-source": "source",
|
202 |
"autoload": {
|
@@ -216,14 +213,14 @@
|
|
216 |
},
|
217 |
{
|
218 |
"name": "publishpress/wordpress-plugin-builder",
|
219 |
-
"version": "2.1.
|
220 |
-
"version_normalized": "2.1.
|
221 |
"source": {
|
222 |
"type": "git",
|
223 |
"url": "https://github.com/OSTraining/WordPress-Plugin-Builder",
|
224 |
-
"reference": "
|
225 |
},
|
226 |
-
"time": "2018-05-
|
227 |
"type": "library",
|
228 |
"installation-source": "source",
|
229 |
"autoload": {
|
150 |
},
|
151 |
{
|
152 |
"name": "publishpress/edd-license-handler",
|
153 |
+
"version": "1.6.14.4",
|
154 |
+
"version_normalized": "1.6.14.4",
|
155 |
"source": {
|
156 |
"type": "git",
|
157 |
"url": "https://github.com/OSTraining/EDD-License-handler",
|
158 |
+
"reference": "30dc3bb2bff29668d17406a996fa2c022d55f613"
|
159 |
},
|
160 |
+
"time": "2018-05-18T17:13:59+00:00",
|
161 |
"type": "library",
|
162 |
"installation-source": "source",
|
163 |
"autoload": {
|
182 |
},
|
183 |
{
|
184 |
"name": "publishpress/wordpress-edd-license-integration",
|
185 |
+
"version": "2.2.2",
|
186 |
+
"version_normalized": "2.2.2.0",
|
187 |
"source": {
|
188 |
"type": "git",
|
189 |
"url": "https://github.com/OSTraining/WordPress-EDD-License-Integration",
|
190 |
+
"reference": "2bb4a405b8fed0c8b3728dce284b62e9b8013a96"
|
191 |
},
|
192 |
"require": {
|
193 |
"pimple/pimple": "~3.2",
|
194 |
"publishpress/edd-license-handler": "~1.6"
|
195 |
},
|
196 |
+
"time": "2018-05-18T17:11:02+00:00",
|
|
|
|
|
|
|
197 |
"type": "library",
|
198 |
"installation-source": "source",
|
199 |
"autoload": {
|
213 |
},
|
214 |
{
|
215 |
"name": "publishpress/wordpress-plugin-builder",
|
216 |
+
"version": "2.1.6",
|
217 |
+
"version_normalized": "2.1.6.0",
|
218 |
"source": {
|
219 |
"type": "git",
|
220 |
"url": "https://github.com/OSTraining/WordPress-Plugin-Builder",
|
221 |
+
"reference": "92d16a9b3f48898e09ccf9f89cf0e1e9467c8a63"
|
222 |
},
|
223 |
+
"time": "2018-05-17T22:26:21+00:00",
|
224 |
"type": "library",
|
225 |
"installation-source": "source",
|
226 |
"autoload": {
|