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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 6.4.0 to 6.5.0

opinionstage-functions.php CHANGED
@@ -134,8 +134,8 @@ function opinionstage_add_poll_page() {
134
  <h2>Actions</h2>
135
  <ul class="os_links_list">
136
  <li><?php echo opinionstage_create_link('Create a Poll', 'new_poll', ''); ?></li>
137
- <li><?php echo opinionstage_create_link('Manage Your Polls', 'dashboard', ''); ?></li>
138
- <li><a href="http://www.opinionstage.com/dashboard?tab=containers" target="_blank">Manage Your Containers</a></li>
139
  </ul>
140
  <h2>Help</h2>
141
  <ul class="os_links_list">
134
  <h2>Actions</h2>
135
  <ul class="os_links_list">
136
  <li><?php echo opinionstage_create_link('Create a Poll', 'new_poll', ''); ?></li>
137
+ <li><?php echo opinionstage_create_link('Manage Polls', 'dashboard', ''); ?></li>
138
+ <li><a href="http://www.opinionstage.com/dashboard?tab=containers" target="_blank">Manage Containers</a></li>
139
  </ul>
140
  <h2>Help</h2>
141
  <ul class="os_links_list">
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: 6.4.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', '6.4.0');
15
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
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: 6.5.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', '6.5.0');
15
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
17
  define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
readme.txt CHANGED
@@ -14,7 +14,7 @@ Add a powerful & easy-to-use social polling solution to your site.
14
  The Opinion Stage polling WordPress plug-in allows you to easily add social polls (or standard polls) to your website or Facebook page.
15
  <br>
16
  <br>
17
- Using Opinion Stage’s polling solution, you can discover opinions & people, improve engagement your site, drive traffic from social networks, research results using social & demographic filters and more.
18
  <br>
19
  <br>
20
  Get up & going in minutes.
@@ -116,6 +116,8 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
116
  N/A
117
 
118
  == Changelog ==
 
 
119
  = Version 6.4.0 =
120
  * New poll container
121
  * Improvements to the poll optimization dashboard
14
  The Opinion Stage polling WordPress plug-in allows you to easily add social polls (or standard polls) to your website or Facebook page.
15
  <br>
16
  <br>
17
+ Using Opinion Stage’s polling solution, you can discover opinions & people, improve engagement on your site, drive traffic from social networks, research results using social & demographic filters and more.
18
  <br>
19
  <br>
20
  Get up & going in minutes.
116
  N/A
117
 
118
  == Changelog ==
119
+ = Version 6.5.0 =
120
+ * Fix issues with voting on iphone/ipad (iOS7)
121
  = Version 6.4.0 =
122
  * New poll container
123
  * Improvements to the poll optimization dashboard