Skip to content

Commit

Permalink
Merge pull request #92 from Automattic/release/3.0.10
Browse files Browse the repository at this point in the history
Update version to 3.0.10 and changelog
  • Loading branch information
donnchawp authored Nov 8, 2022
2 parents c45c37a + e7d24f8 commit 3fbdab0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion polldaddy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Create and manage Crowdsignal polls and ratings in WordPress
* Author: Automattic, Inc.
* Author URL: https://crowdsignal.com/
* Version: 3.0.9
* Version: 3.0.10
*/

// To hardcode your Polldaddy PartnerGUID (API Key), add the (uncommented) line below with the PartnerGUID to your `wp-config.php`
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Crowdsignal Dashboard - Polls, Surveys & more ===
Contributors: donncha, ice9js, cgastrell, digitalwaveride, jcheringer, thestevek
Contributors: donncha, ice9js, cgastrell, digitalwaveride, jcheringer
Tags: crowdsignal, polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
Requires at least: 5.5
Requires PHP: 5.6
Tested up to: 6.0
Stable tag: 3.0.9
Tested up to: 6.1
Stable tag: 3.0.10

== Description ==

Expand Down Expand Up @@ -92,9 +92,13 @@ This is possible if your server or network is blocking outgoing calls to Crowdsi
Make sure to whitelist `api.crowdsignal.com` in your firewall to fix this.

== Upgrade Notice ==
Bug and security fixes
Bugfix and security release

== Changelog ==
= 3.0.10
* Fix the permissions required on the settings page. Authors couldn't use it, so avoid showing them a blank page.
* Only allow admin users to load the rating settings page as it's a global setting that affects the entire site.
* Remove the "Add Poll" button from the classic post editor as it was broken. Add section to readme.txt with a link to bookmark if the wp-admin editor is still needed.

= 3.0.9
* Prevent warnings due to by-ref arguments
Expand Down

0 comments on commit 3fbdab0

Please sign in to comment.