Version Description
N/A
Download this release
Release Info
Developer | yoffegil |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.2.0
- opinionstage-polls.php +2 -2
- readme.txt +5 -1
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: 2.
|
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', '2.
|
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: 2.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', '2.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
@@ -76,7 +76,7 @@ Yes, we plan to add the option to debate the poll. Users will be able to add a t
|
|
76 |
|
77 |
Follow these steps:
|
78 |
|
79 |
-
1. Create a new poll / debate from <a href="http://www.opinionstage.com
|
80 |
2. From the poll page, click get code and copy the embed ID
|
81 |
3. Click on the poll icon in the WordPress text editor to open the poll embed dialog
|
82 |
4. Paste the ID you copied in the embed dialog
|
@@ -103,6 +103,10 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
103 |
N/A
|
104 |
|
105 |
== Changelog ==
|
|
|
|
|
|
|
|
|
106 |
= Version 2.1.0 (7 Feb 2013) =
|
107 |
* Polls are now displayed properlly in mobile environments
|
108 |
* Additional built-in poll themes
|
76 |
|
77 |
Follow these steps:
|
78 |
|
79 |
+
1. Create a new poll / debate from <a href="http://www.opinionstage.com?o=wp-v-readme" target="_blank">here</a>
|
80 |
2. From the poll page, click get code and copy the embed ID
|
81 |
3. Click on the poll icon in the WordPress text editor to open the poll embed dialog
|
82 |
4. Paste the ID you copied in the embed dialog
|
103 |
N/A
|
104 |
|
105 |
== Changelog ==
|
106 |
+
= Version 2.2.0 (28 Feb 2013) =
|
107 |
+
* Polls are now localized for Arabic
|
108 |
+
* Better support for sidebars (300px)
|
109 |
+
* Supporting longer side texts
|
110 |
= Version 2.1.0 (7 Feb 2013) =
|
111 |
* Polls are now displayed properlly in mobile environments
|
112 |
* Additional built-in poll themes
|