Version Description
N/A
Download this release
Release Info
Developer | kucaahbe |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.3.0 |
Comparing to | |
See all releases |
Code changes from version 19.2.7 to 19.3.0
- admin/content-popup-button.php +1 -1
- admin/content-popup-template.html.php +5 -0
- admin/menu-page-template.php +20 -8
- admin/menu-page.php +2 -2
- opinionstage-polls.php +3 -3
- readme.txt +4 -2
admin/content-popup-button.php
CHANGED
@@ -9,5 +9,5 @@ defined( 'ABSPATH' ) or die();
|
|
9 |
height="19"
|
10 |
style="position: relative; left: -3px; top: -2px; padding: 0"
|
11 |
>
|
12 |
-
Add a Poll, Survey, Quiz, Form or
|
13 |
</button>
|
9 |
height="19"
|
10 |
style="position: relative; left: -3px; top: -2px; padding: 0"
|
11 |
>
|
12 |
+
Add a Poll, Survey, Quiz, Form, Slider or Story
|
13 |
</button>
|
admin/content-popup-template.html.php
CHANGED
@@ -45,6 +45,7 @@ function opinionstage_create_new_href() {
|
|
45 |
<?php echo opinionstage_create_widget_link('outcome', 'create-menu__itm', __('outcome quiz')) ?>
|
46 |
<?php echo opinionstage_create_widget_link('contact_form', 'create-menu__itm', __('contact form')) ?>
|
47 |
<?php echo opinionstage_create_widget_link('list', 'create-menu__itm', __('list')) ?>
|
|
|
48 |
</div>
|
49 |
</div>
|
50 |
<?php } ?>
|
@@ -109,6 +110,10 @@ function opinionstage_create_new_href() {
|
|
109 |
@click="selectWidgetType('form')"
|
110 |
:class="{ active: selectedWidgetType === 'form' }"
|
111 |
>form</div>
|
|
|
|
|
|
|
|
|
112 |
</div>
|
113 |
<div class='search'>
|
114 |
<img
|
45 |
<?php echo opinionstage_create_widget_link('outcome', 'create-menu__itm', __('outcome quiz')) ?>
|
46 |
<?php echo opinionstage_create_widget_link('contact_form', 'create-menu__itm', __('contact form')) ?>
|
47 |
<?php echo opinionstage_create_widget_link('list', 'create-menu__itm', __('list')) ?>
|
48 |
+
<?php echo opinionstage_create_widget_link('story', 'create-menu__itm', __('story')) ?>
|
49 |
</div>
|
50 |
</div>
|
51 |
<?php } ?>
|
110 |
@click="selectWidgetType('form')"
|
111 |
:class="{ active: selectedWidgetType === 'form' }"
|
112 |
>form</div>
|
113 |
+
<div class='filter__itm'
|
114 |
+
@click="selectWidgetType('story')"
|
115 |
+
:class="{ active: selectedWidgetType === 'story' }"
|
116 |
+
>story</div>
|
117 |
</div>
|
118 |
<div class='search'>
|
119 |
<img
|
admin/menu-page-template.php
CHANGED
@@ -50,7 +50,7 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
50 |
</div>
|
51 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
52 |
<div class="title">Poll</div>
|
53 |
-
<div class="example">
|
54 |
</div>
|
55 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
56 |
<?php echo opinionstage_create_poll_link('opinionstage-blue-btn opinionstage-create-btn'); ?>
|
@@ -62,7 +62,7 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
62 |
</div>
|
63 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
64 |
<div class="title">Survey</div>
|
65 |
-
<div class="example">
|
66 |
</div>
|
67 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
68 |
<?php echo opinionstage_create_widget_link('survey', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
@@ -74,7 +74,7 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
74 |
</div>
|
75 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
76 |
<div class="title">Trivia Quiz</div>
|
77 |
-
<div class="example">
|
78 |
</div>
|
79 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
80 |
<?php echo opinionstage_create_widget_link('quiz', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
@@ -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">
|
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'); ?>
|
@@ -98,7 +98,7 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
98 |
</div>
|
99 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
100 |
<div class="title">Slideshow</div>
|
101 |
-
<div class="example">
|
102 |
</div>
|
103 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
104 |
<?php echo opinionstage_create_slideshow_link( 'opinionstage-blue-btn opinionstage-create-btn' ); ?>
|
@@ -109,8 +109,8 @@ 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">Form</div>
|
113 |
-
<div class="example">
|
114 |
</div>
|
115 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
116 |
<?php echo opinionstage_create_widget_link('contact_form', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
@@ -122,12 +122,24 @@ opinionstage_enqueue_js_asset('menu-page');
|
|
122 |
</div>
|
123 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
124 |
<div class="title">List</div>
|
125 |
-
<div class="example">
|
126 |
</div>
|
127 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
128 |
<?php echo opinionstage_create_widget_link('list', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
129 |
</div>
|
130 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
</div>
|
132 |
</div>
|
133 |
</div>
|
50 |
</div>
|
51 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
52 |
<div class="title">Poll</div>
|
53 |
+
<div class="example">Get opinions, run contests & competitions</div>
|
54 |
</div>
|
55 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
56 |
<?php echo opinionstage_create_poll_link('opinionstage-blue-btn opinionstage-create-btn'); ?>
|
62 |
</div>
|
63 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
64 |
<div class="title">Survey</div>
|
65 |
+
<div class="example">Gather feedback from your users</div>
|
66 |
</div>
|
67 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
68 |
<?php echo opinionstage_create_widget_link('survey', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
74 |
</div>
|
75 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
76 |
<div class="title">Trivia Quiz</div>
|
77 |
+
<div class="example">Create a knowledge test or assessment</div>
|
78 |
</div>
|
79 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
80 |
<?php echo opinionstage_create_widget_link('quiz', '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">Create a personality or service selector</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'); ?>
|
98 |
</div>
|
99 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
100 |
<div class="title">Slideshow</div>
|
101 |
+
<div class="example">Group items in an interactive display</div>
|
102 |
</div>
|
103 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
104 |
<?php echo opinionstage_create_slideshow_link( 'opinionstage-blue-btn opinionstage-create-btn' ); ?>
|
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">Contact Form</div>
|
113 |
+
<div class="example">Gather information from your users</div>
|
114 |
</div>
|
115 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
116 |
<?php echo opinionstage_create_widget_link('contact_form', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
122 |
</div>
|
123 |
<div class="opinionstage-section-cell opinionstage-description-cell">
|
124 |
<div class="title">List</div>
|
125 |
+
<div class="example">Create a listacle of anything</div>
|
126 |
</div>
|
127 |
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
128 |
<?php echo opinionstage_create_widget_link('list', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
129 |
</div>
|
130 |
</div>
|
131 |
+
<div class="opinionstage-section-raw">
|
132 |
+
<div class="opinionstage-section-cell opinionstage-icon-cell">
|
133 |
+
<div class="os-icon icon-os-reports-set"></div>
|
134 |
+
</div>
|
135 |
+
<div class="opinionstage-section-cell opinionstage-description-cell">
|
136 |
+
<div class="title">Story</div>
|
137 |
+
<div class="example">Create an article using interactive elements</div>
|
138 |
+
</div>
|
139 |
+
<div class="opinionstage-section-cell opinionstage-btn-cell">
|
140 |
+
<?php echo opinionstage_create_widget_link('story', 'opinionstage-blue-btn opinionstage-create-btn'); ?>
|
141 |
+
</div>
|
142 |
+
</div>
|
143 |
</div>
|
144 |
</div>
|
145 |
</div>
|
admin/menu-page.php
CHANGED
@@ -13,8 +13,8 @@ function opinionstage_register_menu_page() {
|
|
13 |
if (function_exists('add_menu_page')) {
|
14 |
|
15 |
add_menu_page(
|
16 |
-
__('Poll, Survey, Quiz,
|
17 |
-
__('Poll, Survey, Quiz,
|
18 |
'edit_posts',
|
19 |
OPINIONSTAGE_MENU_SLUG,
|
20 |
'opinionstage_menu_page',
|
13 |
if (function_exists('add_menu_page')) {
|
14 |
|
15 |
add_menu_page(
|
16 |
+
__('Poll, Survey, Slider, Quiz, Form & Story', OPINIONSTAGE_TEXT_DOMAIN),
|
17 |
+
__('Poll, Survey, Slider, Quiz, Form & Story', OPINIONSTAGE_TEXT_DOMAIN),
|
18 |
'edit_posts',
|
19 |
OPINIONSTAGE_MENU_SLUG,
|
20 |
'opinionstage_menu_page',
|
opinionstage-polls.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Poll, Survey, Quiz, Slideshow &
|
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.
|
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.
|
28 |
|
29 |
define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
|
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.3.0
|
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.3.0');
|
28 |
|
29 |
define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
|
30 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Poll, Survey, Quiz, Slideshow &
|
2 |
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.9
|
7 |
-
Stable tag: 19.
|
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.7 =
|
296 |
* fix PHP installations older than 5.4
|
297 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.6 =
|
1 |
+
=== Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page ===
|
2 |
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.9
|
7 |
+
Stable tag: 19.3.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 |
N/A
|
293 |
|
294 |
== Changelog ==
|
295 |
+
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.3.0 =
|
296 |
+
* add Story support
|
297 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.7 =
|
298 |
* fix PHP installations older than 5.4
|
299 |
= Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.6 =
|