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

Version Description

Download this release

Release Info

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

Code changes from version 1.7.1 to 1.7.2

classes/Admin/Shortcode/UI.php CHANGED
@@ -30,6 +30,7 @@ class PUM_Admin_Shortcode_UI {
30
  public static function init() {
31
  if ( ! self::$initialized ) {
32
  add_action( 'admin_init', array( __CLASS__, 'init_editor' ), 20 );
 
33
  }
34
  }
35
 
30
  public static function init() {
31
  if ( ! self::$initialized ) {
32
  add_action( 'admin_init', array( __CLASS__, 'init_editor' ), 20 );
33
+ self::$initialized = true;
34
  }
35
  }
36
 
includes/class-pum.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
 
8
  class PUM {
9
 
10
- const VER = '1.7.1';
11
 
12
  const DB_VER = 7;
13
 
7
 
8
  class PUM {
9
 
10
+ const VER = '1.7.2';
11
 
12
  const DB_VER = 7;
13
 
languages/popup-maker.pot CHANGED
@@ -110,11 +110,11 @@ msgstr ""
110
  msgid "Update"
111
  msgstr ""
112
 
113
- #: classes/Admin/Assets.php:70, classes/Admin/Shortcode/UI.php:101
114
  msgid "Insert"
115
  msgstr ""
116
 
117
- #: classes/Admin/Assets.php:71, classes/Admin/Helpers.php:370, classes/Admin/Shortcode/UI.php:102
118
  msgid "Cancel"
119
  msgstr ""
120
 
@@ -134,11 +134,11 @@ msgstr ""
134
  msgid "Are you sure you want to reset the open count?"
135
  msgstr ""
136
 
137
- #: classes/Admin/Assets.php:76, classes/Admin/Shortcode/UI.php:103
138
  msgid "Popup Maker Shortcodes"
139
  msgstr ""
140
 
141
- #: classes/Admin/Assets.php:77, classes/Admin/Shortcode/UI.php:104
142
  msgid "There was an error in generating the preview"
143
  msgstr ""
144
 
@@ -863,7 +863,7 @@ msgstr ""
863
  msgid "Assets"
864
  msgstr ""
865
 
866
- #: classes/Admin/Shortcode/UI.php:167
867
  msgid "You do not have access to preview this post."
868
  msgstr ""
869
 
110
  msgid "Update"
111
  msgstr ""
112
 
113
+ #: classes/Admin/Assets.php:70, classes/Admin/Shortcode/UI.php:102
114
  msgid "Insert"
115
  msgstr ""
116
 
117
+ #: classes/Admin/Assets.php:71, classes/Admin/Helpers.php:370, classes/Admin/Shortcode/UI.php:103
118
  msgid "Cancel"
119
  msgstr ""
120
 
134
  msgid "Are you sure you want to reset the open count?"
135
  msgstr ""
136
 
137
+ #: classes/Admin/Assets.php:76, classes/Admin/Shortcode/UI.php:104
138
  msgid "Popup Maker Shortcodes"
139
  msgstr ""
140
 
141
+ #: classes/Admin/Assets.php:77, classes/Admin/Shortcode/UI.php:105
142
  msgid "There was an error in generating the preview"
143
  msgstr ""
144
 
863
  msgid "Assets"
864
  msgstr ""
865
 
866
+ #: classes/Admin/Shortcode/UI.php:168
867
  msgid "You do not have access to preview this post."
868
  msgstr ""
869
 
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.1
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
9
  * Text Domain: popup-maker
10
  *
@@ -93,12 +93,12 @@ class Popup_Maker {
93
  /**
94
  * @var string Plugin Version
95
  */
96
- public static $VER = '1.7.1';
97
 
98
  /**
99
  * @var int DB Version
100
  */
101
- public static $DB_VER = 6;
102
 
103
  /**
104
  * @var string License API URL
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.2
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.2';
97
 
98
  /**
99
  * @var int DB Version
100
  */
101
+ public static $DB_VER = 8;
102
 
103
  /**
104
  * @var string License API URL
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.0
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.
@@ -101,6 +101,9 @@ There are several common causes for this which include:
101
 
102
  == Changelog ==
103
 
 
 
 
104
  = v1.7.1 - 03/12/2017 =
105
  * Fix: Empty value errors.
106
  * Fix: Missing function for 3rd party plugin backward compatibility (Elementor).
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.2
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.
101
 
102
  == Changelog ==
103
 
104
+ = v1.7.2 - 03/12/2017 =
105
+ * Fix: Initialization variable wasn't set to true early enough.
106
+
107
  = v1.7.1 - 03/12/2017 =
108
  * Fix: Empty value errors.
109
  * Fix: Missing function for 3rd party plugin backward compatibility (Elementor).