Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 8.3.0 |
Comparing to | |
See all releases |
Code changes from version 8.2.0 to 8.3.0
- opinionstage-polls.php +2 -2
- readme.txt +3 -0
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your blog. You can easily add a social poll to your blog post/page by clicking the social poll icon in the WordPress post/page text editor.
|
6 |
-
Version: 8.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
*/
|
@@ -11,7 +11,7 @@ Author URI: http://www.opinionstage.com
|
|
11 |
/* --- Static initializer for Wordpress hooks --- */
|
12 |
|
13 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
14 |
-
define('OPINIONSTAGE_WIDGET_VERSION', '
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
3 |
Plugin Name: Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your blog. You can easily add a social poll to your blog post/page by clicking the social poll icon in the WordPress post/page text editor.
|
6 |
+
Version: 8.3.0
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
*/
|
11 |
/* --- Static initializer for Wordpress hooks --- */
|
12 |
|
13 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
14 |
+
define('OPINIONSTAGE_WIDGET_VERSION', '8.3.0');
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
readme.txt
CHANGED
@@ -131,6 +131,9 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
131 |
N/A
|
132 |
|
133 |
== Changelog ==
|
|
|
|
|
|
|
134 |
= Version 8.2.0 =
|
135 |
* Enhancements on contact generation feature
|
136 |
* Mobile polls improvements
|
131 |
N/A
|
132 |
|
133 |
== Changelog ==
|
134 |
+
= Version 8.3.0 =
|
135 |
+
* Add the option to integrate advertisement into the polls for generating revenue
|
136 |
+
* Optimizations for poll display in mobile environments
|
137 |
= Version 8.2.0 =
|
138 |
* Enhancements on contact generation feature
|
139 |
* Mobile polls improvements
|