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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 19.2.1 to 19.2.2

admin/content-popup-template.html.php CHANGED
@@ -198,6 +198,9 @@ function opinionstage_create_new_href() {
198
  <button class="opinionstage-blue-btn" type="submit" id="os-start-login" data-os-login>CONNECT</button>
199
  </form>
200
  </div>
 
 
 
201
  </div>
202
  </div>
203
  <div v-else>
198
  <button class="opinionstage-blue-btn" type="submit" id="os-start-login" data-os-login>CONNECT</button>
199
  </form>
200
  </div>
201
+ <div class="opinionstage-introduction-video">
202
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/zwcRWGsOxxQ?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
203
+ </div>
204
  </div>
205
  </div>
206
  <div v-else>
admin/menu-page-template.php CHANGED
@@ -232,7 +232,7 @@ opinionstage_enqueue_js_asset('menu-page');
232
  </div>
233
  <div class="opinionstage-section-content">
234
  <div class="opinionstage-video-container">
235
- <iframe width="560" height="315" class="opinionstage-video-itm" src="https://www.youtube.com/embed/Ut6ibSvGI4A" frameborder="0" allowfullscreen></iframe>
236
  </div>
237
  </div>
238
  </div>
232
  </div>
233
  <div class="opinionstage-section-content">
234
  <div class="opinionstage-video-container">
235
+ <iframe width="560" height="315" class="opinionstage-video-itm" src="https://www.youtube.com/embed/zwcRWGsOxxQ?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
236
  </div>
237
  </div>
238
  </div>
assets/content-popup/styles/content-popup.scss CHANGED
@@ -447,6 +447,12 @@
447
  text-align: center;
448
  padding: 40px;
449
  }
 
 
 
 
 
 
450
  .opinionstage-connect-form {
451
  margin-top: 20px;
452
  display: flex;
447
  text-align: center;
448
  padding: 40px;
449
  }
450
+
451
+ .opinionstage-introduction-video {
452
+ text-align: center;
453
+ padding: 20px;
454
+ }
455
+
456
  .opinionstage-connect-form {
457
  margin-top: 20px;
458
  display: flex;
opinionstage-polls.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Quiz, Slideshow & Form Builder
4
  Plugin URI: http://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.2.1
7
  Author: OpinionStage.com
8
  Author URI: http://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.2.1');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
3
  Plugin Name: Poll, Survey, Quiz, Slideshow & Form Builder
4
  Plugin URI: http://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.2.2
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
24
  }
25
  }
26
 
27
+ define('OPINIONSTAGE_WIDGET_VERSION', '19.2.2');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.opinionstage.com
4
  Tags: poll, quiz, survey, form builder, slideshow
5
  Requires at least: 2.8
6
  Tested up to: 4.8
7
- Stable tag: 19.2.1
8
 
9
  Add a poll, survey, quiz, slideshow & form builder plugin. Easily add a beautiful poll, survey, quiz, slideshow or form to your site.
10
 
@@ -12,7 +12,7 @@ Add a poll, survey, quiz, slideshow & form builder plugin. Easily add a beautif
12
 
13
  Easily add a highly engaging & visually appealing poll, quiz, survey, slideshow or form to your website.
14
 
15
- http://www.youtube.com/watch?v=Ut6ibSvGI4A
16
 
17
  = Poll Examples: =
18
 
@@ -292,6 +292,8 @@ You can create many different types of quizzes: Trivia quiz, personality quiz, i
292
  N/A
293
 
294
  == Changelog ==
 
 
295
  = Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.1 =
296
  * adds ability to sign in from content popup
297
  * various UI/UX issues fixes
4
  Tags: poll, quiz, survey, form builder, slideshow
5
  Requires at least: 2.8
6
  Tested up to: 4.8
7
+ Stable tag: 19.2.2
8
 
9
  Add a poll, survey, quiz, slideshow & form builder plugin. Easily add a beautiful poll, survey, quiz, slideshow or form to your site.
10
 
12
 
13
  Easily add a highly engaging & visually appealing poll, quiz, survey, slideshow or form to your website.
14
 
15
+ http://www.youtube.com/watch?v=zwcRWGsOxxQ?rel=0&showinfo=0
16
 
17
  = Poll Examples: =
18
 
292
  N/A
293
 
294
  == Changelog ==
295
+ = Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.2 =
296
+ * adds video intro
297
  = Poll, Survey, Quiz, Slideshow & Form Builder Version 19.2.1 =
298
  * adds ability to sign in from content popup
299
  * various UI/UX issues fixes