Version Description
- tested up to 6.0 Wordpress
Download this release
Release Info
Developer | artemopinionstage |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.8.14 |
Comparing to | |
See all releases |
Code changes from version 19.8.13 to 19.8.14
- opinionstage-polls.php +1 -1
- plugin.php +2 -2
- readme.txt +4 -2
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.14
|
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.14
|
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.14' );
|
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:
|
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.
|
@@ -150,6 +150,8 @@ Opinion Stage makes it easy for you to comply with the GDPR regulation. For more
|
|
150 |
N/A
|
151 |
|
152 |
== Changelog ==
|
|
|
|
|
153 |
= 19.8.13 =
|
154 |
* tested up to 5.9.3 Wordpress
|
155 |
* readme 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: 6.0
|
7 |
+
Stable tag: 19.8.14
|
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.
|
150 |
N/A
|
151 |
|
152 |
== Changelog ==
|
153 |
+
= 19.8.14 =
|
154 |
+
* tested up to 6.0 Wordpress
|
155 |
= 19.8.13 =
|
156 |
* tested up to 5.9.3 Wordpress
|
157 |
* readme update
|