Version Description
N/A
Download this release
Release Info
Developer | yoffegil |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 14.2.0 |
Comparing to | |
See all releases |
Code changes from version 14.1.0 to 14.2.0
- opinionstage-polls.php +2 -2
- opinionstage-utility-functions.php +1 -1
- readme.txt +2 -0
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Poll & Quiz Tools by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds highly engaging polls & quizzes to your site. Easily add polls & quizzes to any post/page or to your site sidebar.
|
6 |
-
Version: 14.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
@@ -12,7 +12,7 @@ Text Domain: social-polls-by-opinionstage
|
|
12 |
/* --- Static initializer for Wordpress hooks --- */
|
13 |
|
14 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
15 |
-
define('OPINIONSTAGE_WIDGET_VERSION', '14.
|
16 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Poll & Quiz Tools by OpinionStage');
|
17 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
18 |
define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
|
3 |
Plugin Name: Poll & Quiz Tools by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds highly engaging polls & quizzes to your site. Easily add polls & quizzes to any post/page or to your site sidebar.
|
6 |
+
Version: 14.2.0
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
12 |
/* --- Static initializer for Wordpress hooks --- */
|
13 |
|
14 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
15 |
+
define('OPINIONSTAGE_WIDGET_VERSION', '14.2.0');
|
16 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Poll & Quiz Tools by OpinionStage');
|
17 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
18 |
define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
|
opinionstage-utility-functions.php
CHANGED
@@ -32,7 +32,7 @@ function opinionstage_add_poll_or_set($atts) {
|
|
32 |
*
|
33 |
*/
|
34 |
function opinionstage_add_widget($atts) {
|
35 |
-
extract(shortcode_atts(array('path' => 0, 'comments' => 'true', 'sharing' => 'true', 'recommendations' => '
|
36 |
|
37 |
if(!is_feed()) {
|
38 |
return opinionstage_create_widget_embed_code($path, $comments, $sharing, $recommendations);
|
32 |
*
|
33 |
*/
|
34 |
function opinionstage_add_widget($atts) {
|
35 |
+
extract(shortcode_atts(array('path' => 0, 'comments' => 'true', 'sharing' => 'true', 'recommendations' => 'false'), $atts));
|
36 |
|
37 |
if(!is_feed()) {
|
38 |
return opinionstage_create_widget_embed_code($path, $comments, $sharing, $recommendations);
|
readme.txt
CHANGED
@@ -169,6 +169,8 @@ Yes - our editors hand-pick the top polls & quizzes. You can browse the Opinion
|
|
169 |
N/A
|
170 |
|
171 |
== Changelog ==
|
|
|
|
|
172 |
= Version 14.1.0 =
|
173 |
* Added support for disabling FB comments, sharing buttons and recommendations for Trivia quiz and Personality quiz via the widget shortcode
|
174 |
= Version 14.0.0 =
|
169 |
N/A
|
170 |
|
171 |
== Changelog ==
|
172 |
+
= Version 14.2.0 =
|
173 |
+
* Not showing recommendations by default when embedding Trivia quiz and Personality quiz via the widget shortcode
|
174 |
= Version 14.1.0 =
|
175 |
* Added support for disabling FB comments, sharing buttons and recommendations for Trivia quiz and Personality quiz via the widget shortcode
|
176 |
= Version 14.0.0 =
|