Version Description
N/A
Download this release
Release Info
Developer | kucaahbe |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.0.2 |
Comparing to | |
See all releases |
Code changes from version 19.0.1 to 19.0.2
- admin/menu-page-template.php +2 -2
- opinionstage-polls.php +2 -2
- readme.txt +3 -1
admin/menu-page-template.php
CHANGED
@@ -236,13 +236,13 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
236 |
<?php echo opinionstage_create_link('Poll examples', 'showcase', '', 'opinionstage-help-link'); ?>
|
237 |
</div>
|
238 |
<div class="opinionstage-help-row">
|
239 |
-
<?php echo opinionstage_create_link('Quiz, Survey, Form & List examples', 'discover', '', 'opinionstage-help-link'); ?>
|
240 |
</div>
|
241 |
<div class="opinionstage-help-row">
|
242 |
<a href="http://blog.opinionstage.com/video-tutorials" class="opinionstage-help-link" target="_blank">View video tutorials</a>
|
243 |
</div>
|
244 |
<div class="opinionstage-help-row">
|
245 |
-
<a href="https://opinionstage.
|
246 |
</div>
|
247 |
</div>
|
248 |
</div>
|
236 |
<?php echo opinionstage_create_link('Poll examples', 'showcase', '', 'opinionstage-help-link'); ?>
|
237 |
</div>
|
238 |
<div class="opinionstage-help-row">
|
239 |
+
<?php echo opinionstage_create_link('Quiz, Survey, Form, Slideshow & List examples', 'discover', '', 'opinionstage-help-link'); ?>
|
240 |
</div>
|
241 |
<div class="opinionstage-help-row">
|
242 |
<a href="http://blog.opinionstage.com/video-tutorials" class="opinionstage-help-link" target="_blank">View video tutorials</a>
|
243 |
</div>
|
244 |
<div class="opinionstage-help-row">
|
245 |
+
<a href="https://www.opinionstage.com/dashboard/content?o=wp35e8" class="opinionstage-help-link" target="_blank">For help, click here and then on the chat window located on bottom/right of screen</a>
|
246 |
</div>
|
247 |
</div>
|
248 |
</div>
|
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.
|
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.
|
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.2
|
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.2');
|
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.
|
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.1 =
|
296 |
* Minor logging changes
|
297 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.0.0 =
|
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.2
|
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.2 =
|
296 |
+
* Minor textual changes
|
297 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.0.1 =
|
298 |
* Minor logging changes
|
299 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.0.0 =
|