Version Description
N/A
Download this release
Release Info
Developer | yoffegil |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 14.5.0 |
Comparing to | |
See all releases |
Code changes from version 14.4.0 to 14.5.0
- opinionstage-polls.php +2 -2
- style.css → opinionstage-style.css +0 -0
- 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.5.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.5.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');
|
style.css → opinionstage-style.css
RENAMED
File without changes
|
opinionstage-utility-functions.php
CHANGED
@@ -162,7 +162,7 @@ function opinionstage_create_link($caption, $page, $params = "", $css_class = ''
|
|
162 |
*/
|
163 |
function opinionstage_add_stylesheet() {
|
164 |
// Respects SSL, Style.css is relative to the current file
|
165 |
-
wp_register_style( 'opinionstage-style', plugins_url('style.css', __FILE__) );
|
166 |
wp_register_style( 'opinionstage-font-style', plugins_url('opinionstage-font.css', __FILE__) );
|
167 |
wp_enqueue_style( 'opinionstage-style' );
|
168 |
wp_enqueue_style( 'opinionstage-font-style' );
|
162 |
*/
|
163 |
function opinionstage_add_stylesheet() {
|
164 |
// Respects SSL, Style.css is relative to the current file
|
165 |
+
wp_register_style( 'opinionstage-style', plugins_url('opinionstage-style.css', __FILE__) );
|
166 |
wp_register_style( 'opinionstage-font-style', plugins_url('opinionstage-font.css', __FILE__) );
|
167 |
wp_enqueue_style( 'opinionstage-style' );
|
168 |
wp_enqueue_style( 'opinionstage-font-style' );
|
readme.txt
CHANGED
@@ -242,6 +242,8 @@ You can create many different types of quizzes: Trivia quiz, personality quiz, i
|
|
242 |
N/A
|
243 |
|
244 |
== Changelog ==
|
|
|
|
|
245 |
= Version 14.4.0 =
|
246 |
* Complete ui revamp
|
247 |
* Removed obsolete polls insertion popup and tinymce integration
|
242 |
N/A
|
243 |
|
244 |
== Changelog ==
|
245 |
+
= Version 14.5.0 =
|
246 |
+
* Renamed style to avoid css caching issues
|
247 |
= Version 14.4.0 =
|
248 |
* Complete ui revamp
|
249 |
* Removed obsolete polls insertion popup and tinymce integration
|