Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 5.5.0 |
Comparing to | |
See all releases |
Code changes from version 5.4.0 to 5.5.0
- opinionstage-functions.php +1 -2
- opinionstage-polls.php +3 -3
- readme.txt +5 -2
opinionstage-functions.php
CHANGED
@@ -131,9 +131,8 @@ function opinionstage_add_poll_page() {
|
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
-
<li><a href="http://blog.opinionstage.com/wordpress-poll-how-to-add-polls-to-wordpress-sites
|
135 |
<li><?php echo opinionstage_create_link('Showcase', 'showcase', ''); ?></li>
|
136 |
-
<li><a href="https://opinionstage.zendesk.com/hc/en-us/requests/new" target="_blank">Contact Us</a></li>
|
137 |
</ul>
|
138 |
</div>
|
139 |
</div>
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
+
<li><a href="http://blog.opinionstage.com/wordpress-poll-how-to-add-polls-to-wordpress-sites/?o=wp35e8" target="_blank">Help</a></li>
|
135 |
<li><?php echo opinionstage_create_link('Showcase', 'showcase', ''); ?></li>
|
|
|
136 |
</ul>
|
137 |
</div>
|
138 |
</div>
|
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: 5.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
*/
|
@@ -11,9 +11,9 @@ 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', '5.
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
-
define('OPINIONSTAGE_WIDGET_API_KEY', '
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
18 |
define('OPINIONSTAGE_WIDGET_UNIQUE_ID', 'social-polls-by-opinionstage');
|
19 |
define('OPINIONSTAGE_WIDGET_UNIQUE_LOCATION', __FILE__);
|
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: 5.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', '5.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');
|
18 |
define('OPINIONSTAGE_WIDGET_UNIQUE_ID', 'social-polls-by-opinionstage');
|
19 |
define('OPINIONSTAGE_WIDGET_UNIQUE_LOCATION', __FILE__);
|
readme.txt
CHANGED
@@ -36,7 +36,7 @@ The online poll WordPress plug-in is free and is very easy to install and use.
|
|
36 |
|
37 |
= About Opinion Stage: =
|
38 |
|
39 |
-
Opinion Stage offers web sites a highly engaging online polling / onling voting solution. For more details on Opinion Stage's onling polling solution, visit <a href="http://www.opinionstage.com?o=
|
40 |
|
41 |
== Installation ==
|
42 |
|
@@ -78,7 +78,7 @@ Yes, we plan to add the option to debate the poll. Users will be able to add a t
|
|
78 |
|
79 |
Follow these steps:
|
80 |
|
81 |
-
1. Create a new poll from <a href="http://www.opinionstage.com?o=
|
82 |
2. After the poll was created, from the dashboard, click "Add to Website" link and copy the WordPress poll code ( e.g. [socialpoll id="119543"] )
|
83 |
3. Paste the poll code you copied into the blog post/page/section
|
84 |
|
@@ -104,6 +104,9 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
|
|
|
|
|
|
107 |
= Version 5.4.0 =
|
108 |
*Added to the poll results screen the following poll stats: poll engagement stats, poll social stats & poll traffic stats
|
109 |
= Version 5.3.0 =
|
36 |
|
37 |
= About Opinion Stage: =
|
38 |
|
39 |
+
Opinion Stage offers web sites a highly engaging online polling / onling voting solution. For more details on Opinion Stage's onling polling solution, visit <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
|
40 |
|
41 |
== Installation ==
|
42 |
|
78 |
|
79 |
Follow these steps:
|
80 |
|
81 |
+
1. Create a new poll from <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">here</a>
|
82 |
2. After the poll was created, from the dashboard, click "Add to Website" link and copy the WordPress poll code ( e.g. [socialpoll id="119543"] )
|
83 |
3. Paste the poll code you copied into the blog post/page/section
|
84 |
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= Version 5.5.0 =
|
108 |
+
*Improvements & fixes on poll reporting statistics
|
109 |
+
*Improvements & fixes on poll core flows
|
110 |
= Version 5.4.0 =
|
111 |
*Added to the poll results screen the following poll stats: poll engagement stats, poll social stats & poll traffic stats
|
112 |
= Version 5.3.0 =
|