Version Description
- tested up to 5.9.3 Wordpress
- readme update
Download this release
Release Info
Developer | artemopinionstage |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.8.13 |
Comparing to | |
See all releases |
Code changes from version 19.8.12 to 19.8.13
- opinionstage-polls.php +1 -1
- plugin.php +2 -2
- readme.txt +15 -12
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
|
4 |
Plugin URI: https://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.8.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: https://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
3 |
Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
|
4 |
Plugin URI: https://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.8.13
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: https://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
plugin.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Plugin Name: Poll, Survey & Quiz Maker Plugin by Opinion Stage
|
9 |
* Plugin URI: https://www.opinionstage.com
|
10 |
* 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.
|
11 |
-
* Version: 19.8.
|
12 |
* Author: OpinionStage.com
|
13 |
* Author URI: https://www.opinionstage.com
|
14 |
* Text Domain: social-polls-by-opinionstage
|
@@ -34,7 +34,7 @@ if ( defined( 'WP_DEBUG' ) && true === WP_DEBUG ) {
|
|
34 |
}
|
35 |
}
|
36 |
|
37 |
-
define( 'OPINIONSTAGE_WIDGET_VERSION', '19.8.
|
38 |
|
39 |
define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
|
40 |
define( 'OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8' );
|
8 |
* Plugin Name: Poll, Survey & Quiz Maker Plugin by Opinion Stage
|
9 |
* Plugin URI: https://www.opinionstage.com
|
10 |
* 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.
|
11 |
+
* Version: 19.8.13
|
12 |
* Author: OpinionStage.com
|
13 |
* Author URI: https://www.opinionstage.com
|
14 |
* Text Domain: social-polls-by-opinionstage
|
34 |
}
|
35 |
}
|
36 |
|
37 |
+
define( 'OPINIONSTAGE_WIDGET_VERSION', '19.8.13' );
|
38 |
|
39 |
define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
|
40 |
define( 'OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8' );
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: opinionstage, yoffegil, kucaahbe
|
|
3 |
Donate link: https://www.opinionstage.com
|
4 |
Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 19.8.
|
8 |
Requires PHP: 7.0
|
9 |
|
10 |
Add a Poll, Survey, or Quiz Plugin to your WordPress site. Create a poll, quiz, or survey from scratch or based on templates.
|
@@ -134,22 +134,25 @@ Opinion Stage makes it easy for you to comply with the GDPR regulation. For more
|
|
134 |
|
135 |
== Screenshots ==
|
136 |
|
137 |
-
1.
|
138 |
-
2.
|
139 |
-
3.
|
140 |
-
4.
|
141 |
-
5.
|
142 |
-
6.
|
143 |
-
7.
|
144 |
-
8.
|
145 |
-
9.
|
146 |
-
10.
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
150 |
N/A
|
151 |
|
152 |
== Changelog ==
|
|
|
|
|
|
|
153 |
= 19.8.12 =
|
154 |
* internal code improvements
|
155 |
* tiny UI update
|
3 |
Donate link: https://www.opinionstage.com
|
4 |
Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 5.9.3
|
7 |
+
Stable tag: 19.8.13
|
8 |
Requires PHP: 7.0
|
9 |
|
10 |
Add a Poll, Survey, or Quiz Plugin to your WordPress site. Create a poll, quiz, or survey from scratch or based on templates.
|
134 |
|
135 |
== Screenshots ==
|
136 |
|
137 |
+
1. Poll example
|
138 |
+
2. Survey example
|
139 |
+
3. Trivia quiz example
|
140 |
+
4. Personality quiz example
|
141 |
+
5. Gather leads with polls and quizzes example
|
142 |
+
6. Quiz layouts
|
143 |
+
7. Templates example
|
144 |
+
8. Quiz analytics example
|
145 |
+
9. Poll for boosting engagement example
|
146 |
+
10. Quiz cover example
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
150 |
N/A
|
151 |
|
152 |
== Changelog ==
|
153 |
+
= 19.8.13 =
|
154 |
+
* tested up to 5.9.3 Wordpress
|
155 |
+
* readme update
|
156 |
= 19.8.12 =
|
157 |
* internal code improvements
|
158 |
* tiny UI update
|