Version Description
N/A
Download this release
Release Info
Developer | kucaahbe |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.2.5 |
Comparing to | |
See all releases |
Code changes from version 19.2.4 to 19.2.5
- admin/menu-page-template.php +1 -1
- opinionstage-polls.php +2 -2
- readme.txt +3 -1
admin/menu-page-template.php
CHANGED
@@ -86,7 +86,7 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
86 |
</div>
|
87 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
88 |
<div class="title">Outcome Quiz</div>
|
89 |
-
<div class="example">e.g.
|
90 |
</div>
|
91 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
92 |
<?php echo opinionstage_create_widget_link('outcome', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
86 |
</div>
|
87 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
88 |
<div class="title">Outcome Quiz</div>
|
89 |
+
<div class="example">e.g. Where should you travel next?</div>
|
90 |
</div>
|
91 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
92 |
<?php echo opinionstage_create_widget_link('outcome', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
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.2.
|
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.2.
|
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.2.5
|
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.2.5');
|
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.9
|
7 |
-
Stable tag: 19.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,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.2.4 =
|
296 |
* tested up to 4.9 WordPress version
|
297 |
* Minor textual changes
|
4 |
Tags: poll, quiz, survey, form builder, slideshow
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 19.2.5
|
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.2.5 =
|
296 |
+
* minor text updates
|
297 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.4 =
|
298 |
* tested up to 4.9 WordPress version
|
299 |
* Minor textual changes
|