Skip to content

Commit

Permalink
Version change, readme & asset update.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieliser committed Dec 13, 2016
1 parent 47e8b37 commit 96f8363
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 31 deletions.
9 changes: 2 additions & 7 deletions assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/admin.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/shortcode-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/shortcode-ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/shortcode-ui.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/css/site.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/site.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/site.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/wp-editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/wp-editor.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions assets/js/admin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/jquery.cookie.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/js/mobile-detect.min.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions assets/js/site.js
Expand Up @@ -1184,11 +1184,9 @@ var PUM_Analytics;


$.fn.popmake.conditions = {

device_is_mobile: function (settings) {
return md.mobile();
},

}
};

}(jQuery, document));
Expand Down
2 changes: 1 addition & 1 deletion assets/js/site.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/popup-maker.pot
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: includes/admin/admin-pages.php:30, includes/admin/admin-pages.php:30, includes/admin/admin-pages.php:83, includes/admin/admin-setup.php:24, includes/admin/popups/class-metabox-cookies.php:69, includes/admin/popups/class-metabox-triggers.php:66
msgid "Settings"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "popup-maker",
"version": "1.4.20",
"version": "1.4.21",
"description": "WordPress Popup Plugin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Expand Up @@ -6,7 +6,7 @@ Donate link:
Tags: responsive popup, promotion, popover, pop-up, pop over, marketing, lightbox, advertising, conversion, modal, popup, popups
Requires at least: 3.6
Tested up to: 4.6
Stable tag: 1.4.20
Stable tag: 1.4.21
License: GNU Version 3 or Any Later Version

Create any popup imaginable! Customize your popups from head-to-toe and give your site more utility, usability, and conversions.
Expand Down Expand Up @@ -87,6 +87,12 @@ There are several common causes for this which include:

== Changelog ==

= v1.4.21 - 12/12/2016 =
* Feature: Added option to disable popup on mobile to comply with [Google's new interstital policy](https://webmasters.googleblog.com/2016/08/helping-users-easily-access-content-on.html).
* Tweak: Added additional paramter to the pum_popup_get_conditions filter.
* Tweak: Fixed possible false init of NF integration if NF is not enabled.
* Tweak: Added CSS override for Ninja Forms datepickers to properly layer them above popups.

= v1.4.20 - 10/13/2016 =
* Feature: Added [Ninja Forms](https://wppopupmaker.com/go/ninjaforms) success actions for opening & closing popups.
* Feature: Added new cookie event for successful submission of a [Ninja Forms](https://wppopupmaker.com/go/ninjaforms) form.
Expand Down

0 comments on commit 96f8363

Please sign in to comment.