Version Description
- Fix wrong argument provided to get_submenu_page
Download this release
Release Info
| Developer | cgastrell |
| Plugin | |
| Version | 2.2.4 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.3 to 2.2.4
- polldaddy.php +2 -2
- readme.txt +5 -2
- screenshot-1.png +0 -0
polldaddy.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: Create and manage Crowdsignal polls and ratings in WordPress
|
| 6 |
* Author: Automattic, Inc.
|
| 7 |
* Author URL: https://crowdsignal.com/
|
| 8 |
-
* Version: 2.2.
|
| 9 |
*/
|
| 10 |
|
| 11 |
// To hardcode your Polldaddy PartnerGUID (API Key), add the (uncommented) line below with the PartnerGUID to your `wp-config.php`
|
|
@@ -187,7 +187,7 @@ class WP_Polldaddy {
|
|
| 187 |
foreach( array( 'polls' => __( 'Polls', 'polldaddy' ), 'ratings' => __( 'Ratings', 'polldaddy' ) ) as $menu_slug => $page_title ) {
|
| 188 |
$menu_title = $page_title;
|
| 189 |
|
| 190 |
-
$hook = add_submenu_page( $slug, $menu_title, $menu_title, $capability, $menu_slug, $function,
|
| 191 |
add_action( "load-$hook", array( &$this, 'management_page_load' ) );
|
| 192 |
}
|
| 193 |
|
| 5 |
* Description: Create and manage Crowdsignal polls and ratings in WordPress
|
| 6 |
* Author: Automattic, Inc.
|
| 7 |
* Author URL: https://crowdsignal.com/
|
| 8 |
+
* Version: 2.2.4
|
| 9 |
*/
|
| 10 |
|
| 11 |
// To hardcode your Polldaddy PartnerGUID (API Key), add the (uncommented) line below with the PartnerGUID to your `wp-config.php`
|
| 187 |
foreach( array( 'polls' => __( 'Polls', 'polldaddy' ), 'ratings' => __( 'Ratings', 'polldaddy' ) ) as $menu_slug => $page_title ) {
|
| 188 |
$menu_title = $page_title;
|
| 189 |
|
| 190 |
+
$hook = add_submenu_page( $slug, $menu_title, $menu_title, $capability, $menu_slug, $function, 99 );
|
| 191 |
add_action( "load-$hook", array( &$this, 'management_page_load' ) );
|
| 192 |
}
|
| 193 |
|
readme.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
=== Crowdsignal Polls & Ratings ===
|
| 2 |
-
Contributors: eoigal, mdawaffe, donncha, johnny5, panosktn, ice9js
|
| 3 |
Tags: crowdsignal, polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
|
| 4 |
Requires at least: 4.6
|
| 5 |
Requires PHP: 5.6
|
| 6 |
Tested up to: 5.7.1
|
| 7 |
-
Stable tag: 2.2.
|
| 8 |
|
| 9 |
Create and manage Crowdsignal polls and ratings from within WordPress.
|
| 10 |
|
|
@@ -127,6 +127,9 @@ Bugfix release.
|
|
| 127 |
|
| 128 |
== Changelog ==
|
| 129 |
|
|
|
|
|
|
|
|
|
|
| 130 |
= 2.2.3 =
|
| 131 |
* Remove the "is poll owner part of blog" check on poll listings page as it caused problems for those with multiple sites. #50
|
| 132 |
* Add a message to the poll listing page linking to the Crowdsignal Forms plugin. #51
|
| 1 |
=== Crowdsignal Polls & Ratings ===
|
| 2 |
+
Contributors: eoigal, mdawaffe, donncha, johnny5, panosktn, ice9js, cgastrell
|
| 3 |
Tags: crowdsignal, polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
|
| 4 |
Requires at least: 4.6
|
| 5 |
Requires PHP: 5.6
|
| 6 |
Tested up to: 5.7.1
|
| 7 |
+
Stable tag: 2.2.4
|
| 8 |
|
| 9 |
Create and manage Crowdsignal polls and ratings from within WordPress.
|
| 10 |
|
| 127 |
|
| 128 |
== Changelog ==
|
| 129 |
|
| 130 |
+
= 2.2.4 =
|
| 131 |
+
* Fix wrong argument provided to get_submenu_page
|
| 132 |
+
|
| 133 |
= 2.2.3 =
|
| 134 |
* Remove the "is poll owner part of blog" check on poll listings page as it caused problems for those with multiple sites. #50
|
| 135 |
* Add a message to the poll listing page linking to the Crowdsignal Forms plugin. #51
|
screenshot-1.png
CHANGED
|
Binary file
|
