Popup Maker – Popup Forms, Optins & More - Version 1.7.6

Version Description

Download this release

Release Info

Developer danieliser
Plugin Icon 128x128 Popup Maker – Popup Forms, Optins & More
Version 1.7.6
Comparing to
See all releases

Code changes from version 1.7.5 to 1.7.6

classes/Shortcode.php CHANGED
@@ -188,7 +188,7 @@ abstract class PUM_Shortcode {
188
  *
189
  * @return array
190
  */
191
- public function shortcode_atts( $atts = array() ) {
192
  if ( ! is_array( $atts ) ) {
193
  $atts = array();
194
  }
188
  *
189
  * @return array
190
  */
191
+ public function shortcode_atts( $atts ) {
192
  if ( ! is_array( $atts ) ) {
193
  $atts = array();
194
  }
classes/Shortcode/PopupClose.php CHANGED
@@ -85,7 +85,7 @@ class PUM_Shortcode_PopupClose extends PUM_Shortcode {
85
  *
86
  * @return array
87
  */
88
- public function shortcode_atts( $atts = array() ) {
89
  $atts = parent::shortcode_atts( $atts );
90
 
91
  if ( ! empty( $atts['class'] ) ) {
85
  *
86
  * @return array
87
  */
88
+ public function shortcode_atts( $atts ) {
89
  $atts = parent::shortcode_atts( $atts );
90
 
91
  if ( ! empty( $atts['class'] ) ) {
classes/Shortcode/PopupTrigger.php CHANGED
@@ -157,7 +157,7 @@ class PUM_Shortcode_PopupTrigger extends PUM_Shortcode {
157
  *
158
  * @return array
159
  */
160
- public function shortcode_atts( $atts = array() ) {
161
  $atts = parent::shortcode_atts( $atts );
162
 
163
  if ( $atts['id'] == 'custom' ) {
157
  *
158
  * @return array
159
  */
160
+ public function shortcode_atts( $atts ) {
161
  $atts = parent::shortcode_atts( $atts );
162
 
163
  if ( $atts['id'] == 'custom' ) {
classes/Shortcode/Subscribe.php CHANGED
@@ -494,7 +494,7 @@ class PUM_Shortcode_Subscribe extends PUM_Shortcode {
494
  *
495
  * @return array
496
  */
497
- public function shortcode_atts( $atts = array() ) {
498
  $atts = parent::shortcode_atts( $atts );
499
 
500
  if ( empty( $atts['provider'] ) ) {
494
  *
495
  * @return array
496
  */
497
+ public function shortcode_atts( $atts ) {
498
  $atts = parent::shortcode_atts( $atts );
499
 
500
  if ( empty( $atts['provider'] ) ) {
includes/class-pum.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
 
8
  class PUM {
9
 
10
- const VER = '1.7.5';
11
 
12
  const DB_VER = 8;
13
 
7
 
8
  class PUM {
9
 
10
+ const VER = '1.7.6';
11
 
12
  const DB_VER = 8;
13
 
popup-maker.php CHANGED
@@ -4,7 +4,7 @@
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
  * Author: WP Popup Maker
7
- * Version: 1.7.5
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
9
  * Text Domain: popup-maker
10
  *
@@ -93,7 +93,7 @@ class Popup_Maker {
93
  /**
94
  * @var string Plugin Version
95
  */
96
- public static $VER = '1.7.5';
97
 
98
  /**
99
  * @var int DB Version
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
  * Author: WP Popup Maker
7
+ * Version: 1.7.6
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
9
  * Text Domain: popup-maker
10
  *
93
  /**
94
  * @var string Plugin Version
95
  */
96
+ public static $VER = '1.7.6';
97
 
98
  /**
99
  * @var int DB Version
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link:
6
  Tags: marketing, popup, popups, optin, advertising, conversion, responsive popups, promotion, popover, pop-up, pop over, lightbox, conversion, modal
7
  Requires at least: 3.6
8
  Tested up to: 4.9.4
9
- Stable tag: 1.7.5
10
  License: GNU Version 3 or Any Later Version
11
 
12
  Everything you need to create unique user experiences. Insert forms & other content from your favorite plugins to create custom responsive popups.
6
  Tags: marketing, popup, popups, optin, advertising, conversion, responsive popups, promotion, popover, pop-up, pop over, lightbox, conversion, modal
7
  Requires at least: 3.6
8
  Tested up to: 4.9.4
9
+ Stable tag: 1.7.6
10
  License: GNU Version 3 or Any Later Version
11
 
12
  Everything you need to create unique user experiences. Insert forms & other content from your favorite plugins to create custom responsive popups.