Version Description
N/A
Download this release
Release Info
Developer | kucaahbe |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.2.4 |
Comparing to | |
See all releases |
Code changes from version 19.2.3 to 19.2.4
- admin/menu-page-template.php +4 -4
- opinionstage-polls.php +2 -2
- readme.txt +5 -2
admin/menu-page-template.php
CHANGED
@@ -109,7 +109,7 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
109 |
<div class="os-icon icon-os-widget-form"></div>
|
110 |
</div>
|
111 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
112 |
-
<div class="title">
|
113 |
<div class="example">e.g. Collect email addresses</div>
|
114 |
</div>
|
115 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
@@ -240,17 +240,17 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
240 |
<div class="opinionstage-dashboard-right">
|
241 |
<div id="opinionstage-section-help" class="opinionstage-dashboard-section">
|
242 |
<div class="opinionstage-section-header">
|
243 |
-
<div class="opinionstage-section-title">Help
|
244 |
</div>
|
245 |
<div class="opinionstage-section-content">
|
246 |
<div class="opinionstage-help-row">
|
247 |
<a href="http://blog.opinionstage.com/how-to-add-interactive-content-on-wordpress/?o=wp35e8" class="opinionstage-help-link" target="_blank">How to use this plugin</a>
|
248 |
</div>
|
249 |
<div class="opinionstage-help-row">
|
250 |
-
<?php echo opinionstage_create_link('
|
251 |
</div>
|
252 |
<div class="opinionstage-help-row">
|
253 |
-
<a href="http://blog.opinionstage.com/video-tutorials" class="opinionstage-help-link" target="_blank">View video tutorials</a>
|
254 |
</div>
|
255 |
<div class="opinionstage-help-row">
|
256 |
<a href="https://www.opinionstage.com/dashboard/content?o=wp35e8" class="opinionstage-help-link" target="_blank">To contact us, click here and then on the chat window located on bottom/right of screen</a>
|
109 |
<div class="os-icon icon-os-widget-form"></div>
|
110 |
</div>
|
111 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
112 |
+
<div class="title">Form</div>
|
113 |
<div class="example">e.g. Collect email addresses</div>
|
114 |
</div>
|
115 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
240 |
<div class="opinionstage-dashboard-right">
|
241 |
<div id="opinionstage-section-help" class="opinionstage-dashboard-section">
|
242 |
<div class="opinionstage-section-header">
|
243 |
+
<div class="opinionstage-section-title">Need Help?</div>
|
244 |
</div>
|
245 |
<div class="opinionstage-section-content">
|
246 |
<div class="opinionstage-help-row">
|
247 |
<a href="http://blog.opinionstage.com/how-to-add-interactive-content-on-wordpress/?o=wp35e8" class="opinionstage-help-link" target="_blank">How to use this plugin</a>
|
248 |
</div>
|
249 |
<div class="opinionstage-help-row">
|
250 |
+
<?php echo opinionstage_create_link('Live content examples', 'discover', '', 'opinionstage-help-link'); ?>
|
251 |
</div>
|
252 |
<div class="opinionstage-help-row">
|
253 |
+
<a href="http://blog.opinionstage.com/video-tutorials" class="opinionstage-help-link" target="_blank">View all video tutorials</a>
|
254 |
</div>
|
255 |
<div class="opinionstage-help-row">
|
256 |
<a href="https://www.opinionstage.com/dashboard/content?o=wp35e8" class="opinionstage-help-link" target="_blank">To contact us, click here and then on the chat window located on bottom/right of screen</a>
|
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.4
|
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.4');
|
28 |
|
29 |
define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
|
30 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: OpinionStage.com
|
|
3 |
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.
|
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,9 @@ 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.3 =
|
296 |
* fix content popup video placing issue
|
297 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.2 =
|
3 |
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.4
|
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.4 =
|
296 |
+
* tested up to 4.9 WordPress version
|
297 |
+
* Minor textual changes
|
298 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.3 =
|
299 |
* fix content popup video placing issue
|
300 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.2 =
|