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

Version Description

  • Gutenberg fix
Download this release

Release Info

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

Code changes from version 19.6.13 to 19.6.14

gutenberg/form/src/init.php CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  exit;
14
  }
15
  function opinionStage_form_oswp_block_assets_set() {
16
- wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_form_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
13
  exit;
14
  }
15
  function opinionStage_form_oswp_block_assets_set() {
16
+ //wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_form_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
gutenberg/personality/src/init.php CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  exit;
14
  }
15
  function opinionStage_personality_oswp_block_assets_set() {
16
- wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_personality_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
13
  exit;
14
  }
15
  function opinionStage_personality_oswp_block_assets_set() {
16
+ //wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_personality_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
gutenberg/poll/src/init.php CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
14
  }
15
 
16
  function opinionStage_poll_oswp_block_assets_set() {
17
- wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
18
  wp_enqueue_style(
19
  'opinionStage_poll_oswp_style_css_set',
20
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
14
  }
15
 
16
  function opinionStage_poll_oswp_block_assets_set() {
17
+ //wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
18
  wp_enqueue_style(
19
  'opinionStage_poll_oswp_style_css_set',
20
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
gutenberg/slideshow/src/init.php CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  exit;
14
  }
15
  function opinionStage_slideshow_oswp_block_assets_set() {
16
- wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_slideshow_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
13
  exit;
14
  }
15
  function opinionStage_slideshow_oswp_block_assets_set() {
16
+ //wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_slideshow_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
gutenberg/survey/src/init.php CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  exit;
14
  }
15
  function opinionStage_survey_oswp_block_assets_set() {
16
- wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_survey_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
13
  exit;
14
  }
15
  function opinionStage_survey_oswp_block_assets_set() {
16
+ //wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_survey_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
gutenberg/trivia/src/init.php CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  exit;
14
  }
15
  function opinionStage_trivia_oswp_block_assets_set() {
16
- wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_trivia_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
13
  exit;
14
  }
15
  function opinionStage_trivia_oswp_block_assets_set() {
16
+ //wp_enqueue_style('Bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
17
  wp_enqueue_style(
18
  'opinionStage_trivia_oswp_style_css_set',
19
  plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
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.6.13
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.6.14
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
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.6.13
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
@@ -24,7 +24,7 @@ if ( defined('WP_DEBUG') && true === WP_DEBUG ) {
24
  }
25
  }
26
 
27
- define('OPINIONSTAGE_WIDGET_VERSION', '19.6.13');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
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.6.14
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
24
  }
25
  }
26
 
27
+ define('OPINIONSTAGE_WIDGET_VERSION', '19.6.14');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.opinionstage.com
4
  Tags: poll, quiz, survey, form, interactive content
5
  Requires at least: 2.8
6
  Tested up to: 5.0
7
- Stable tag: 19.6.13
8
 
9
  Add a beautiful & top performing Poll, Survey, Quiz or Form to your site. Create from scratch or use templates. Set it up in Minutes.
10
 
@@ -162,6 +162,8 @@ Polls include one question and are used for getting a quick answer on a question
162
  N/A
163
 
164
  == Changelog ==
 
 
165
  = 19.6.13 =
166
  * My Items page
167
  * updated Content Popup
4
  Tags: poll, quiz, survey, form, interactive content
5
  Requires at least: 2.8
6
  Tested up to: 5.0
7
+ Stable tag: 19.6.14
8
 
9
  Add a beautiful & top performing Poll, Survey, Quiz or Form to your site. Create from scratch or use templates. Set it up in Minutes.
10
 
162
  N/A
163
 
164
  == Changelog ==
165
+ = 19.6.14 =
166
+ * Gutenberg fix
167
  = 19.6.13 =
168
  * My Items page
169
  * updated Content Popup