Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 4.55 |
Comparing to | |
See all releases |
Code changes from version 4.5 to 4.55
- opinionstage-functions.php +2 -2
- opinionstage-polls.php +2 -2
- readme.txt +5 -1
opinionstage-functions.php
CHANGED
@@ -126,7 +126,7 @@ function opinionstage_add_poll_page() {
|
|
126 |
<div class="section">
|
127 |
<h2>Actions</h2>
|
128 |
<ul class="os_links_list">
|
129 |
-
<li><?php echo opinionstage_create_link('Create a
|
130 |
<li><?php echo opinionstage_create_link('Manage Your Polls', 'dashboard', ''); ?></li>
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
@@ -163,7 +163,7 @@ function opinionstage_add_poll_popup() {
|
|
163 |
?>
|
164 |
<div id="opinionstage-insert-poll-form" style="display:none;">
|
165 |
<div id="content">
|
166 |
-
<h1><strong>Insert a
|
167 |
<h3><strong>Enter Poll ID (e.g. 4567):</strong></h3>
|
168 |
<p><input type="text" name="poll-id" id="opinionstage-poll-id" value="" /></p>
|
169 |
<p class="submit">
|
126 |
<div class="section">
|
127 |
<h2>Actions</h2>
|
128 |
<ul class="os_links_list">
|
129 |
+
<li><?php echo opinionstage_create_link('Create a Poll', 'new_poll', ''); ?></li>
|
130 |
<li><?php echo opinionstage_create_link('Manage Your Polls', 'dashboard', ''); ?></li>
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
163 |
?>
|
164 |
<div id="opinionstage-insert-poll-form" style="display:none;">
|
165 |
<div id="content">
|
166 |
+
<h1><strong>Insert a Poll</strong></h1>
|
167 |
<h3><strong>Enter Poll ID (e.g. 4567):</strong></h3>
|
168 |
<p><input type="text" name="poll-id" id="opinionstage-poll-id" value="" /></p>
|
169 |
<p class="submit">
|
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.55
|
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.55');
|
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
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
|
5 |
|
6 |
Requires at least: 2.8
|
7 |
-
Tested up to: 3.
|
8 |
Stable tag: trunk
|
9 |
|
10 |
Add a powerful & easy-to-use social polling solution to your web site.
|
@@ -104,6 +104,10 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
|
|
|
|
|
|
|
|
107 |
= Version 4.5 =
|
108 |
* Localize polls for Russian and French
|
109 |
* New design for poll social login dialogue
|
4 |
Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
|
5 |
|
6 |
Requires at least: 2.8
|
7 |
+
Tested up to: 3.6
|
8 |
Stable tag: trunk
|
9 |
|
10 |
Add a powerful & easy-to-use social polling solution to your web site.
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= Version 4.55 =
|
108 |
+
*Added support for Google+ poll login
|
109 |
+
*Fixed a presentation issue with polls and https sites
|
110 |
+
*Fixed issue with poll display on Facebook pages
|
111 |
= Version 4.5 =
|
112 |
* Localize polls for Russian and French
|
113 |
* New design for poll social login dialogue
|