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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 13.6.0 to 13.7.0

Files changed (2) hide show
  1. opinionstage-polls.php +5 -5
  2. readme.txt +3 -1
opinionstage-polls.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Polls & Quizzes 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: 13.6.0
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
@@ -12,8 +12,8 @@ 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', '13.6.0');
16
- define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls & Quizzes by OpinionStage');
17
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
18
  define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
19
  define('OPINIONSTAGE_POLL_SHORTCODE', 'socialpoll');
@@ -21,7 +21,7 @@ define('OPINIONSTAGE_WIDGET_SHORTCODE', 'os-widget');
21
  define('OPINIONSTAGE_PLACEMENT_SHORTCODE', 'osplacement');
22
  define('OPINIONSTAGE_WIDGET_UNIQUE_ID', 'social-polls-by-opinionstage');
23
  define('OPINIONSTAGE_WIDGET_UNIQUE_LOCATION', __FILE__);
24
- define('OPINIONSTAGE_WIDGET_MENU_NAME', 'Polls & Quizzes by Opinion Stage');
25
  define('OPINIONSTAGE_LOGIN_PATH', OPINIONSTAGE_SERVER_BASE."/integrations/wordpress/new");
26
 
27
  require_once(WP_PLUGIN_DIR."/".OPINIONSTAGE_WIDGET_UNIQUE_ID."/opinionstage-utility-functions.php");
1
  <?php
2
  /*
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: 13.7.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', '13.7.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');
19
  define('OPINIONSTAGE_POLL_SHORTCODE', 'socialpoll');
21
  define('OPINIONSTAGE_PLACEMENT_SHORTCODE', 'osplacement');
22
  define('OPINIONSTAGE_WIDGET_UNIQUE_ID', 'social-polls-by-opinionstage');
23
  define('OPINIONSTAGE_WIDGET_UNIQUE_LOCATION', __FILE__);
24
+ define('OPINIONSTAGE_WIDGET_MENU_NAME', 'Poll & Quiz tools by Opinion Stage');
25
  define('OPINIONSTAGE_LOGIN_PATH', OPINIONSTAGE_SERVER_BASE."/integrations/wordpress/new");
26
 
27
  require_once(WP_PLUGIN_DIR."/".OPINIONSTAGE_WIDGET_UNIQUE_ID."/opinionstage-utility-functions.php");
readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- === Polls & Quizzes by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link:
4
  Tags: create poll, create polls, create quiz, create quizzes, custom poll, premade polls, flash poll, free user polls, html poll, online poll, online polls, opinion, page poll, poll, poll builder, poll directory, poll plugin, poll widget, premade user polls, polling, Polling System, polls, post poll, premade polls, user polls, voting polls, easy polls, gallery polls, wordpress poll, wordpress poll widget, WordPress polls, wppolls, yop poll, polldaddy, polldaddy polls, video polls, image polls, wp polls, questionnaire, quiz, quizzes, quizes, post survey, sidebar survey, survey, survey form, survey form builder, survey plugin, survey tool, survey widget, surveys, user survey, wordpress survey, wp survey, wpsurvey, vote, votes, voting, debate, feedback
@@ -140,6 +140,8 @@ We support both regular multiple-sided polls and a special head-to-head poll fla
140
  N/A
141
 
142
  == Changelog ==
 
 
143
  = Version 13.6.0 =
144
  * Added Presonality quizzes
145
  = Version 13.5.0 =
1
+ === Poll & Quiz Tools by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link:
4
  Tags: create poll, create polls, create quiz, create quizzes, custom poll, premade polls, flash poll, free user polls, html poll, online poll, online polls, opinion, page poll, poll, poll builder, poll directory, poll plugin, poll widget, premade user polls, polling, Polling System, polls, post poll, premade polls, user polls, voting polls, easy polls, gallery polls, wordpress poll, wordpress poll widget, WordPress polls, wppolls, yop poll, polldaddy, polldaddy polls, video polls, image polls, wp polls, questionnaire, quiz, quizzes, quizes, post survey, sidebar survey, survey, survey form, survey form builder, survey plugin, survey tool, survey widget, surveys, user survey, wordpress survey, wp survey, wpsurvey, vote, votes, voting, debate, feedback
140
  N/A
141
 
142
  == Changelog ==
143
+ = Version 13.7.0 =
144
+ * Better name for widget following feedback
145
  = Version 13.6.0 =
146
  * Added Presonality quizzes
147
  = Version 13.5.0 =