Version Description
N/A
Download this release
Release Info
Developer | yoffegil |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 2.9.0 |
Comparing to | |
See all releases |
Code changes from version 2.8.0 to 2.9.0
- opinionstage-polls.php +2 -2
- readme.txt +4 -2
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Social 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: 2.
|
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', '2.
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp-v-poll');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
3 |
Plugin Name: Social 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: 2.9.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', '2.9.0');
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp-v-poll');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
readme.txt
CHANGED
@@ -103,6 +103,8 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
103 |
N/A
|
104 |
|
105 |
== Changelog ==
|
|
|
|
|
106 |
= Version 2.8.0 =
|
107 |
* Improved editing process of polls by adding a preview to the editing screen
|
108 |
* Additional layout customizations for polls - hide top bars, add bottom padding
|
@@ -112,11 +114,11 @@ N/A
|
|
112 |
* Additional customizations for the vote sharing process
|
113 |
= Version 2.6.0 =
|
114 |
* Additional customizations options to the poll: Define which filters to show, social sharing bar removal
|
115 |
-
*
|
116 |
= Version 2.5.0 =
|
117 |
* Added support for multiple selection polls
|
118 |
= Version 2.4.0 =
|
119 |
-
* Better support for
|
120 |
* Improved embed options to support both dynamic and constant width for the polls
|
121 |
* Polls can now be closed from the Opininion-Stage dashboard
|
122 |
= Version 2.3.0 =
|
103 |
N/A
|
104 |
|
105 |
== Changelog ==
|
106 |
+
= Version 2.9.0 =
|
107 |
+
* Added support for anonymous voting via cookies
|
108 |
= Version 2.8.0 =
|
109 |
* Improved editing process of polls by adding a preview to the editing screen
|
110 |
* Additional layout customizations for polls - hide top bars, add bottom padding
|
114 |
* Additional customizations for the vote sharing process
|
115 |
= Version 2.6.0 =
|
116 |
* Additional customizations options to the poll: Define which filters to show, social sharing bar removal
|
117 |
+
* Hiding vote option can be enabled / disabled by poll creator
|
118 |
= Version 2.5.0 =
|
119 |
* Added support for multiple selection polls
|
120 |
= Version 2.4.0 =
|
121 |
+
* Better support for hiding user votes
|
122 |
* Improved embed options to support both dynamic and constant width for the polls
|
123 |
* Polls can now be closed from the Opininion-Stage dashboard
|
124 |
= Version 2.3.0 =
|