Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 5.2.0 |
Comparing to | |
See all releases |
Code changes from version 5.1.0 to 5.2.0
- opinionstage-functions.php +2 -2
- opinionstage-polls.php +2 -2
- readme.txt +3 -0
opinionstage-functions.php
CHANGED
@@ -131,9 +131,9 @@ function opinionstage_add_poll_page() {
|
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
-
<li><a href="http://blog.opinionstage.zendesk.com" target="_blank">Opinion Stage Blog</a></li>
|
135 |
<li><a href="https://opinionstage.zendesk.com/hc/en-us/requests/new" target="_blank">Contact Us</a></li>
|
136 |
-
<li><a href="http://opinionstage.com/
|
|
|
137 |
</ul>
|
138 |
</div>
|
139 |
</div>
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
|
|
134 |
<li><a href="https://opinionstage.zendesk.com/hc/en-us/requests/new" target="_blank">Contact Us</a></li>
|
135 |
+
<li><a href="http://blog.opinionstage.com/wordpress-poll-how-to-add-polls-to-wordpress-sites/" target="_blank">Help</a></li>
|
136 |
+
<li><a href="http://opinionstage.com/showcase" target="_blank">Showcase</a></li>
|
137 |
</ul>
|
138 |
</div>
|
139 |
</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,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', '5.
|
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: 5.2.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.2.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
@@ -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.1.0 =
|
108 |
*Add Facebook comments to polls added to Facebook pages
|
109 |
*Add the option to preview the poll in different widths
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= Version 5.2.0 =
|
108 |
+
*Revamp of the poll social sharing settings
|
109 |
+
*revamp of add poll to website screen
|
110 |
= Version 5.1.0 =
|
111 |
*Add Facebook comments to polls added to Facebook pages
|
112 |
*Add the option to preview the poll in different widths
|