Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 4.3.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.3.0
Comparing to
See all releases

Code changes from version 4.0.0 to 4.3.0

Files changed (3) hide show
  1. opinionstage-functions.php +12 -10
  2. opinionstage-polls.php +2 -2
  3. readme.txt +13 -1
opinionstage-functions.php CHANGED
@@ -127,12 +127,11 @@ function opinionstage_add_poll_page() {
127
  <h2>Actions</h2>
128
  <ul class="os_links_list">
129
  <li><?php echo opinionstage_create_link('Create a Social Poll', 'new_poll', ''); ?></li>
130
- <li><?php echo opinionstage_create_link('Manage Your Polls (Dashboard)', 'dashboard', ''); ?></li>
131
  </ul>
132
  <h2>Help</h2>
133
- <ul class="os_links_list">
134
- <li><a href="http://www.opinionstage.com/publishers/wordpress?o=wp-v-poll" target="_blank"></a></li>
135
- <li><a href="http://www.opinionstage.com/contact_requests/new?o=wp-v-poll" target="_blank" ></a></li>
136
  <li><?php echo opinionstage_create_link('Contact Us for help', 'contact_requests/new', ''); ?></li>
137
  </ul>
138
  </div>
@@ -170,12 +169,15 @@ function opinionstage_add_poll_popup() {
170
  <p class="submit">
171
  <input type="button" id="opinionstage-submit" class="button-primary" value="Insert Poll" name="submit" />
172
  </p>
173
- <p><strong>Haven't created a poll yet?</strong></p>
174
- <p><?php echo opinionstage_create_link('Create a new poll', 'new_poll', ''); ?></p>
175
- <p><strong>Don't know the poll ID?</strong></p>
176
- <?php echo opinionstage_create_link('Find ID of an existing poll (Dashboard)', 'dashboard', ''); ?>
177
- <p><strong>Need help?</strong></p>
178
- <p><?php echo opinionstage_create_link('Contact us', 'contact_requests/new', ''); ?></p>
 
 
 
179
  </div>
180
  </div>
181
  <?php
127
  <h2>Actions</h2>
128
  <ul class="os_links_list">
129
  <li><?php echo opinionstage_create_link('Create a Social Poll', 'new_poll', ''); ?></li>
130
+ <li><?php echo opinionstage_create_link('Manage Your Polls', 'dashboard', ''); ?></li>
131
  </ul>
132
  <h2>Help</h2>
133
+ <ul class="os_links_list">
134
+ <li><a href="https://opinionstage.zendesk.com/forums?o=wp-v-poll" target="_blank">FAQs and Help</a></li>
 
135
  <li><?php echo opinionstage_create_link('Contact Us for help', 'contact_requests/new', ''); ?></li>
136
  </ul>
137
  </div>
169
  <p class="submit">
170
  <input type="button" id="opinionstage-submit" class="button-primary" value="Insert Poll" name="submit" />
171
  </p>
172
+ <p><strong>Haven't created a poll yet?</strong></br></br>
173
+ <?php echo opinionstage_create_link('Create a new poll', 'new_poll', ''); ?>
174
+ </p>
175
+ <p><strong>Don't know the poll ID?</strong></br></br>
176
+ <?php echo opinionstage_create_link('Find ID of an existing poll', 'dashboard', ''); ?>
177
+ </p>
178
+ <p><strong>Need help?</strong></br></br>
179
+ <a href="https://opinionstage.zendesk.com/forums?o=wp-v-poll" target="_blank">FAQs and Help</a>
180
+ </p>
181
  </div>
182
  </div>
183
  <?php
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.0.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.0.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.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', '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');
readme.txt CHANGED
@@ -11,7 +11,7 @@ Add a powerful & easy-to-use social polling & voting solution to your web site.
11
 
12
  == Description ==
13
 
14
- The Opinion Stage social poll plug-in allows you to easily integrate social polls into your site and Facebook page.
15
  <BR>
16
  <BR>
17
  The social polls are designed to improve user engagement, drive traffic from social networks to the page in which the poll is embedded and much more.
@@ -105,6 +105,18 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
105
  N/A
106
 
107
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
108
  = Version 4.0.0 =
109
  * UI improvemnts for the polls (filters, border etc)
110
  = Version 3.1.0 =
11
 
12
  == Description ==
13
 
14
+ The Opinion Stage social poll plug-in allows you to easily integrate social polls into your website and Facebook page.
15
  <BR>
16
  <BR>
17
  The social polls are designed to improve user engagement, drive traffic from social networks to the page in which the poll is embedded and much more.
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
111
+ * Poll style studio was improved to included many more poll style options
112
+ * New improved poll dashboard
113
+ * Poll showcase was improved to include more poll examples and detailed explanations
114
+ = Version 4.2.0 =
115
+ * Multi-sided polls support addition of multimedia (video and image)
116
+ * Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
117
+ = Version 4.1.0 =
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 =