Crowdsignal Dashboard – Polls, Surveys & more - Version 2.0.3

Version Description

  • Fixed side nav gray theme icon bug introduced by usage of sprite image
Download this release

Release Info

Developer alternatekev
Plugin Icon 128x128 Crowdsignal Dashboard – Polls, Surveys & more
Version 2.0.3
Comparing to
See all releases

Code changes from version 2.0.2 to 2.0.3

Files changed (3) hide show
  1. admin-style.php +1 -1
  2. polldaddy.php +2 -2
  3. readme.txt +4 -1
admin-style.php CHANGED
@@ -3,7 +3,7 @@
3
  if( $color == 'blue' ){
4
  $yoffset = 7;
5
  } else {
6
- $yoffset = -60;
7
  }
8
 
9
  ?>
3
  if( $color == 'blue' ){
4
  $yoffset = 7;
5
  } else {
6
+ $yoffset = -35;
7
  }
8
 
9
  ?>
polldaddy.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://wordpress.org/extend/plugins/polldaddy/
6
  Description: Create and manage Polldaddy polls and ratings in WordPress
7
  Author: Automattic, Inc.
8
  Author URL: http://automattic.com/
9
- Version: 2.0.2
10
  */
11
 
12
  // You can hardcode your PollDaddy PartnerGUID (API Key) here
@@ -34,7 +34,7 @@ class WP_PollDaddy {
34
  global $current_user;
35
  $this->errors = new WP_Error;
36
  $this->scheme = 'https';
37
- $this->version = '2.0.2';
38
  $this->multiple_accounts = true;
39
  $this->polldaddy_client_class = 'api_client';
40
  $this->polldaddy_clients = array();
6
  Description: Create and manage Polldaddy polls and ratings in WordPress
7
  Author: Automattic, Inc.
8
  Author URL: http://automattic.com/
9
+ Version: 2.0.3
10
  */
11
 
12
  // You can hardcode your PollDaddy PartnerGUID (API Key) here
34
  global $current_user;
35
  $this->errors = new WP_Error;
36
  $this->scheme = 'https';
37
+ $this->version = '2.0.3';
38
  $this->multiple_accounts = true;
39
  $this->polldaddy_client_class = 'api_client';
40
  $this->polldaddy_clients = array();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: eoigal, alternatekev, mdawaffe
3
  Tags: polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
4
  Requires at least: 2.6
5
  Tested up to: 3.1.3
6
- Stable tag: 2.0.2
7
 
8
  Create and manage Polldaddy polls and ratings from within WordPress.
9
 
@@ -67,6 +67,9 @@ More info here - http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks
67
  You need to select the synchronize ratings account in the Options menu to make sure the ratings API key is valid.
68
 
69
  == Change Log ==
 
 
 
70
  = 2.0.2 =
71
  * Added support to the shortcode for alignment. Usage: [polldaddy poll=xxxxxx align=right|left]
72
  * Fixed layout issues in Firefox 4 on embed interface
3
  Tags: polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
4
  Requires at least: 2.6
5
  Tested up to: 3.1.3
6
+ Stable tag: 2.0.3
7
 
8
  Create and manage Polldaddy polls and ratings from within WordPress.
9
 
67
  You need to select the synchronize ratings account in the Options menu to make sure the ratings API key is valid.
68
 
69
  == Change Log ==
70
+ = 2.0.3 =
71
+ * Fixed side nav gray theme icon bug introduced by usage of sprite image
72
+
73
  = 2.0.2 =
74
  * Added support to the shortcode for alignment. Usage: [polldaddy poll=xxxxxx align=right|left]
75
  * Fixed layout issues in Firefox 4 on embed interface