Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 2.4.0

Version Description

N/A

Download this release

Release Info

Developer yoffegil
Plugin Icon 128x128 Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
Version 2.4.0
Comparing to
See all releases

Code changes from version 2.3.0 to 2.4.0

Files changed (2) hide show
  1. opinionstage-polls.php +2 -2
  2. readme.txt +16 -12
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.3.0
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.3.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');
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.4.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.4.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
@@ -24,7 +24,7 @@ The social poll plug-in is completely free and is easy to install and use.
24
  * Filter the poll participant list according to vote
25
  * Follow users that participated in the poll
26
  * Get notified about poll votes of users you follow (optionally)
27
- * Filter the poll results by users you follow
28
  * Filter the poll results by gender
29
  * Discover what poll participants voted in other polls by visiting their profile
30
  * Get the poll question & poll votes shared in social networks, driving additional traffic to your site
@@ -76,14 +76,14 @@ Yes, we plan to add the option to debate the poll. Users will be able to add a t
76
 
77
  Follow these steps:
78
 
79
- 1. Create a new poll / debate from <a href="http://www.opinionstage.com?o=wp-v-readme" target="_blank">here</a>
80
  2. From the poll page, click get code and copy the embed ID
81
  3. Click on the poll icon in the WordPress text editor to open the poll embed dialog
82
  4. Paste the ID you copied in the embed dialog
83
 
84
  = What is the embed ID and where can I find it? =
85
 
86
- Each poll has a unique ID which identifies it. The poll ID can be found in the poll embed button on the poll / debate page.
87
 
88
  = Can I embed a poll manually? =
89
 
@@ -95,7 +95,7 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
95
  2. **Two sided poll: after vote** - After voting in the poll, users are encouraged to share their poll vote in Facebook or Twitter driving additional traffic to the site
96
  3. **Full list of poll voters** - Click 'view all', to view the full list of poll voters and discover who supports what. You can also follow users from this screen
97
  4. **Profile of poll participant** - click on one of the poll participants to view his/her opinion profile. The profile includes votes in other polls, list of following users and more
98
- 5. **Start a poll / debate form** - Just add a question, add sides & select a topic and you're ready to go. Click the 'show details' for advanced poll options
99
  6. **Insert social poll icon** - From the WordPress editor, click on the social poll icon to add a poll to the post/page
100
 
101
  == Upgrade Notice ==
@@ -103,35 +103,39 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
103
  N/A
104
 
105
  == Changelog ==
106
- = Version 2.3.0 (12 March 2013) =
 
 
 
 
107
  * Improved creation flow of polls
108
  * Added basic report per poll in Opininion-Stage dashboard
109
  * Added account report in Opininion-Stage dashboard
110
- = Version 2.2.0 (28 Feb 2013) =
111
  * Polls are now localized for Arabic
112
  * Better support for sidebars (300px)
113
  * Supporting longer side texts
114
- = Version 2.1.0 (7 Feb 2013) =
115
  * Polls are now displayed properly in mobile environments
116
  * Additional built-in poll themes
117
  * When clicking on poll participants, the user is now redirected to their social network profile
118
  * Polls are now localized for Spanish
119
  * You can now set whether you would like to display the number of votes in the poll
120
  * Support for election polls (e.g. poll results displayed in points, add a minimum cliff, etc)
121
- = Version 2.0.0 (12 Dec 2012) =
122
  * Support for multiple sided polls
123
  * Added the option to configure the URL in which the poll will be hosted. This will allow to direct additional traffic from social network shares and emails back to the location where the poll is hosted
124
  * Added the option to set the order in which the poll results are displayed. You can either set it so that the poll sides are located in the order they were configured or set them so that the side with the most votes is displayed on top
125
- = Version 1.2.0 (25 Nov 2012) =
126
  * Poll width can now be set, supported poll widths are 400-620 pxl
127
  * Poll widget performance optimizations for high traffic polling deployments
128
  * Support customized color themes for the polls
129
- = Version 1.1.0 (2 Oct 2012) =
130
  * Added an optional gender filter to the poll, so that poll results can be viewed by gender
131
  * Added a central dashboard for managing all polls
132
  * Added the option to display a detailed text description of the poll question to the poll widget
133
  * Added the ability to configure which image is shared when sharing the poll or the poll vote on Facebook
134
- = Version 1.0.1 (26 Aug 2012) =
135
  * Improvements in the poll embed flow to ease insertion of polls
136
- = Version 1.0.0 (15 Aug 2012) =
137
  * First social poll version
24
  * Filter the poll participant list according to vote
25
  * Follow users that participated in the poll
26
  * Get notified about poll votes of users you follow (optionally)
27
+ * Filter the poll results by users you follow (e.g Facebook friends)
28
  * Filter the poll results by gender
29
  * Discover what poll participants voted in other polls by visiting their profile
30
  * Get the poll question & poll votes shared in social networks, driving additional traffic to your site
76
 
77
  Follow these steps:
78
 
79
+ 1. Create a new poll from <a href="http://www.opinionstage.com?o=wp-v-readme" target="_blank">here</a>
80
  2. From the poll page, click get code and copy the embed ID
81
  3. Click on the poll icon in the WordPress text editor to open the poll embed dialog
82
  4. Paste the ID you copied in the embed dialog
83
 
84
  = What is the embed ID and where can I find it? =
85
 
86
+ Each poll has a unique ID which identifies it. The poll ID can be found in the poll embed button on the poll page.
87
 
88
  = Can I embed a poll manually? =
89
 
95
  2. **Two sided poll: after vote** - After voting in the poll, users are encouraged to share their poll vote in Facebook or Twitter driving additional traffic to the site
96
  3. **Full list of poll voters** - Click 'view all', to view the full list of poll voters and discover who supports what. You can also follow users from this screen
97
  4. **Profile of poll participant** - click on one of the poll participants to view his/her opinion profile. The profile includes votes in other polls, list of following users and more
98
+ 5. **Start a poll form** - Just add a question, add sides & select a topic and you're ready to go. Click the 'show details' for advanced poll options
99
  6. **Insert social poll icon** - From the WordPress editor, click on the social poll icon to add a poll to the post/page
100
 
101
  == Upgrade Notice ==
103
  N/A
104
 
105
  == Changelog ==
106
+ = Version 2.4.0 =
107
+ * Better support for anonymous voting
108
+ * Improved embed options to support both dynamic and constant width for the polls
109
+ * Polls can now be closed from the Opininion-Stage dashboard
110
+ = Version 2.3.0 =
111
  * Improved creation flow of polls
112
  * Added basic report per poll in Opininion-Stage dashboard
113
  * Added account report in Opininion-Stage dashboard
114
+ = Version 2.2.0 =
115
  * Polls are now localized for Arabic
116
  * Better support for sidebars (300px)
117
  * Supporting longer side texts
118
+ = Version 2.1.0 =
119
  * Polls are now displayed properly in mobile environments
120
  * Additional built-in poll themes
121
  * When clicking on poll participants, the user is now redirected to their social network profile
122
  * Polls are now localized for Spanish
123
  * You can now set whether you would like to display the number of votes in the poll
124
  * Support for election polls (e.g. poll results displayed in points, add a minimum cliff, etc)
125
+ = Version 2.0.0 =
126
  * Support for multiple sided polls
127
  * Added the option to configure the URL in which the poll will be hosted. This will allow to direct additional traffic from social network shares and emails back to the location where the poll is hosted
128
  * Added the option to set the order in which the poll results are displayed. You can either set it so that the poll sides are located in the order they were configured or set them so that the side with the most votes is displayed on top
129
+ = Version 1.2.0 =
130
  * Poll width can now be set, supported poll widths are 400-620 pxl
131
  * Poll widget performance optimizations for high traffic polling deployments
132
  * Support customized color themes for the polls
133
+ = Version 1.1.0 =
134
  * Added an optional gender filter to the poll, so that poll results can be viewed by gender
135
  * Added a central dashboard for managing all polls
136
  * Added the option to display a detailed text description of the poll question to the poll widget
137
  * Added the ability to configure which image is shared when sharing the poll or the poll vote on Facebook
138
+ = Version 1.0.1 =
139
  * Improvements in the poll embed flow to ease insertion of polls
140
+ = Version 1.0.0 =
141
  * First social poll version