Version Description
Download this release
Release Info
Developer | danieliser |
Plugin | Popup Maker – Popup Forms, Optins & More |
Version | 1.8.8 |
Comparing to | |
See all releases |
Code changes from version 1.8.7 to 1.8.8
- CHANGELOG.md +3 -0
- classes/Admin/Extend.php +1 -2
- package.json +1 -1
- popup-maker.php +2 -2
- readme.txt +4 -1
CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
### v1.8.7 - 06/29/2019
|
2 |
* Tweak: Restricted the admin toolbar to only show under strict circumstances.
|
3 |
* Tweak: Updated available WooCommerce endpoints in our targeting conditions
|
1 |
+
### v1.8.8 - 06/30/2019
|
2 |
+
* Fix: Bug where red alert icons didn't go away when visiting the tabs from the "Extend" menu.
|
3 |
+
|
4 |
### v1.8.7 - 06/29/2019
|
5 |
* Tweak: Restricted the admin toolbar to only show under strict circumstances.
|
6 |
* Tweak: Updated available WooCommerce endpoints in our targeting conditions
|
classes/Admin/Extend.php
CHANGED
@@ -35,8 +35,7 @@ class PUM_Admin_Extend {
|
|
35 |
* @return string|null
|
36 |
*/
|
37 |
public static function append_unseen_count() {
|
38 |
-
|
39 |
-
$is_integration_page = isset( $_GET['post_type'] ) && $_GET['post_type'] === 'popup' && isset( $_GET['page'] ) && $_GET['page'] === 'pum-extensions' && isset( $_GET['view'] ) && $_GET['view'] === 'integrations';
|
40 |
$active_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : 'extensions';
|
41 |
|
42 |
if ( $is_integration_page ) {
|
35 |
* @return string|null
|
36 |
*/
|
37 |
public static function append_unseen_count() {
|
38 |
+
$is_integration_page = isset( $_GET['post_type'] ) && $_GET['post_type'] === 'popup' && isset( $_GET['page'] ) && $_GET['page'] === 'pum-extensions';
|
|
|
39 |
$active_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : 'extensions';
|
40 |
|
41 |
if ( $is_integration_page ) {
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "popup-maker",
|
3 |
-
"version": "1.8.
|
4 |
"description": "WordPress Popup Plugin",
|
5 |
"scripts": {
|
6 |
"test": "echo \"Error: no test specified\" && exit 1"
|
1 |
{
|
2 |
"name": "popup-maker",
|
3 |
+
"version": "1.8.8",
|
4 |
"description": "WordPress Popup Plugin",
|
5 |
"scripts": {
|
6 |
"test": "echo \"Error: no test specified\" && exit 1"
|
popup-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Popup Maker
|
4 |
* Plugin URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=plugin-uri
|
5 |
* Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
|
6 |
-
* Version: 1.8.
|
7 |
* Author: WP Popup Maker
|
8 |
* Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
|
9 |
* License: GPL2 or later
|
@@ -95,7 +95,7 @@ class Popup_Maker {
|
|
95 |
/**
|
96 |
* @var string Plugin Version
|
97 |
*/
|
98 |
-
public static $VER = '1.8.
|
99 |
|
100 |
/**
|
101 |
* @var int DB Version
|
3 |
* Plugin Name: Popup Maker
|
4 |
* Plugin URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=plugin-uri
|
5 |
* Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
|
6 |
+
* Version: 1.8.8
|
7 |
* Author: WP Popup Maker
|
8 |
* Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
|
9 |
* License: GPL2 or later
|
95 |
/**
|
96 |
* @var string Plugin Version
|
97 |
*/
|
98 |
+
public static $VER = '1.8.8';
|
99 |
|
100 |
/**
|
101 |
* @var int DB Version
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: marketing, popup, popups, optin, advertising, conversion, responsive popu
|
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 5.3
|
9 |
Requires PHP: 5.2.17
|
10 |
-
Stable tag: 1.8.
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
@@ -98,6 +98,9 @@ There are several common causes for this, check [this guide for help](https://do
|
|
98 |
|
99 |
View our [complete changelog](https://github.com/PopupMaker/Popup-Maker/blob/master/CHANGELOG.md) for up-to-date information on what has been going on with the development of Popup Maker.
|
100 |
|
|
|
|
|
|
|
101 |
= v1.8.7 - 06/29/2019 =
|
102 |
* Tweak: Restricted the admin toolbar to only show under strict circumstances.
|
103 |
* Tweak: Updated available WooCommerce endpoints in our targeting conditions
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 5.3
|
9 |
Requires PHP: 5.2.17
|
10 |
+
Stable tag: 1.8.8
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
98 |
|
99 |
View our [complete changelog](https://github.com/PopupMaker/Popup-Maker/blob/master/CHANGELOG.md) for up-to-date information on what has been going on with the development of Popup Maker.
|
100 |
|
101 |
+
= v1.8.8 - 06/30/2019 =
|
102 |
+
* Fix: Bug where red alert icons didn't go away when visiting the tabs from the "Extend" menu.
|
103 |
+
|
104 |
= v1.8.7 - 06/29/2019 =
|
105 |
* Tweak: Restricted the admin toolbar to only show under strict circumstances.
|
106 |
* Tweak: Updated available WooCommerce endpoints in our targeting conditions
|