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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 10.9.0 to 11.0.0

opinionstage-functions.php CHANGED
@@ -146,7 +146,7 @@ function opinionstage_add_poll_page() {
146
  <li><?php echo opinionstage_create_link('Create a Set', 'sets/new', ''); ?></li>
147
  <li><?php echo opinionstage_create_link('View Sets', 'dashboard', 'tab=sets'); ?></li>
148
  <li><?php echo opinionstage_create_link('View Placements', 'dashboard', 'tab=containers'); ?></li>
149
- <li><a href="<?php _e(admin_url('admin.php?page=addpollstoallposts')) ?>">Add Poll section to posts / pages</a></li>
150
  </ul>
151
  <h2>Help</h2>
152
  <ul class="os_links_list">
146
  <li><?php echo opinionstage_create_link('Create a Set', 'sets/new', ''); ?></li>
147
  <li><?php echo opinionstage_create_link('View Sets', 'dashboard', 'tab=sets'); ?></li>
148
  <li><?php echo opinionstage_create_link('View Placements', 'dashboard', 'tab=containers'); ?></li>
149
+ <li><a href="<?php _e(admin_url('admin.php?page=addpollstoallposts')) ?>">Add a Poll section to posts / pages</a></li>
150
  </ul>
151
  <h2>Help</h2>
152
  <ul class="os_links_list">
opinionstage-polls.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Polls by OpinionStage
4
  Plugin URI: http://www.opinionstage.com
5
  Description: Adds a highly engaging social polling system to your site. Easily add polls to any post/page or to your sites sidebar.
6
- Version: 10.9.0
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  */
@@ -11,7 +11,7 @@ Author URI: http://www.opinionstage.com
11
  /* --- Static initializer for Wordpress hooks --- */
12
 
13
  define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
14
- define('OPINIONSTAGE_WIDGET_VERSION', '10.9.0');
15
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
17
  define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
3
  Plugin Name: Polls by OpinionStage
4
  Plugin URI: http://www.opinionstage.com
5
  Description: Adds a highly engaging social polling system to your site. Easily add polls to any post/page or to your sites sidebar.
6
+ Version: 11.0.0
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  */
11
  /* --- Static initializer for Wordpress hooks --- */
12
 
13
  define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
14
+ define('OPINIONSTAGE_WIDGET_VERSION', '11.0.0');
15
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
17
  define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
opinionstage-widget.php CHANGED
@@ -65,7 +65,7 @@
65
  <p><?php echo opinionstage_create_link('Locate the Set ID', 'dashboard', 'tab=sets'); ?></p>
66
  </div>
67
  <div class="containerWrp" style="display: none;">
68
- <p><?php echo opinionstage_create_link('Locate the Container ID', 'dashboard', 'tab=containers'); ?></p>
69
  </div>
70
 
71
  <script type="text/javascript">
65
  <p><?php echo opinionstage_create_link('Locate the Set ID', 'dashboard', 'tab=sets'); ?></p>
66
  </div>
67
  <div class="containerWrp" style="display: none;">
68
+ <p><?php echo opinionstage_create_link('Locate the Placement ID', 'dashboard', 'tab=containers'); ?></p>
69
  </div>
70
 
71
  <script type="text/javascript">
opinionstage_add_polls_to_all_posts.php CHANGED
@@ -110,9 +110,9 @@
110
  <div id="opinionstage-head"></div>
111
  <div class="section">
112
  <form action="" method="POST"
113
- <h2>Add Poll section to posts / pages</h2>
114
  <hr />
115
- <h3>Add to</h3>
116
  <div class="chkboxs" style="background-color: #FFF; border: 1px solid #DDD; padding: 5px 20px 5px 10px; display: inline-block;">
117
  <?php foreach ($post_types as $pt) { ?>
118
  <?php
@@ -127,7 +127,7 @@
127
  <?php } ?>
128
  </div>
129
  <br />
130
- <h3><label for="pt-ct">Select content types</label></h3>
131
  <select name="opinionstage_aptap[content_types]" id="pt-ct">
132
  <option value="poll" <?php _e(os_get_option($opinionstage_aptap, 'content_types') == 'poll' ? 'selected="selected"' : '') ?>>Poll</option>
133
  <option value="set" <?php _e(os_get_option($opinionstage_aptap, 'content_types') == 'set' ? 'selected="selected"' : '') ?>>Set</option>
@@ -140,7 +140,7 @@
140
  <br />
141
  <p class="submit"><input type="submit" class="button button-primary" value="Save Changes"></p>
142
  <br />
143
- <div style="background-color: #FFF; border: 1px solid #DDD; padding: 5px 20px 5px 10px; display: inline-block; max-width: 300px;">Note: If you would like to add a poll to only one post/page, click on the Opinion Stage icon from the create post/page visual editor.</div>
144
  <br />
145
  <p>Need more help? <a href="http://blog.opinionstage.com/wordpress-poll-how-to-add-polls-to-wordpress-sites/">Click here!</a></p>
146
  </form>
110
  <div id="opinionstage-head"></div>
111
  <div class="section">
112
  <form action="" method="POST"
113
+ <h2>Add a Poll section to posts / pages</h2>
114
  <hr />
115
+ <h3>Where to add:</h3>
116
  <div class="chkboxs" style="background-color: #FFF; border: 1px solid #DDD; padding: 5px 20px 5px 10px; display: inline-block;">
117
  <?php foreach ($post_types as $pt) { ?>
118
  <?php
127
  <?php } ?>
128
  </div>
129
  <br />
130
+ <h3><label for="pt-ct">What to add:</label></h3>
131
  <select name="opinionstage_aptap[content_types]" id="pt-ct">
132
  <option value="poll" <?php _e(os_get_option($opinionstage_aptap, 'content_types') == 'poll' ? 'selected="selected"' : '') ?>>Poll</option>
133
  <option value="set" <?php _e(os_get_option($opinionstage_aptap, 'content_types') == 'set' ? 'selected="selected"' : '') ?>>Set</option>
140
  <br />
141
  <p class="submit"><input type="submit" class="button button-primary" value="Save Changes"></p>
142
  <br />
143
+ <div style="background-color: #FFF; border: 1px solid #DDD; padding: 5px 20px 5px 10px; display: inline-block; max-width: 300px;">Note: If you would like to add a poll/set to only one post/page, click on the Opinion Stage icon from the create post/page visual editor.</div>
144
  <br />
145
  <p>Need more help? <a href="http://blog.opinionstage.com/wordpress-poll-how-to-add-polls-to-wordpress-sites/">Click here!</a></p>
146
  </form>
readme.txt CHANGED
@@ -130,6 +130,8 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
130
  N/A
131
 
132
  == Changelog ==
 
 
133
  = Version 10.9.0 =
134
  * Allow disabling global poll section for specific posts
135
  = Version 10.8.0 =
130
  N/A
131
 
132
  == Changelog ==
133
+ = Version 11.0.0 =
134
+ * New look & feel settings
135
  = Version 10.9.0 =
136
  * Allow disabling global poll section for specific posts
137
  = Version 10.8.0 =