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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 7.7.0 to 7.8.0

opinionstage-functions.php CHANGED
@@ -104,8 +104,8 @@ function opinionstage_poll_footer_admin() {
104
  echo '<script type="text/javascript">'."\n";
105
  echo '/* <![CDATA[ */'."\n";
106
  echo "\t".'var opsPollBtn = {'."\n";
107
- echo "\t\t".'poll: "'.esc_js(__('social poll', OPINIONSTAGE_WIDGET_UNIQUE_ID)).'",'."\n";
108
- echo "\t\t".'insert_poll: "'.esc_js(__('Insert social poll', OPINIONSTAGE_WIDGET_UNIQUE_ID)).'"'."\n";
109
  echo "\t".'};'."\n";
110
  echo "\t".'if(document.getElementById("ed_toolbar")){'."\n";
111
  echo "\t\t".'edButtons[edButtons.length] = new edButton("ed_o_poll",opsPollBtn.poll, "", "","");'."\n";
@@ -125,7 +125,7 @@ function opinionstage_poll_footer_admin() {
125
  */
126
  function opinionstage_poll_menu() {
127
  if (function_exists('add_menu_page')) {
128
- add_menu_page(__('Add Polls', OPINIONSTAGE_WIDGET_UNIQUE_ID), __('Social Polls', OPINIONSTAGE_WIDGET_UNIQUE_ID), 'edit_posts', OPINIONSTAGE_WIDGET_UNIQUE_LOCATION, 'opinionstage_add_poll_page',
129
  plugins_url(OPINIONSTAGE_WIDGET_UNIQUE_ID.'/images/os.png'), '25.234323221');
130
  }
131
  }
104
  echo '<script type="text/javascript">'."\n";
105
  echo '/* <![CDATA[ */'."\n";
106
  echo "\t".'var opsPollBtn = {'."\n";
107
+ echo "\t\t".'poll: "'.esc_js(__('poll', OPINIONSTAGE_WIDGET_UNIQUE_ID)).'",'."\n";
108
+ echo "\t\t".'insert_poll: "'.esc_js(__('Insert poll', OPINIONSTAGE_WIDGET_UNIQUE_ID)).'"'."\n";
109
  echo "\t".'};'."\n";
110
  echo "\t".'if(document.getElementById("ed_toolbar")){'."\n";
111
  echo "\t\t".'edButtons[edButtons.length] = new edButton("ed_o_poll",opsPollBtn.poll, "", "","");'."\n";
125
  */
126
  function opinionstage_poll_menu() {
127
  if (function_exists('add_menu_page')) {
128
+ add_menu_page(__('Add Polls', OPINIONSTAGE_WIDGET_UNIQUE_ID), __('Polls', OPINIONSTAGE_WIDGET_UNIQUE_ID), 'edit_posts', OPINIONSTAGE_WIDGET_UNIQUE_LOCATION, 'opinionstage_add_poll_page',
129
  plugins_url(OPINIONSTAGE_WIDGET_UNIQUE_ID.'/images/os.png'), '25.234323221');
130
  }
131
  }
opinionstage-polls.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Social Polls by OpinionStage
4
  Plugin URI: http://www.opinionstage.com
5
  Description: Adds a highly engaging social polling system to your blog. You can easily add a social poll to your blog post/page by clicking the social poll icon in the WordPress post/page text editor.
6
- Version: 7.7.0
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  */
@@ -11,8 +11,8 @@ 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', '7.7.0');
15
- define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
17
  define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
18
  define('OPINIONSTAGE_WIDGET_UNIQUE_ID', 'social-polls-by-opinionstage');
1
  <?php
2
  /*
3
+ Plugin Name: Polls by OpinionStage
4
  Plugin URI: http://www.opinionstage.com
5
  Description: Adds a highly engaging social polling system to your blog. You can easily add a social poll to your blog post/page by clicking the social poll icon in the WordPress post/page text editor.
6
+ Version: 7.8.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', '7.8.0');
15
+ define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
17
  define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
18
  define('OPINIONSTAGE_WIDGET_UNIQUE_ID', 'social-polls-by-opinionstage');
readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- === Social Polls by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link:
4
  Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
@@ -122,6 +122,8 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
122
  N/A
123
 
124
  == Changelog ==
 
 
125
  = Version 7.7.0 =
126
  * Fixed 2 poll display issues
127
  = Version 7.6.0 =
1
+ === Polls by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link:
4
  Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
122
  N/A
123
 
124
  == Changelog ==
125
+ = Version 7.8.0 =
126
+ * Renamed plugin to better reflect the platform
127
  = Version 7.7.0 =
128
  * Fixed 2 poll display issues
129
  = Version 7.6.0 =
tinymce/plugins/polls/editor_plugin.dev.js CHANGED
@@ -22,7 +22,7 @@
22
  },
23
  getInfo: function () {
24
  return {
25
- longname: "Social-Polls-by-OpinionStage",
26
  author: "Opinion Stage",
27
  authorurl: "http://www.opinionstage.com",
28
  infourl: "http://www.opinionstage.com/about",
22
  },
23
  getInfo: function () {
24
  return {
25
+ longname: "Polls-by-OpinionStage",
26
  author: "Opinion Stage",
27
  authorurl: "http://www.opinionstage.com",
28
  infourl: "http://www.opinionstage.com/about",
tinymce/plugins/polls/langs/en.js CHANGED
@@ -1,3 +1,3 @@
1
  tinyMCE.addI18n("en.ospolls", {
2
- insert_poll : 'Insert Social Poll'
3
  });
1
  tinyMCE.addI18n("en.ospolls", {
2
+ insert_poll : 'Insert Poll'
3
  });