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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 4.3.0 to 4.4.0

Files changed (2) hide show
  1. opinionstage-polls.php +2 -2
  2. readme.txt +10 -7
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: 4.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', '4.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: 4.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', '4.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
@@ -7,7 +7,7 @@ Requires at least: 2.8
7
  Tested up to: 3.5.1
8
  Stable tag: trunk
9
 
10
- Add a powerful & easy-to-use social polling & voting solution to your web site.
11
 
12
  == Description ==
13
 
@@ -21,7 +21,7 @@ The social poll plug-in is completely free and is very easy to install and use.
21
 
22
  = Main Poll Features: =
23
 
24
- * Create, delete or edit your polls at anytime
25
  * Poll your site visitors using their social network identities or anonymously
26
  * View the full poll participant list
27
  * Filter the poll participant list according to side votes
@@ -30,7 +30,7 @@ The social poll plug-in is completely free and is very easy to install and use.
30
  * Filter the poll results by demographic filters (e.g. by gender)
31
  * Get the poll question & poll votes shared in social networks, driving additional traffic to your site
32
  * Customize the poll's width and the poll's theme
33
- * Set the details of the social sharing (e.g. text, image & link displayed in the facebook sharing dialog)
34
  * Manage all your polls from one dashboard
35
  * Customize the poll to your needs (e.g. show/don't show number of votes, show results before / after voting, order sides by most votes or as configured, etc)
36
  * ... And much more!
@@ -105,6 +105,9 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
105
  N/A
106
 
107
  == Changelog ==
 
 
 
108
  = Version 4.3.0 =
109
  * Multiple sided polls are supported for 150 widths and above
110
  * Head-to-head polls are supported for 300 widths and above
@@ -118,7 +121,7 @@ N/A
118
  * Multi-sided polls support addition of multimedia (video and image)
119
  * Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
120
  = Version 4.0.0 =
121
- * UI improvemnts for the polls (filters, border etc)
122
  = Version 3.1.0 =
123
  * Poll creator can select number of allowed poll answers
124
  * FB poll sharing flow optimizations
@@ -132,7 +135,7 @@ N/A
132
  * Additional layout customizations for polls - hide top bars, add bottom padding
133
  * Polls can now be reset
134
  = Version 2.7.0 =
135
- * Additional poll lanugages support (German, Italian, Serbian)
136
  * Additional poll customizations for the vote sharing process
137
  = Version 2.6.0 =
138
  * Additional customizations options to the poll: Define which poll filters to show, poll social sharing bar removal
@@ -142,11 +145,11 @@ N/A
142
  = Version 2.4.0 =
143
  * Better support for hiding user votes in the poll
144
  * Improved embed options to support both dynamic and constant width for the polls
145
- * Polls can now be closed from the Opininion-Stage dashboard
146
  = Version 2.3.0 =
147
  * Improved creation flow of polls
148
  * Added basic report per poll in the Opinion Stage polls dashboard
149
- * Added account report in Opininion-Stage poll dashboard
150
  = Version 2.2.0 =
151
  * Polls are now localized for Arabic
152
  * Better support for sidebar polls (300px)
7
  Tested up to: 3.5.1
8
  Stable tag: trunk
9
 
10
+ Add a powerful & easy-to-use social polling solution to your web site.
11
 
12
  == Description ==
13
 
21
 
22
  = Main Poll Features: =
23
 
24
+ * Create, delete or edit your polls
25
  * Poll your site visitors using their social network identities or anonymously
26
  * View the full poll participant list
27
  * Filter the poll participant list according to side votes
30
  * Filter the poll results by demographic filters (e.g. by gender)
31
  * Get the poll question & poll votes shared in social networks, driving additional traffic to your site
32
  * Customize the poll's width and the poll's theme
33
+ * Set the details of the social sharing (e.g. text, image & link displayed in the facebook share)
34
  * Manage all your polls from one dashboard
35
  * Customize the poll to your needs (e.g. show/don't show number of votes, show results before / after voting, order sides by most votes or as configured, etc)
36
  * ... And much more!
105
  N/A
106
 
107
  == Changelog ==
108
+ = Version 4.4.0 =
109
+ * Polls are now localized for Portuguese
110
+ * Various minor bug fixes
111
  = Version 4.3.0 =
112
  * Multiple sided polls are supported for 150 widths and above
113
  * Head-to-head polls are supported for 300 widths and above
121
  * Multi-sided polls support addition of multimedia (video and image)
122
  * Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
123
  = Version 4.0.0 =
124
+ * UI improvements for the polls (filters, border etc)
125
  = Version 3.1.0 =
126
  * Poll creator can select number of allowed poll answers
127
  * FB poll sharing flow optimizations
135
  * Additional layout customizations for polls - hide top bars, add bottom padding
136
  * Polls can now be reset
137
  = Version 2.7.0 =
138
+ * Additional poll languages support (German, Italian, Serbian)
139
  * Additional poll customizations for the vote sharing process
140
  = Version 2.6.0 =
141
  * Additional customizations options to the poll: Define which poll filters to show, poll social sharing bar removal
145
  = Version 2.4.0 =
146
  * Better support for hiding user votes in the poll
147
  * Improved embed options to support both dynamic and constant width for the polls
148
+ * Polls can now be closed from the Opinion-Stage dashboard
149
  = Version 2.3.0 =
150
  * Improved creation flow of polls
151
  * Added basic report per poll in the Opinion Stage polls dashboard
152
+ * Added account report in Opinion-Stage poll dashboard
153
  = Version 2.2.0 =
154
  * Polls are now localized for Arabic
155
  * Better support for sidebar polls (300px)