Version Description
- internal code improvements
Download this release
Release Info
Developer | artemopinionstage |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.8.7 |
Comparing to | |
See all releases |
Code changes from version 19.8.6 to 19.8.7
- admin/message-handler.php +1 -1
- opinionstage-polls.php +1 -1
- plugin.php +2 -2
- readme.txt +3 -1
admin/message-handler.php
CHANGED
@@ -44,7 +44,7 @@ function opinionstage_display_wp_message(){
|
|
44 |
$message_title_display = get_option('oswp_message_title');
|
45 |
$message_content_display = get_option('oswp_message_content');
|
46 |
$message_content_display = str_replace('\\','',htmlspecialchars_decode($message_content_display));
|
47 |
-
echo '<div class="notice notice-success" id="oswp_hide_div" style="overflow: hidden; position: relative;padding-top: 10px; padding-bottom: 20px;"><
|
48 |
}
|
49 |
|
50 |
add_action( 'admin_footer', 'opinionstage_message_handler_javascript' );
|
44 |
$message_title_display = get_option('oswp_message_title');
|
45 |
$message_content_display = get_option('oswp_message_content');
|
46 |
$message_content_display = str_replace('\\','',htmlspecialchars_decode($message_content_display));
|
47 |
+
echo '<div class="notice notice-success" id="oswp_hide_div" style="overflow: hidden; position: relative;padding-top: 10px; padding-bottom: 20px;"><h3 style="margin-bottom:0px;margin-top: 10px;margin-left: 10px;float: none;">'.$message_title_display.'</h3><p> '.$message_content_display.'</p><div style="clear:both;"></div><button id="read_message" type="submit" class="button button-primary button-large" style="margin-left: 90px;margin-top: 10px;">Mark as Read</button><button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button></div>';
|
48 |
}
|
49 |
|
50 |
add_action( 'admin_footer', 'opinionstage_message_handler_javascript' );
|
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
|
4 |
Plugin URI: https://www.opinionstage.com
|
5 |
Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
|
6 |
-
Version: 19.8.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: https://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
3 |
Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
|
4 |
Plugin URI: https://www.opinionstage.com
|
5 |
Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
|
6 |
+
Version: 19.8.7
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: https://www.opinionstage.com
|
9 |
Text Domain: social-polls-by-opinionstage
|
plugin.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Plugin Name: Quiz, Poll, Survey & Form by Opinion Stage
|
9 |
* Plugin URI: https://www.opinionstage.com
|
10 |
* Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
|
11 |
-
* Version: 19.8.
|
12 |
* Author: OpinionStage.com
|
13 |
* Author URI: https://www.opinionstage.com
|
14 |
* Text Domain: social-polls-by-opinionstage
|
@@ -34,7 +34,7 @@ if ( defined( 'WP_DEBUG' ) && true === WP_DEBUG ) {
|
|
34 |
}
|
35 |
}
|
36 |
|
37 |
-
define( 'OPINIONSTAGE_WIDGET_VERSION', '19.8.
|
38 |
|
39 |
define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
|
40 |
define( 'OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8' );
|
8 |
* Plugin Name: Quiz, Poll, Survey & Form by Opinion Stage
|
9 |
* Plugin URI: https://www.opinionstage.com
|
10 |
* Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
|
11 |
+
* Version: 19.8.7
|
12 |
* Author: OpinionStage.com
|
13 |
* Author URI: https://www.opinionstage.com
|
14 |
* Text Domain: social-polls-by-opinionstage
|
34 |
}
|
35 |
}
|
36 |
|
37 |
+
define( 'OPINIONSTAGE_WIDGET_VERSION', '19.8.7' );
|
38 |
|
39 |
define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
|
40 |
define( 'OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8' );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.opinionstage.com
|
|
4 |
Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.8
|
7 |
-
Stable tag: 19.8.
|
8 |
Requires PHP: 7.0
|
9 |
|
10 |
Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
|
@@ -139,6 +139,8 @@ Opinion Stage makes it easy for you to comply with the GDPR regulation. For more
|
|
139 |
N/A
|
140 |
|
141 |
== Changelog ==
|
|
|
|
|
142 |
= 19.8.6 =
|
143 |
* UI update for not connected users
|
144 |
= 19.8.5 =
|
4 |
Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.8
|
7 |
+
Stable tag: 19.8.7
|
8 |
Requires PHP: 7.0
|
9 |
|
10 |
Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
|
139 |
N/A
|
140 |
|
141 |
== Changelog ==
|
142 |
+
= 19.8.7 =
|
143 |
+
* internal code improvements
|
144 |
= 19.8.6 =
|
145 |
* UI update for not connected users
|
146 |
= 19.8.5 =
|