EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor - Version 1.7.2

Version Description

Release Date: 2017-04-07

  • Fixes the image for the freemius dialog
Download this release

Release Info

Developer pressshack
Plugin Icon wp plugin EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor
Version 1.7.2
Comparing to
See all releases

Code changes from version 1.7.1 to 1.7.2

changelog.txt CHANGED
@@ -1,5 +1,10 @@
1
  == Changelog ==
2
 
 
 
 
 
 
3
  = 1.7.1 =
4
  Release Date: 2017-04-06
5
 
1
  == Changelog ==
2
 
3
+ = 1.7.2 =
4
+ Release Date: 2017-04-07
5
+
6
+ * Fixes the image for the freemius dialog
7
+
8
  = 1.7.1 =
9
  Release Date: 2017-04-06
10
 
embedpress.php CHANGED
@@ -12,7 +12,7 @@
12
  * @embedpress
13
  * Plugin Name: EmbedPress
14
  * Plugin URI: https://pressshack.com/embedpress/
15
- * Version: 1.7.1
16
  * Description: WordPress supports around 35 embed sources, but EmbedPress adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
17
  * Author: PressShack
18
  * Author URI: http://pressshack.com
12
  * @embedpress
13
  * Plugin Name: EmbedPress
14
  * Plugin URI: https://pressshack.com/embedpress/
15
+ * Version: 1.7.2
16
  * Description: WordPress supports around 35 embed sources, but EmbedPress adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
17
  * Author: PressShack
18
  * Author URI: http://pressshack.com
freemius/assets/img/embedpress-wistia.png DELETED
Binary file
freemius/assets/img/embedpress.png CHANGED
Binary file
freemius/assets/img/plugin-icon.png DELETED
Binary file
includes.php CHANGED
@@ -22,7 +22,7 @@ if (!defined('EMBEDPRESS_PLG_NAME')) {
22
  }
23
 
24
  if (!defined('EMBEDPRESS_PLG_VERSION')) {
25
- define('EMBEDPRESS_PLG_VERSION', "1.7.1");
26
  }
27
 
28
  if (!defined('EMBEDPRESS_PATH_BASE')) {
22
  }
23
 
24
  if (!defined('EMBEDPRESS_PLG_VERSION')) {
25
+ define('EMBEDPRESS_PLG_VERSION', "1.7.2");
26
  }
27
 
28
  if (!defined('EMBEDPRESS_PATH_BASE')) {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: PressShack
3
  Tags: 23hq, amcharts, animoto, bambuser, cacoo, chartblocks, chirbit, circuitlab, cloudup, clyp, collegehumor, coub, crowd ranking, daily mile, dailymotion, devianart, dipity, dotsub, facebook, flickr, funnyordie, gettyimages, giphy, github gist, google docs, google drawings, google maps, google sheets, google slides, huffduffer, hulu, imgur, infogram, instagram, issuu, kickstarter, meetup, mixcloud, mobypicture, nfb, photobucket, polldaddy, porfolium, reddit, release wire, reverbnation, roomshare, rutube, sapo videos, scribd, shortnote, shoudio, sketchfab, slideshare, smugmug, soundcloud, speaker deck, spotify, ted, tumblr, twitter, ustream, viddler, videojug, videopress, vimeo, vine, wordpress tv, youtube, twitch tv
4
  Requires at least: 4.0
5
  Tested up to: 4.7
6
- Stable tag: 1.7.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -131,6 +131,11 @@ There're two ways to install EmbedPress plugin:
131
 
132
  == Changelog ==
133
 
 
 
 
 
 
134
  = 1.7.1 =
135
  Release Date: 2017-04-06
136
 
3
  Tags: 23hq, amcharts, animoto, bambuser, cacoo, chartblocks, chirbit, circuitlab, cloudup, clyp, collegehumor, coub, crowd ranking, daily mile, dailymotion, devianart, dipity, dotsub, facebook, flickr, funnyordie, gettyimages, giphy, github gist, google docs, google drawings, google maps, google sheets, google slides, huffduffer, hulu, imgur, infogram, instagram, issuu, kickstarter, meetup, mixcloud, mobypicture, nfb, photobucket, polldaddy, porfolium, reddit, release wire, reverbnation, roomshare, rutube, sapo videos, scribd, shortnote, shoudio, sketchfab, slideshare, smugmug, soundcloud, speaker deck, spotify, ted, tumblr, twitter, ustream, viddler, videojug, videopress, vimeo, vine, wordpress tv, youtube, twitch tv
4
  Requires at least: 4.0
5
  Tested up to: 4.7
6
+ Stable tag: 1.7.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
131
 
132
  == Changelog ==
133
 
134
+ = 1.7.2 =
135
+ Release Date: 2017-04-07
136
+
137
+ * Fixes the image for the freemius dialog
138
+
139
  = 1.7.1 =
140
  Release Date: 2017-04-06
141