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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 19.0.0 to 19.0.1

includes/opinionstage-utility-functions.php CHANGED
@@ -21,9 +21,7 @@ function opinionstage_register_javascript_asset( $name, $relative_path, $deps=ar
21
  $in_footer
22
  );
23
 
24
- if ( $registered ) {
25
- error_log( "[opinionstage plugin] successfully registered javascript asset '$name'" );
26
- } else {
27
  error_log( "[opinionstage plugin] ERROR registering javascript asset '$name'" );
28
  }
29
  }
21
  $in_footer
22
  );
23
 
24
+ if ( !$registered ) {
 
 
25
  error_log( "[opinionstage plugin] ERROR registering javascript asset '$name'" );
26
  }
27
  }
opinionstage-polls.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Quiz, Slideshow & Form Builder
4
  Plugin URI: http://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.0.0
7
  Author: OpinionStage.com
8
  Author URI: http://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.0.0');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
3
  Plugin Name: Poll, Survey, Quiz, Slideshow & Form Builder
4
  Plugin URI: http://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.0.1
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
24
  }
25
  }
26
 
27
+ define('OPINIONSTAGE_WIDGET_VERSION', '19.0.1');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.opinionstage.com
4
  Tags: poll, quiz, survey, form builder, slideshow
5
  Requires at least: 2.8
6
  Tested up to: 4.8
7
- Stable tag: 19.0.0
8
 
9
  Add a poll, survey, quiz, slideshow & form builder plugin. Easily add a beautiful poll, survey, quiz, slideshow or form to your site.
10
 
@@ -292,6 +292,8 @@ You can create many different types of quizzes: Trivia quiz, personality quiz, i
292
  N/A
293
 
294
  == Changelog ==
 
 
295
  = Poll, Survey, Quiz, Slideshow & Form Builder Version 19.0.0 =
296
  * New feature: post editor integration
297
  = Poll, Survey, Quiz, Slideshow & Form Builder Version 18.2.1 =
4
  Tags: poll, quiz, survey, form builder, slideshow
5
  Requires at least: 2.8
6
  Tested up to: 4.8
7
+ Stable tag: 19.0.1
8
 
9
  Add a poll, survey, quiz, slideshow & form builder plugin. Easily add a beautiful poll, survey, quiz, slideshow or form to your site.
10
 
292
  N/A
293
 
294
  == Changelog ==
295
+ = Poll, Survey, Quiz, Slideshow & Form Builder Version 19.0.1 =
296
+ * Minor logging changes
297
  = Poll, Survey, Quiz, Slideshow & Form Builder Version 19.0.0 =
298
  * New feature: post editor integration
299
  = Poll, Survey, Quiz, Slideshow & Form Builder Version 18.2.1 =