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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 11.3.0 to 11.4.0

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: 11.3.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', '11.3.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.4.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.4.0');
15
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
16
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
17
  define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
opinionstage_add_polls_to_all_posts.php CHANGED
@@ -87,7 +87,7 @@
87
  $hookname = get_plugin_page_hookname(AddPollsToAllPosts::$identifier, $parent_slug);
88
  add_filter($hookname, $callback);
89
  $GLOBALS['_registered_pages'][$hookname] = true;
90
- $url = admin_url($parent_slug . '?page=' . $identifier);
91
  return $url;
92
  }
93
 
87
  $hookname = get_plugin_page_hookname(AddPollsToAllPosts::$identifier, $parent_slug);
88
  add_filter($hookname, $callback);
89
  $GLOBALS['_registered_pages'][$hookname] = true;
90
+ $url = admin_url($parent_slug . '?page=' . AddPollsToAllPosts::$identifier);
91
  return $url;
92
  }
93
 
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 11.3.0 =
134
  * First Trivia poll version
135
  = Version 11.2.0 =
130
  N/A
131
 
132
  == Changelog ==
133
+ = Version 11.4.0 =
134
+ * Fixed compatibility issues
135
  = Version 11.3.0 =
136
  * First Trivia poll version
137
  = Version 11.2.0 =