Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 19.7.5

Version Description

  • fixed html render issue on create items page
Download this release

Release Info

Developer artemopinionstage
Plugin Icon 128x128 Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
Version 19.7.5
Comparing to
See all releases

Code changes from version 19.7.4 to 19.7.5

Files changed (4) hide show
  1. admin/views/settings.php +11 -11
  2. opinionstage-polls.php +1 -1
  3. plugin.php +2 -2
  4. readme.txt +3 -1
admin/views/settings.php CHANGED
@@ -38,7 +38,7 @@ defined( 'ABSPATH' ) || die();
38
  <div id="opinionstage-section-create" class="opinionstage-dashboard-section">
39
  <div class="opinionstage-section-header">
40
  <div class="opinionstage-section-title"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></div>
41
- <?php echo esc_html( opinionstage_help_links( __( 'Need help adding items to your site?', 'social-polls-by-opinionstage' ), 'https://help.opinionstage.com/wordpress-plugin/how-to-add-items-to-your-wordpress-site', 'opinionstage-need-help-link' ) ); ?>
42
  </div>
43
  <div class="opinionstage-section-content" style="position: relative;">
44
  <div class="opinionstage-section-raw">
@@ -50,8 +50,8 @@ defined( 'ABSPATH' ) || die();
50
  <div class="example"><?php esc_html_e( 'Get opinions, run contests & competitions', 'social-polls-by-opinionstage' ); ?></div>
51
  </div>
52
  <div class="opinionstage-section-cell opinionstage-btn-cell">
53
- <?php echo esc_html( opinionstage_create_poll_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ) ); ?>
54
- <?php echo esc_html( opinionstage_template_poll_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ) ); ?>
55
  </div>
56
  </div>
57
  <div class="opinionstage-section-raw">
@@ -63,8 +63,8 @@ defined( 'ABSPATH' ) || die();
63
  <div class="example"><?php esc_html_e( 'Create a personality test or a product/service selector', 'social-polls-by-opinionstage' ); ?></div>
64
  </div>
65
  <div class="opinionstage-section-cell opinionstage-btn-cell">
66
- <?php echo esc_html( opinionstage_create_personality_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ) ); ?>
67
- <?php echo esc_html( opinionstage_template_personality_quiz_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ) ); ?>
68
  </div>
69
  </div>
70
  <div class="opinionstage-section-raw">
@@ -76,8 +76,8 @@ defined( 'ABSPATH' ) || die();
76
  <div class="example"><?php esc_html_e( 'Create a knowledge test or assessment', 'social-polls-by-opinionstage' ); ?></div>
77
  </div>
78
  <div class="opinionstage-section-cell opinionstage-btn-cell">
79
- <?php echo esc_html( opinionstage_create_trivia_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ) ); ?>
80
- <?php echo esc_html( opinionstage_template_trivia_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ) ); ?>
81
  </div>
82
  </div>
83
  <div class="opinionstage-section-raw">
@@ -89,8 +89,8 @@ defined( 'ABSPATH' ) || die();
89
  <div class="example"><?php esc_html_e( 'Gather feedback from your users', 'social-polls-by-opinionstage' ); ?></div>
90
  </div>
91
  <div class="opinionstage-section-cell opinionstage-btn-cell">
92
- <?php echo esc_html( opinionstage_create_survey_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ) ); ?>
93
- <?php echo esc_html( opinionstage_template_survey_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ) ); ?>
94
  </div>
95
  </div>
96
  <div class="opinionstage-section-raw">
@@ -102,8 +102,8 @@ defined( 'ABSPATH' ) || die();
102
  <div class="example"><?php esc_html_e( 'Gather information from your users', 'social-polls-by-opinionstage' ); ?></div>
103
  </div>
104
  <div class="opinionstage-section-cell opinionstage-btn-cell">
105
- <?php echo esc_html( opinionstage_create_form_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ) ); ?>
106
- <?php echo esc_html( opinionstage_template_form_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ) ); ?>
107
  </div>
108
  </div>
109
  </div>
38
  <div id="opinionstage-section-create" class="opinionstage-dashboard-section">
39
  <div class="opinionstage-section-header">
40
  <div class="opinionstage-section-title"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></div>
41
+ <?php echo opinionstage_help_links( __( 'Need help adding items to your site?', 'social-polls-by-opinionstage' ), 'https://help.opinionstage.com/wordpress-plugin/how-to-add-items-to-your-wordpress-site', 'opinionstage-need-help-link' ); ?>
42
  </div>
43
  <div class="opinionstage-section-content" style="position: relative;">
44
  <div class="opinionstage-section-raw">
50
  <div class="example"><?php esc_html_e( 'Get opinions, run contests & competitions', 'social-polls-by-opinionstage' ); ?></div>
51
  </div>
52
  <div class="opinionstage-section-cell opinionstage-btn-cell">
53
+ <?php echo opinionstage_create_poll_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
54
+ <?php echo opinionstage_template_poll_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ); ?>
55
  </div>
56
  </div>
57
  <div class="opinionstage-section-raw">
63
  <div class="example"><?php esc_html_e( 'Create a personality test or a product/service selector', 'social-polls-by-opinionstage' ); ?></div>
64
  </div>
65
  <div class="opinionstage-section-cell opinionstage-btn-cell">
66
+ <?php echo opinionstage_create_personality_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
67
+ <?php echo opinionstage_template_personality_quiz_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ); ?>
68
  </div>
69
  </div>
70
  <div class="opinionstage-section-raw">
76
  <div class="example"><?php esc_html_e( 'Create a knowledge test or assessment', 'social-polls-by-opinionstage' ); ?></div>
77
  </div>
78
  <div class="opinionstage-section-cell opinionstage-btn-cell">
79
+ <?php echo opinionstage_create_trivia_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
80
+ <?php echo opinionstage_template_trivia_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ); ?>
81
  </div>
82
  </div>
83
  <div class="opinionstage-section-raw">
89
  <div class="example"><?php esc_html_e( 'Gather feedback from your users', 'social-polls-by-opinionstage' ); ?></div>
90
  </div>
91
  <div class="opinionstage-section-cell opinionstage-btn-cell">
92
+ <?php echo opinionstage_create_survey_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
93
+ <?php echo opinionstage_template_survey_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ); ?>
94
  </div>
95
  </div>
96
  <div class="opinionstage-section-raw">
102
  <div class="example"><?php esc_html_e( 'Gather information from your users', 'social-polls-by-opinionstage' ); ?></div>
103
  </div>
104
  <div class="opinionstage-section-cell opinionstage-btn-cell">
105
+ <?php echo opinionstage_create_form_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template' ); ?>
106
+ <?php echo opinionstage_template_form_link( 'opinionstage-blue-bordered-btn opinionstage-create-btn os_use_template_btn template' ); ?>
107
  </div>
108
  </div>
109
  </div>
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.7.4
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.7.5
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: Poll, Survey & Quiz by OpinionStage
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.7.4
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.7.4' );
38
 
39
  define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
40
 
8
  * Plugin Name: Poll, Survey & Quiz by OpinionStage
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.7.5
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.7.5' );
38
 
39
  define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
40
 
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.6
7
- Stable tag: 19.7.4
8
  Requires PHP: 5.2
9
 
10
  Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
@@ -138,6 +138,8 @@ Opinion Stage makes it easy for you to comply with the GDPR regulation. For more
138
  N/A
139
 
140
  == Changelog ==
 
 
141
  = 19.7.4 =
142
  * updated plugin name
143
  * added poll on disabling plugin
4
  Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
5
  Requires at least: 2.8
6
  Tested up to: 5.6
7
+ Stable tag: 19.7.5
8
  Requires PHP: 5.2
9
 
10
  Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
138
  N/A
139
 
140
  == Changelog ==
141
+ = 19.7.5 =
142
+ * fixed html render issue on create items page
143
  = 19.7.4 =
144
  * updated plugin name
145
  * added poll on disabling plugin