Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 4.65 |
Comparing to | |
See all releases |
Code changes from version 4.6 to 4.65
- opinionstage-functions.php +4 -3
- opinionstage-polls.php +2 -2
- readme.txt +2 -0
opinionstage-functions.php
CHANGED
@@ -131,8 +131,9 @@ function opinionstage_add_poll_page() {
|
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
-
<li><a href="
|
135 |
-
<li><a href="
|
|
|
136 |
</ul>
|
137 |
</div>
|
138 |
</div>
|
@@ -176,7 +177,7 @@ function opinionstage_add_poll_popup() {
|
|
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="
|
180 |
</p>
|
181 |
</div>
|
182 |
</div>
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
+
<li><a href="http://opinionstage.zendesk.com" target="_blank">FAQs and Help</a></li>
|
135 |
+
<li><a href="http://opinionstage.zendesk.com/anonymous_requests/new" target="_blank">Contact Us</a></li>
|
136 |
+
<li><a href="http://opinionstage.com/showcase" target="_blank">View Showcase</a></li>
|
137 |
</ul>
|
138 |
</div>
|
139 |
</div>
|
177 |
<?php echo opinionstage_create_link('Find ID of an existing poll', 'dashboard', ''); ?>
|
178 |
</p>
|
179 |
<p><strong>Need help?</strong></br></br>
|
180 |
+
<a href="http://opinionstage.zendesk.com" target="_blank">FAQs and Help</a>
|
181 |
</p>
|
182 |
</div>
|
183 |
</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: 4.
|
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.
|
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.65
|
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.65');
|
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,8 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
|
|
|
|
107 |
= Version 4.6 =
|
108 |
* Add polls to Facebook pages in 2-clicks feature added
|
109 |
* Enhanced poll reporting that includes poll result filters
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= Version 4.65 =
|
108 |
+
* Improvements on poll sharing scenarios
|
109 |
= Version 4.6 =
|
110 |
* Add polls to Facebook pages in 2-clicks feature added
|
111 |
* Enhanced poll reporting that includes poll result filters
|