Version Description
N/A
Download this release
Release Info
Developer | yoffegil |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 7.0.0 |
Comparing to | |
See all releases |
Code changes from version 6.9.0 to 7.0.0
- opinionstage-functions.php +0 -10
- opinionstage-polls.php +2 -2
- readme.txt +2 -0
opinionstage-functions.php
CHANGED
@@ -155,16 +155,6 @@ function opinionstage_load_scripts() {
|
|
155 |
wp_enqueue_script( 'ospolls', plugins_url(OPINIONSTAGE_WIDGET_UNIQUE_ID.'/opinionstage_plugin.js'), array( 'jquery', 'thickbox' ));
|
156 |
}
|
157 |
|
158 |
-
function mytheme_tinymce_config( $init ) {
|
159 |
-
$valid_shortcode = OPINIONSTAGE_WIDGET_SHORTCODE;
|
160 |
-
if ( isset( $init['extended_valid_elements'] ) ) {
|
161 |
-
$init['extended_valid_elements'] .= ',' . $valid_shortcode;
|
162 |
-
} else {
|
163 |
-
$init['extended_valid_elements'] = $valid_shortcode;
|
164 |
-
}
|
165 |
-
return $init;
|
166 |
-
}
|
167 |
-
|
168 |
/**
|
169 |
* The popup window in the post/page edit/new page
|
170 |
*/
|
155 |
wp_enqueue_script( 'ospolls', plugins_url(OPINIONSTAGE_WIDGET_UNIQUE_ID.'/opinionstage_plugin.js'), array( 'jquery', 'thickbox' ));
|
156 |
}
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
/**
|
159 |
* The popup window in the post/page edit/new page
|
160 |
*/
|
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:
|
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', '
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
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: 7.0.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', '7.0.0');
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
readme.txt
CHANGED
@@ -116,6 +116,8 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
116 |
N/A
|
117 |
|
118 |
== Changelog ==
|
|
|
|
|
119 |
= Version 6.9.0 =
|
120 |
* First version of Poll Sets
|
121 |
* First version of redirect after poll vote
|
116 |
N/A
|
117 |
|
118 |
== Changelog ==
|
119 |
+
= Version 7.0.0 =
|
120 |
+
* Fixed potential collisions with other plugins
|
121 |
= Version 6.9.0 =
|
122 |
* First version of Poll Sets
|
123 |
* First version of redirect after poll vote
|