Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 19.6.3

Version Description

  • Icon set fix
Download this release

Release Info

Developer kucaahbe
Plugin Icon 128x128 Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
Version 19.6.3
Comparing to
See all releases

Code changes from version 19.6.2 to 19.6.3

Files changed (4) hide show
  1. admin/content-popup.php +11 -6
  2. opinionstage-polls.php +2 -2
  3. plugin.php +3 -3
  4. readme.txt +4 -2
admin/content-popup.php CHANGED
@@ -12,13 +12,18 @@ function opinionstage_content_popup_add_editor_button() {
12
  }
13
 
14
  function opinionstage_content_popup_js() {
15
- opinionstage_register_javascript_asset(
16
- 'content-popup',
17
- 'content-popup.js',
18
- array('jquery')
19
- );
20
 
21
- opinionstage_enqueue_js_asset('content-popup');
 
 
 
 
 
 
 
 
 
 
22
  }
23
 
24
  function opinionstage_content_popup_html() {
12
  }
13
 
14
  function opinionstage_content_popup_js() {
 
 
 
 
 
15
 
16
+ // asset loader hotfix TODO: improve this loader machanism
17
+ if ( !($_REQUEST['page'] == OPINIONSTAGE_MENU_SLUG || $_REQUEST['page'] == OPINIONSTAGE_PLACEMENT_SLUG || $_REQUEST['page'] == OPINIONSTAGE_GETTING_STARTED_SLUG) ) {
18
+ opinionstage_register_javascript_asset(
19
+ 'content-popup',
20
+ 'content-popup.js',
21
+ array('jquery')
22
+ );
23
+
24
+ opinionstage_enqueue_js_asset('content-popup');
25
+ }
26
+
27
  }
28
 
29
  function opinionstage_content_popup_html() {
opinionstage-polls.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Poll, Survey, Quiz & Form Maker by Opinion Stage (Deprecated)
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
- Version: 19.6.2
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
1
  <?php
2
  /*
3
+ Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
+ Version: 19.6.3
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
plugin.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Poll, Survey, Quiz & Form Maker by Opinion Stage
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
- Version: 19.6.2
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
@@ -24,7 +24,7 @@ if ( defined('WP_DEBUG') && true === WP_DEBUG ) {
24
  }
25
  }
26
 
27
- define('OPINIONSTAGE_WIDGET_VERSION', '19.6.2');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
1
  <?php
2
  /*
3
+ Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
+ Version: 19.6.3
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
24
  }
25
  }
26
 
27
+ define('OPINIONSTAGE_WIDGET_VERSION', '19.6.3');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Poll, Survey, Quiz & Form Maker by Opinion Stage ===
2
  Contributors: OpinionStage.com
3
  Donate link: https://www.opinionstage.com
4
  Tags: poll, quiz, survey, form, slideshow, story, article
5
  Requires at least: 2.8
6
  Tested up to: 4.9
7
- Stable tag: 19.6.2
8
 
9
  Easily add polls, surveys, quizzes, slideshows, forms & story article to your website. 
10
 
@@ -178,6 +178,8 @@ Polls include one question for getting a quick answer on a question. Polls are o
178
  N/A
179
 
180
  == Changelog ==
 
 
181
  = 19.6.2 =
182
  * Double page bug fix
183
  * Plugin renamed
1
+ === Poll, Survey, Form & Quiz Maker by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link: https://www.opinionstage.com
4
  Tags: poll, quiz, survey, form, slideshow, story, article
5
  Requires at least: 2.8
6
  Tested up to: 4.9
7
+ Stable tag: 19.6.3
8
 
9
  Easily add polls, surveys, quizzes, slideshows, forms & story article to your website. 
10
 
178
  N/A
179
 
180
  == Changelog ==
181
+ = 19.6.3 =
182
+ * Icon set fix
183
  = 19.6.2 =
184
  * Double page bug fix
185
  * Plugin renamed