Version Description
Release Date: 2016-09-15
- Fixed missing bug that was breaking the plugin on some environments.
Download this release
Release Info
| Developer | pressshack |
| Plugin | |
| Version | 1.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.0 to 1.1.1
- EmbedPress/Providers/index.html +0 -0
- PROVIDERS.md +0 -0
- assets/css/font.css +0 -0
- assets/css/vendor/bootstrap/bootstrap.css.map +0 -0
- assets/js/vendor/bootbox.min.js +0 -0
- changelog.txt +5 -0
- embedpress.php +1 -1
- includes.php +2 -2
- readme.txt +6 -1
EmbedPress/Providers/index.html
CHANGED
|
File without changes
|
PROVIDERS.md
CHANGED
|
File without changes
|
assets/css/font.css
CHANGED
|
File without changes
|
assets/css/vendor/bootstrap/bootstrap.css.map
CHANGED
|
File without changes
|
assets/js/vendor/bootbox.min.js
CHANGED
|
File without changes
|
changelog.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
= 1.1.0 =
|
| 3 |
Release Date: 2016-09-14
|
| 4 |
|
| 1 |
== Changelog ==
|
| 2 |
+
= 1.1.1 =
|
| 3 |
+
Release Date: 2016-09-15
|
| 4 |
+
|
| 5 |
+
* Fixed missing bug that was breaking the plugin on some environments.
|
| 6 |
+
|
| 7 |
= 1.1.0 =
|
| 8 |
Release Date: 2016-09-14
|
| 9 |
|
embedpress.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
* Plugin Name: EmbedPress
|
| 14 |
* Plugin URI: http://pressshack.com/embedpress/
|
| 15 |
* Description: EmbedPress lets you embed anything in WordPress! Also, you can enhance their uniqueness by passing custom parameters to each one of them.
|
| 16 |
-
* Version: 1.1.
|
| 17 |
* Author: PressShack
|
| 18 |
* Author URI: http://pressshack.com/
|
| 19 |
*/
|
| 13 |
* Plugin Name: EmbedPress
|
| 14 |
* Plugin URI: http://pressshack.com/embedpress/
|
| 15 |
* Description: EmbedPress lets you embed anything in WordPress! Also, you can enhance their uniqueness by passing custom parameters to each one of them.
|
| 16 |
+
* Version: 1.1.1
|
| 17 |
* Author: PressShack
|
| 18 |
* Author URI: http://pressshack.com/
|
| 19 |
*/
|
includes.php
CHANGED
|
@@ -12,11 +12,11 @@ defined('ABSPATH') or die("No direct script access allowed.");
|
|
| 12 |
*/
|
| 13 |
|
| 14 |
if (!defined('EMBEDPRESS_PLG_NAME')) {
|
| 15 |
-
define('EMBEDPRESS_PLG_NAME', "
|
| 16 |
}
|
| 17 |
|
| 18 |
if (!defined('EMBEDPRESS_PLG_VERSION')) {
|
| 19 |
-
define('EMBEDPRESS_PLG_VERSION', "1.1.
|
| 20 |
}
|
| 21 |
|
| 22 |
if (!defined('EMBEDPRESS_PATH_BASE')) {
|
| 12 |
*/
|
| 13 |
|
| 14 |
if (!defined('EMBEDPRESS_PLG_NAME')) {
|
| 15 |
+
define('EMBEDPRESS_PLG_NAME', "embedpress");
|
| 16 |
}
|
| 17 |
|
| 18 |
if (!defined('EMBEDPRESS_PLG_VERSION')) {
|
| 19 |
+
define('EMBEDPRESS_PLG_VERSION', "1.1.1");
|
| 20 |
}
|
| 21 |
|
| 22 |
if (!defined('EMBEDPRESS_PATH_BASE')) {
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: PressShack
|
|
| 3 |
Tags: embed, embera, embedding, pressshack, ostraining
|
| 4 |
Requires at least: 4.0
|
| 5 |
Tested up to: 4.6.1
|
| 6 |
-
Stable tag: 1.1.
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
|
@@ -51,6 +51,11 @@ There're two ways to install EmbedPress plugin:
|
|
| 51 |
`
|
| 52 |
|
| 53 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
= 1.1.0 =
|
| 55 |
Release Date: 2016-09-14
|
| 56 |
|
| 3 |
Tags: embed, embera, embedding, pressshack, ostraining
|
| 4 |
Requires at least: 4.0
|
| 5 |
Tested up to: 4.6.1
|
| 6 |
+
Stable tag: 1.1.1
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
| 51 |
`
|
| 52 |
|
| 53 |
== Changelog ==
|
| 54 |
+
= 1.1.1 =
|
| 55 |
+
Release Date: 2016-09-15
|
| 56 |
+
|
| 57 |
+
* Fixed missing bug that was breaking the plugin on some environments.
|
| 58 |
+
|
| 59 |
= 1.1.0 =
|
| 60 |
Release Date: 2016-09-14
|
| 61 |
|
